Home
last modified time | relevance | path

Searched refs:bus_space_write_2 (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/arm/freescale/vybrid/
H A Dvf_common.h38 bus_space_write_2(_sc->bst, _sc->bsh, _reg, _val)
H A Dvf_edma.h120 bus_space_write_2(_sc->bst_tcd, _sc->bsh_tcd, _reg, _val)
/f-stack/freebsd/arm/ti/
H A Dti_pinmux.c77 bus_space_write_2((sc)->sc_bst, (sc)->sc_bsh, (reg), (val))
/f-stack/freebsd/sys/
H A D_cscan_bus.h149 #define bus_space_write_2 kcsan_bus_space_write_2 macro
H A Dbus.h881 bus_space_write_2((r)->r_bustag, (r)->r_bushandle, (o), (v))
/f-stack/freebsd/x86/include/
H A Dbus.h467 static __inline void bus_space_write_2(bus_space_tag_t tag,
493 bus_space_write_2(bus_space_tag_t tag, bus_space_handle_t bsh, in bus_space_write_2() function
1046 bus_space_write_2((t), (h), (o), (v))
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2838_pci.c379 bus_space_write_2(t, h, offset, htole16(val)); in bcm_pcib_write_config()
/f-stack/freebsd/arm64/cavium/
H A Dthunder_pcie_pem.c617 bus_space_write_2(t, h, reg, htole16(val)); in thunder_pem_write_config()
/f-stack/freebsd/arm64/include/
H A Dbus.h395 #define bus_space_write_2(t, h, o, v) __bs_ws(2,(t),(h),(o),(v)) macro
/f-stack/freebsd/mips/ingenic/
H A Djz4780_mmc.c134 bus_space_write_2((_sc)->sc_bst, (_sc)->sc_bsh, _reg, _value)
/f-stack/freebsd/arm/include/
H A Dbus.h387 __generate_inline_bs_ws(bus_space_write_2, bs_w_2, uint16_t);
/f-stack/freebsd/mips/include/
H A Dbus.h351 #define bus_space_write_2(t, h, o, v) __bs_ws(2,(t),(h),(o),(v)) macro
/f-stack/freebsd/arm/mv/
H A Dmv_pci.c1063 bus_space_write_2(sc->sc_bst, sc->sc_bsh, in mv_pcib_hw_cfgwrite()