Home
last modified time | relevance | path

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

/openbsd/sys/arch/octeon/dev/
H A Doctehci.c90 sc->sc_ehci.sc_offs = EREAD1(&sc->sc_ehci, EHCI_CAPLENGTH); in octehci_attach()
/openbsd/sys/dev/acpi/
H A Dehci_acpi.c96 sc->sc.sc_offs = EREAD1(&sc->sc, EHCI_CAPLENGTH); in ehci_acpi_attach()
/openbsd/sys/dev/cardbus/
H A Dehci_cardbus.c120 sc->sc.sc_offs = EREAD1(&sc->sc, EHCI_CAPLENGTH); in ehci_cardbus_attach()
/openbsd/sys/dev/usb/
H A Dehcivar.h169 #define EREAD1(sc, a) bus_space_read_1((sc)->iot, (sc)->ioh, (a)) macro
H A Dehci.c313 sc->sc_offs = EREAD1(sc, EHCI_CAPLENGTH); in ehci_init()
/openbsd/sys/dev/pci/
H A Deap.c151 #define EREAD1(sc, r) bus_space_read_1((sc)->iot, (sc)->ioh, (r)) macro
715 if (EREAD1(sc, EAP_UART_STATUS) & EAP_US_RXINT) { in eap_intr()
716 while (EREAD1(sc, EAP_UART_STATUS) & EAP_US_RXRDY) { in eap_intr()
717 data = EREAD1(sc, EAP_UART_DATA); in eap_intr()
722 if (EREAD1(sc, EAP_UART_STATUS) & EAP_US_TXINT) { in eap_intr()
1527 if (!(EREAD1(sc, EAP_UART_STATUS) & EAP_US_TXRDY)) in eap_midi_output()
H A Dehci_pci.c126 sc->sc.sc_offs = EREAD1(&sc->sc, EHCI_CAPLENGTH); in ehci_pci_attach()
/openbsd/sys/dev/isa/
H A Dess.c103 #define EREAD1(t, h, a) (uuu=bus_space_read_1(t, h, a),printf("EREAD %02x=%02x\n", ((int)h&0xfff)+…
106 #define EREAD1(t, h, a) bus_space_read_1(t, h, a) macro
1401 reg = EREAD1(sc->sc_iot, sc->sc_ioh, ESS_DSP_RW_STATUS); in ess_audio1_intr()
1406 reg = EREAD1(sc->sc_iot, sc->sc_ioh, ESS_CLEAR_INTR); in ess_audio1_intr()
2315 return (EREAD1(sc->sc_iot, sc->sc_ioh, ESS_DSP_RW_STATUS)); in ess_get_dsp_status()
2353 i = EREAD1(iot, ioh, ESS_DSP_READ); in ess_rdsp()
2468 val = EREAD1(iot, ioh, ESS_MIX_REG_DATA); in ess_read_mix_reg()
/openbsd/sys/dev/fdt/
H A Dimxehci.c216 sc->sc.sc_offs = EREAD1(&sc->sc, EHCI_CAPLENGTH); in imxehci_attach()
H A Dehci_fdt.c117 sc->sc.sc_offs = EREAD1(&sc->sc, EHCI_CAPLENGTH); in ehci_fdt_attach()
/openbsd/sys/arch/armv7/omap/
H A Domehci.c188 sc->sc.sc_offs = EREAD1(&sc->sc, EHCI_CAPLENGTH); in omehci_attach()