Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/bhnd/
HDbhnd_erom.c468 return (bhnd_bus_read_1(iores->mapped, offset)); in bhnd_erom_iores_read()
HDbhnd.c1152 DEVMETHOD(bhnd_bus_read_1, bhnd_read_1),
HDbhnd.h1500 #define bhnd_bus_read_1(r, o) \ macro
/freebsd-13-stable/sys/dev/bhnd/bcma/
HDbcma.c406 *((uint8_t *)value) = bhnd_bus_read_1(r, offset); in bcma_read_config()
/freebsd-13-stable/sys/dev/bhnd/siba/
HDsiba.c934 *((uint8_t *)value) = bhnd_bus_read_1(dinfo->cfg_res[0], in siba_read_config()
/freebsd-13-stable/sys/dev/bhnd/bhndb/
HDbhndb.c2260 DEVMETHOD(bhnd_bus_read_1, bhndb_bus_read_1),
/freebsd-13-stable/share/man/man9/
HDMakefile505 bhnd.9 bhnd_bus_read_1.9 \