Searched refs:bhnd_erom_io_read (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/bhnd/ |
H A D | bhnd_erom.c | 283 idreg = bhnd_erom_io_read(eio, CHIPC_ID, 4); in bhnd_erom_read_chipid() 294 cid->enum_addr = bhnd_erom_io_read(eio, CHIPC_EROMPTR, 4); in bhnd_erom_read_chipid() 300 cc_caps = bhnd_erom_io_read(eio, CHIPC_CAPABILITIES, 4); in bhnd_erom_read_chipid() 356 bhnd_erom_io_read(struct bhnd_erom_io *eio, bhnd_size_t offset, u_int width) in bhnd_erom_io_read() function
|
H A D | bhnd_erom.h | 80 uint32_t bhnd_erom_io_read(struct bhnd_erom_io *eio,
|
/freebsd/sys/dev/bhnd/siba/ |
H A D | siba_erom.c | 219 return (bhnd_erom_io_read(io->eio, SIBA_CORE_OFFSET(core_idx) + offset, in siba_eio_read_4()
|
/freebsd/sys/dev/bhnd/bcma/ |
H A D | bcma_erom.c | 482 *entry = bhnd_erom_io_read(erom->eio, erom->offset, 4); in bcma_erom_peek32()
|
/freebsd/share/man/man9/ |
H A D | Makefile | 608 bhnd_erom.9 bhnd_erom_io_read.9 \
|