Home
last modified time | relevance | path

Searched refs:EWRITE1 (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/dev/isa/
Dess.c107 #define EWRITE1(t, h, a, d) (printf("EWRITE %02x=%02x\n", ((int)h & 0xfff)+a, d), bus_space_write_1…
110 #define EWRITE1(t, h, a, d) bus_space_write_1(t, h, a, d) macro
410 EWRITE1(iot, scr_access_ioh, ESS_SCR_UNLOCK, 0); in ess_config_addr()
413 EWRITE1(iot, scr_ioh, ESS_SCR_INDEX, 0); in ess_config_addr()
414 EWRITE1(iot, scr_ioh, ESS_SCR_DATA, scr_value); in ess_config_addr()
417 EWRITE1(iot, scr_access_ioh, ESS_SCR_LOCK, 0); in ess_config_addr()
2224 EWRITE1(iot, ioh, ESS_DSP_RESET, ESS_RESET_EXT); in ess_reset()
2226 EWRITE1(iot, ioh, ESS_DSP_RESET, 0); in ess_reset()
2542 EWRITE1(iot, ioh, ESS_DSP_WRITE, v); in ess_wdsp()
2619 EWRITE1(iot, ioh, ESS_MIX_REG_SELECT, reg); in ess_write_mix_reg()
[all …]
/netbsd/src/sys/dev/pci/
Deap.c104 #define EWRITE1(sc, r, x) bus_space_write_1((sc)->iot, (sc)->ioh, (r), (x)) macro
1722 EWRITE1(sc, EAP_UART_CONTROL, uctrl); in eap_midi_open()
1735 EWRITE1(sc, EAP_UART_CONTROL, 0); in eap_midi_close()
1749 EWRITE1(sc, EAP_UART_DATA, d); in eap_midi_output()
1762 EWRITE1(sc, EAP_UART_CONTROL, uctrl); in eap_midi_output()
1780 EWRITE1(sc, EAP_UART_CONTROL, uctrl); in eap_uart_txrdy()
/netbsd/src/sys/dev/usb/
Dehcivar.h293 #define EWRITE1(sc, a, x) ehci_write_1((sc), (a), (x)) macro