OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:READ4
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/dev/ic/
rng200.c
44
#define
READ4
(sc, r) \
56
ctl =
READ4
(sc, RNG200_CONTROL);
64
rbg =
READ4
(sc, RNG200_RBG_RESET);
65
rng =
READ4
(sc, RNG200_RNG_RESET);
84
w =
READ4
(sc, RNG200_STATUS);
88
w =
READ4
(sc, RNG200_COUNT);
94
data =
READ4
(sc, RNG200_DATA);
rtsx.c
67
#define
READ4
(sc, reg) \
307
if (
READ4
(sc, RTSX_BIPR) & RTSX_SD_EXIST)
361
status =
READ4
(sc, RTSX_BIPR);
944
reg =
READ4
(sc, RTSX_HAIMR);
965
reg =
READ4
(sc, RTSX_HAIMR);
1119
sc->sc_regs4[0] =
READ4
(sc, RTSX_HCBAR);
1120
sc->sc_regs4[1] =
READ4
(sc, RTSX_HCBCTLR);
1121
sc->sc_regs4[2] =
READ4
(sc, RTSX_HDBAR);
1122
sc->sc_regs4[3] =
READ4
(sc, RTSX_HDBCTLR);
1123
sc->sc_regs4[4] =
READ4
(sc, RTSX_HAIMR)
[
all
...]
/src/sys/dev/pci/
agp_amd.c
51
#define
READ4
(off) bus_space_read_4(asc->iot, asc->ioh, off)
331
} while (
READ4
(AGP_AMD751_TLBCTRL));
agp_i810.c
68
#define
READ4
(off) bus_space_read_4(isc->bst, isc->bsh, off)
220
WRITE4(AGP_I830_HIC,
READ4
(AGP_I830_HIC) | __BIT(31));
221
while (ISSET(
READ4
(AGP_I830_HIC), __BIT(31))) {
873
isc->pgtblctl =
READ4
(AGP_I810_PGTBL_CTL);
887
isc->pgtblctl =
READ4
(AGP_I810_PGTBL_CTL);
1126
pgtblctl =
READ4
(AGP_I810_PGTBL_CTL);
auacer.c
133
#define
READ4
(sc, a) bus_space_read_4(sc->iot, sc->aud_ioh, a)
374
while (ttime-- && (
READ4
(sc, ALI_CAS) & ALI_CAS_SEM_BUSY))
445
reg =
READ4
(sc, ALI_SCR);
454
if ((
READ4
(sc, ALI_INTERRUPTSR) & ALI_INT_GPIO) == 0)
464
reg =
READ4
(sc, ALI_RTSR);
549
control =
READ4
(sc, ALI_SCR);
575
val =
READ4
(sc, ALI_DMACR);
789
READ4
(sc, ALI_INTERRUPTSR)));
792
intrs =
READ4
(sc, ALI_INTERRUPTSR);
832
val =
READ4
(sc, ALI_DMACR)
[
all
...]
Completed in 16 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025