OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EWRITE1
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/isa/
ess.c
107
#define
EWRITE1
(t, h, a, d) (printf("EWRITE %02x=%02x\n", ((int)h & 0xfff)+a, d), bus_space_write_1(t, h, a, d))
110
#define
EWRITE1
(t, h, a, d) bus_space_write_1(t, h, a, d)
410
EWRITE1
(iot, scr_access_ioh, ESS_SCR_UNLOCK, 0);
413
EWRITE1
(iot, scr_ioh, ESS_SCR_INDEX, 0);
414
EWRITE1
(iot, scr_ioh, ESS_SCR_DATA, scr_value);
417
EWRITE1
(iot, scr_access_ioh, ESS_SCR_LOCK, 0);
2224
EWRITE1
(iot, ioh, ESS_DSP_RESET, ESS_RESET_EXT);
2226
EWRITE1
(iot, ioh, ESS_DSP_RESET, 0);
2542
EWRITE1
(iot, ioh, ESS_DSP_WRITE, v);
2619
EWRITE1
(iot, ioh, ESS_MIX_REG_SELECT, reg)
[
all
...]
/src/sys/dev/pci/
eap.c
104
#define
EWRITE1
(sc, r, x) bus_space_write_1((sc)->iot, (sc)->ioh, (r), (x))
1722
EWRITE1
(sc, EAP_UART_CONTROL, uctrl);
1735
EWRITE1
(sc, EAP_UART_CONTROL, 0);
1749
EWRITE1
(sc, EAP_UART_DATA, d);
1762
EWRITE1
(sc, EAP_UART_CONTROL, uctrl);
1780
EWRITE1
(sc, EAP_UART_CONTROL, uctrl);
/src/sys/dev/usb/
ehcivar.h
293
#define
EWRITE1
(sc, a, x) ehci_write_1((sc), (a), (x))
Completed in 14 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025