/freebsd/stand/kshim/ |
H A D | bsd_busspace.c | 62 *datap++ = bus_space_read_2(t, h, offset); in bus_space_read_multi_2() 138 bus_space_read_2(bus_space_tag_t t, bus_space_handle_t h, bus_size_t offset) in bus_space_read_2() function
|
/freebsd/sys/dev/uart/ |
H A D | uart_dev_lowrisc.h | 60 bus_space_read_2((bas)->bst, (bas)->bsh, (reg))
|
H A D | uart.h | 69 ret = bus_space_read_2(bas->bst, bas->bsh, uart_regofs(bas, reg)); in uart_getreg()
|
/freebsd/sys/arm/freescale/vybrid/ |
H A D | vf_common.h | 34 bus_space_read_2(_sc->bst, _sc->bsh, _reg)
|
H A D | vf_edma.h | 116 bus_space_read_2(_sc->bst_tcd, _sc->bsh_tcd, _reg)
|
/freebsd/sys/dev/rtwn/pci/ |
H A D | rtwn_pci_reg.c | 96 val = bus_space_read_2(pc->pc_st, pc->pc_sh, addr); in rtwn_pci_read_2()
|
/freebsd/sys/dev/scc/ |
H A D | scc_dev_quicc.c | 47 bus_space_read_2((bas)->bst, (bas)->bsh, reg)
|
/freebsd/sys/dev/usb/controller/ |
H A D | ehci.h | 365 #define EREAD2(sc, a) bus_space_read_2((sc)->sc_io_tag, (sc)->sc_io_hdl, (a)) 376 bus_space_read_2((sc)->sc_io_tag, (sc)->sc_io_hdl, (sc)->sc_offs+(a))
|
H A D | xhcireg.h | 214 bus_space_read_2((sc)->sc_io_tag, (sc)->sc_io_hdl, \
|
H A D | musb_otg.h | 289 bus_space_read_2((sc)->sc_io_tag, (sc)->sc_io_hdl, reg)
|
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx_osm.h | 157 aic_le16toh(bus_space_read_2((ahd)->tags[(port) >> 8], \
|
/freebsd/sys/dev/sound/pci/ |
H A D | hdspe.h | 249 bus_space_read_2((sc)->cst, (sc)->csh, (regno))
|
H A D | hdsp.h | 257 bus_space_read_2((sc)->cst, (sc)->csh, (regno))
|
H A D | neomagic.c | 141 return bus_space_read_2(st, sh, regno); in nm_rd() 178 return bus_space_read_2(st, sh, regno); in nm_rdbuf()
|
/freebsd/sys/dev/cfi/ |
H A D | cfi_core.c | 75 val = bus_space_read_2(sc->sc_tag, sc->sc_handle, ofs); in cfi_read_raw() 99 sval = bus_space_read_2(sc->sc_tag, sc->sc_handle, ofs); in cfi_read() 870 uint16_t v = bus_space_read_2(sc->sc_tag, sc->sc_handle, off<<1); in cfi_get16()
|
/freebsd/sys/dev/aac/ |
H A D | aacvar.h | 279 #define AAC_MEM0_GETREG2(sc, reg) bus_space_read_2(sc->aac_btag0, \ 292 #define AAC_MEM1_GETREG2(sc, reg) bus_space_read_2(sc->aac_btag1, \
|
/freebsd/sys/dev/aacraid/ |
H A D | aacraid_var.h | 287 #define AAC_MEM0_GETREG2(sc, reg) bus_space_read_2(sc->aac_btag0, \ 300 #define AAC_MEM1_GETREG2(sc, reg) bus_space_read_2(sc->aac_btag1, \
|
/freebsd/sys/arm/ti/ |
H A D | ti_pinmux.c | 73 bus_space_read_2((sc)->sc_bst, (sc)->sc_bsh, (reg))
|
/freebsd/sys/x86/include/ |
H A D | bus.h | 199 static __inline u_int16_t bus_space_read_2(bus_space_tag_t tag, 224 bus_space_read_2(bus_space_tag_t tag, bus_space_handle_t handle, in bus_space_read_2() function 989 #define bus_space_read_stream_2(t, h, o) bus_space_read_2((t), (h), (o))
|
/freebsd/sys/dev/sound/pci/hda/ |
H A D | hdac_private.h | 44 bus_space_read_2((mem)->mem_tag, (mem)->mem_handle, (offset))
|
/freebsd/sys/dev/e1000/ |
H A D | e1000_osdep.h | 231 bus_space_read_2(((struct e1000_osdep *)(hw)->back)->flash_bus_space_tag, \
|
/freebsd/sys/dev/ipw/ |
H A D | if_ipwreg.h | 330 bus_space_read_2((sc)->sc_st, (sc)->sc_sh, (reg))
|
/freebsd/sys/dev/agp/ |
H A D | agp_amd.c | 55 #define READ2(off) bus_space_read_2(sc->bst, sc->bsh, off)
|
/freebsd/sys/dev/my/ |
H A D | if_myreg.h | 398 bus_space_read_2(sc->my_btag, sc->my_bhandle, reg)
|
/freebsd/sys/dev/bxe/ |
H A D | bxe_debug.c | 103 val = bus_space_read_2(sc->bar[BAR0].tag, in bxe_reg_read16()
|