OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:machine_btop
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/tc/
cfb.c
56
#define
machine_btop
(x) mips_btop(MIPS_KSEG1_TO_PHYS(x))
macro
60
#define
machine_btop
(x) alpha_btop(ALPHA_K0SEG_TO_PHYS(x))
macro
443
return
machine_btop
(sc->sc_vaddr + CX_FB_OFFSET + offset);
mfb.c
56
#define
machine_btop
(x) mips_btop(MIPS_KSEG1_TO_PHYS(x))
macro
60
#define
machine_btop
(x) alpha_btop(ALPHA_K0SEG_TO_PHYS(x))
macro
407
return
machine_btop
(sc->sc_vaddr + MX_FB_OFFSET + offset);
sfb.c
57
#define
machine_btop
(x) mips_btop(MIPS_KSEG1_TO_PHYS(x))
macro
61
#define
machine_btop
(x) alpha_btop(ALPHA_K0SEG_TO_PHYS(x))
macro
490
return
machine_btop
(sc->sc_vaddr + offset);
stic.c
83
#define
machine_btop
(x) mips_btop(x)
macro
85
#define
machine_btop
(x) alpha_btop(x)
macro
1483
return (
machine_btop
(pa + offset));
1489
return (
machine_btop
(pa + offset));
1494
return (
machine_btop
(si->si_buf_phys + offset));
tfb.c
57
#define
machine_btop
(x) mips_btop(MIPS_KSEG1_TO_PHYS(x))
macro
61
#define
machine_btop
(x) alpha_btop(ALPHA_K0SEG_TO_PHYS(x))
macro
481
return
machine_btop
(sc->sc_vaddr + TX_8BPP_OFFSET + offset);
sfbplus.c
60
#define
machine_btop
(x) mips_btop(MIPS_KSEG1_TO_PHYS(x))
macro
64
#define
machine_btop
(x) alpha_btop(ALPHA_K0SEG_TO_PHYS(x))
macro
512
return
machine_btop
(sc->sc_vaddr + offset);
Completed in 15 milliseconds
Indexes created Tue Sep 30 06:09:59 GMT 2025