Home
last modified time | relevance | path

Searched refs:bhnd_bus_read_2 (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/bhnd/
H A Dbhnd_erom.c469 return (bhnd_bus_read_2(iores->mapped, offset)); in bhnd_erom_iores_read()
H A Dbhnd.c1111 DEVMETHOD(bhnd_bus_read_2, bhnd_read_2),
H A Dbhnd.h1580 #define bhnd_bus_read_2(r, o) \ macro
/freebsd/sys/dev/bhnd/cores/pci/
H A Dbhnd_pci_hostb.c177 bhnd_bus_read_2(BHND_PCI_SOFTC(_sc)->mem_res, (_reg))
/freebsd/sys/dev/bhnd/bcma/
H A Dbcma.c408 *((uint16_t *)value) = bhnd_bus_read_2(r, offset); in bcma_read_config()
/freebsd/sys/dev/bhnd/siba/
H A Dsiba.c937 *((uint16_t *)value) = bhnd_bus_read_2(dinfo->cfg_res[0], in siba_read_config()
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb.c2244 DEVMETHOD(bhnd_bus_read_2, bhndb_bus_read_2),
/freebsd/share/man/man9/
H A DMakefile512 bhnd.9 bhnd_bus_read_2.9 \