Home
last modified time | relevance | path

Searched refs:bhnd_erom_io_read (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/bhnd/
H A Dbhnd_erom.c283 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 Dbhnd_erom.h80 uint32_t bhnd_erom_io_read(struct bhnd_erom_io *eio,
/freebsd/sys/dev/bhnd/siba/
H A Dsiba_erom.c219 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 Dbcma_erom.c482 *entry = bhnd_erom_io_read(erom->eio, erom->offset, 4); in bcma_erom_peek32()
/freebsd/share/man/man9/
H A DMakefile608 bhnd_erom.9 bhnd_erom_io_read.9 \