Searched refs:EREAD1 (Results 1 – 14 of 14) sorted by relevance
| /netbsd/src/sys/arch/mips/rmi/ |
| D | rmixl_ehci.c | 118 sc->sc_offs = EREAD1(sc, EHCI_CAPLENGTH); in rmixl_ehci_attach()
|
| /netbsd/src/sys/arch/arm/gemini/ |
| D | obio_ehci.c | 120 sc->sc_offs = EREAD1(sc, EHCI_CAPLENGTH); in ehci_obio_attach()
|
| /netbsd/src/sys/arch/mips/atheros/dev/ |
| D | ehci_arbus.c | 121 sc->sc_offs = EREAD1(sc, EHCI_CAPLENGTH); in ehci_arbus_attach()
|
| /netbsd/src/sys/arch/i386/pci/ |
| D | gcscehci.c | 129 sc->sc.sc_offs = EREAD1(&sc->sc, EHCI_CAPLENGTH); in gcscehci_attach()
|
| /netbsd/src/sys/arch/powerpc/booke/dev/ |
| D | pq3ehci.c | 152 sc->sc.sc_offs = EREAD1(&sc->sc, EHCI_CAPLENGTH); in pq3ehci_attach()
|
| /netbsd/src/sys/arch/mips/ralink/ |
| D | ralink_ehci.c | 120 sc->sc_ehci.sc_offs = EREAD1(&sc->sc_ehci, EHCI_CAPLENGTH); in ralink_ehci_attach()
|
| /netbsd/src/sys/dev/isa/ |
| D | ess.c | 106 #define EREAD1(t, h, a) (uuu=bus_space_read_1(t, h, a),printf("EREAD %02x=%02x\n", ((int)h&0xfff)+… 109 #define EREAD1(t, h, a) bus_space_read_1(t, h, a) macro 1441 reg = EREAD1(sc->sc_iot, sc->sc_ioh, ESS_DSP_RW_STATUS); in ess_audio1_intr() 1446 reg = EREAD1(sc->sc_iot, sc->sc_ioh, ESS_CLEAR_INTR); in ess_audio1_intr() 2474 return EREAD1(sc->sc_iot, sc->sc_ioh, ESS_DSP_RW_STATUS); in ess_get_dsp_status() 2515 i = EREAD1(iot, ioh, ESS_DSP_READ); in ess_rdsp() 2636 val = EREAD1(iot, ioh, ESS_MIX_REG_DATA); in ess_read_mix_reg()
|
| /netbsd/src/sys/dev/cardbus/ |
| D | ehci_cardbus.c | 163 sc->sc.sc_offs = EREAD1(&sc->sc, EHCI_CAPLENGTH); in ehci_cardbus_attach()
|
| /netbsd/src/sys/dev/acpi/ |
| D | ehci_acpi.c | 138 sc->sc_offs = EREAD1(sc, EHCI_CAPLENGTH); in ehci_acpi_attach()
|
| /netbsd/src/sys/dev/usb/ |
| D | ehcivar.h | 290 #define EREAD1(sc, a) ehci_read_1((sc), (a)) macro
|
| D | ehci.c | 435 sc->sc_offs = EREAD1(sc, EHCI_CAPLENGTH); in ehci_init()
|
| /netbsd/src/sys/dev/marvell/ |
| D | ehci_mv.c | 231 sc->sc.sc_offs = EREAD1(&sc->sc, EHCI_CAPLENGTH); in mvusb_attach()
|
| /netbsd/src/sys/dev/pci/ |
| D | eap.c | 107 #define EREAD1(sc, r) bus_space_read_1((sc)->iot, (sc)->ioh, (r)) macro 887 ustat = EREAD1(sc, EAP_UART_STATUS); in eap_intr() 890 while (EREAD1(sc, EAP_UART_STATUS) & EAP_US_RXRDY) { in eap_intr() 891 data = EREAD1(sc, EAP_UART_DATA); in eap_intr()
|
| D | ehci_pci.c | 167 sc->sc.sc_offs = EREAD1(&sc->sc, EHCI_CAPLENGTH); in ehci_pci_attach()
|