Searched refs:bus_space_read_1 (Results 126 - 146 of 146) sorted by relevance

123456

/freebsd-11-stable/sys/dev/fb/
H A Dmachfb.c366 return bus_space_read_1(sc->sc_regt, sc->sc_regh, index);
/freebsd-11-stable/sys/dev/fdc/
H A Dfdc.c390 return bus_space_read_1(fdc->iot, fdc->ioh[reg], fdc->ioff[reg]);
/freebsd-11-stable/sys/dev/sound/pci/
H A Dmaestro.c295 return bus_space_read_1(sc->st, sc->sh, regno);
H A Dmaestro3.c270 #define m3_rd_1(sc, regno) bus_space_read_1(sc->st, sc->sh, regno)
H A Des137x.c281 return (bus_space_read_1(es->st, es->sh, regno));
H A Demu10k1.c304 return bus_space_read_1(sc->st, sc->sh, regno);
H A Demu10kx.c617 return (bus_space_read_1(sc->st, sc->sh, regno));
/freebsd-11-stable/sys/dev/sound/sbus/
H A Dcs4231.c201 bus_space_read_1((sc)->sc_regt[0], (sc)->sc_regh[0], (r) << 2)
/freebsd-11-stable/sys/dev/usb/controller/
H A Dohci.c107 #define OREAD1(sc, r) (OBARR(sc), bus_space_read_1((sc)->sc_io_tag, (sc)->sc_io_hdl, (r)))
H A Duhci.c113 #define UREAD1(sc, r) (UBARR(sc), bus_space_read_1((sc)->sc_io_tag, (sc)->sc_io_hdl, (r)))
/freebsd-11-stable/sys/dev/sis/
H A Dif_sis.c404 *(dest + i) = bus_space_read_1(btag, 0x0, 0x71);
/freebsd-11-stable/sys/dev/sound/isa/
H A Dmss.c200 return bus_space_read_1(rman_get_bustag(port),
/freebsd-11-stable/sys/dev/sio/
H A Dsio.c116 (bus_space_read_1((com)->bst, (com)->bsh, (off)))
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.h1906 bus_space_read_1(sc->bar[BAR0].tag, \
/freebsd-11-stable/sys/compat/ndis/
H A Dsubr_ndis.c2453 dest[i] = bus_space_read_1(bt, bh, (offset + i) * 2);
H A Dsubr_ntoskrnl.c1994 return (bus_space_read_1(NDIS_BUS_SPACE_MEM, 0x0, (bus_size_t)reg));
/freebsd-11-stable/share/man/man9/
H A DMakefile532 bus_space.9 bus_space_read_1.9 \
/freebsd-11-stable/sys/pc98/cbus/
H A Dsio.c180 (bus_space_read_1((com)->bst, (com)->bsh, (off)))
/freebsd-11-stable/sys/dev/trm/
H A Dtrm.c99 #define trm_reg_read8(reg) bus_space_read_1(pACB->tag, pACB->bsh, reg)
/freebsd-11-stable/sys/dev/hptiop/
H A Dhptiop.c1159 byte = bus_space_read_1(hba->bar0t, hba->bar0h, bus + i);
/freebsd-11-stable/sys/dev/rtwn/
H A Dif_rtwn.c827 return (bus_space_read_1(sc->sc_st, sc->sc_sh, addr));

Completed in 494 milliseconds

123456