Home
last modified time | relevance | path

Searched refs:EREAD1 (Results 1 – 14 of 14) sorted by relevance

/netbsd/src/sys/arch/mips/rmi/
Drmixl_ehci.c118 sc->sc_offs = EREAD1(sc, EHCI_CAPLENGTH); in rmixl_ehci_attach()
/netbsd/src/sys/arch/arm/gemini/
Dobio_ehci.c120 sc->sc_offs = EREAD1(sc, EHCI_CAPLENGTH); in ehci_obio_attach()
/netbsd/src/sys/arch/mips/atheros/dev/
Dehci_arbus.c121 sc->sc_offs = EREAD1(sc, EHCI_CAPLENGTH); in ehci_arbus_attach()
/netbsd/src/sys/arch/i386/pci/
Dgcscehci.c129 sc->sc.sc_offs = EREAD1(&sc->sc, EHCI_CAPLENGTH); in gcscehci_attach()
/netbsd/src/sys/arch/powerpc/booke/dev/
Dpq3ehci.c152 sc->sc.sc_offs = EREAD1(&sc->sc, EHCI_CAPLENGTH); in pq3ehci_attach()
/netbsd/src/sys/arch/mips/ralink/
Dralink_ehci.c120 sc->sc_ehci.sc_offs = EREAD1(&sc->sc_ehci, EHCI_CAPLENGTH); in ralink_ehci_attach()
/netbsd/src/sys/dev/isa/
Dess.c106 #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/
Dehci_cardbus.c163 sc->sc.sc_offs = EREAD1(&sc->sc, EHCI_CAPLENGTH); in ehci_cardbus_attach()
/netbsd/src/sys/dev/acpi/
Dehci_acpi.c138 sc->sc_offs = EREAD1(sc, EHCI_CAPLENGTH); in ehci_acpi_attach()
/netbsd/src/sys/dev/usb/
Dehcivar.h290 #define EREAD1(sc, a) ehci_read_1((sc), (a)) macro
Dehci.c435 sc->sc_offs = EREAD1(sc, EHCI_CAPLENGTH); in ehci_init()
/netbsd/src/sys/dev/marvell/
Dehci_mv.c231 sc->sc.sc_offs = EREAD1(&sc->sc, EHCI_CAPLENGTH); in mvusb_attach()
/netbsd/src/sys/dev/pci/
Deap.c107 #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()
Dehci_pci.c167 sc->sc.sc_offs = EREAD1(&sc->sc, EHCI_CAPLENGTH); in ehci_pci_attach()