Home
last modified time | relevance | path

Searched refs:bhnd_bus_write_2 (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/bhnd/cores/pci/
H A Dbhnd_pci_hostb.c183 bhnd_bus_write_2(BHND_PCI_SOFTC(_sc)->mem_res, (_reg), (_val))
/freebsd/sys/dev/bhnd/bcma/
H A Dbcma.c446 bhnd_bus_write_2(r, offset, *(const uint16_t *)value); in bcma_write_config()
/freebsd/sys/dev/bhnd/
H A Dbhnd.c1114 DEVMETHOD(bhnd_bus_write_2, bhnd_write_2),
H A Dbhnd.h1598 #define bhnd_bus_write_2(r, o, v) \ macro
/freebsd/sys/dev/bhnd/siba/
H A Dsiba.c976 bhnd_bus_write_2(r, offset, *(const uint8_t *)value); in siba_write_config()
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb.c2247 DEVMETHOD(bhnd_bus_write_2, bhndb_bus_write_2),
/freebsd/share/man/man9/
H A DMakefile518 bhnd.9 bhnd_bus_write_2.9 \