Symbol: bhnd_erom_io
sys/dev/bhnd/bcma/bcma.c
658
struct bhnd_erom_io *eio;
sys/dev/bhnd/bcma/bcma_erom.c
110
struct bhnd_erom_io *eio; /**< bus I/O callbacks */
sys/dev/bhnd/bcma/bcma_erom.c
138
struct bhnd_erom_io *eio)
sys/dev/bhnd/bcma/bcma_erom.c
164
bcma_erom_probe(bhnd_erom_class_t *cls, struct bhnd_erom_io *eio,
sys/dev/bhnd/bhnd_erom.c
171
struct bhnd_erom_io *eio)
sys/dev/bhnd/bhnd_erom.c
213
const struct bhnd_chipid *cid, struct bhnd_erom_io *eio)
sys/dev/bhnd/bhnd_erom.c
270
bhnd_erom_read_chipid(struct bhnd_erom_io *eio, struct bhnd_chipid *cid)
sys/dev/bhnd/bhnd_erom.c
324
bhnd_erom_io_map(struct bhnd_erom_io *eio, bhnd_addr_t addr, bhnd_size_t size)
sys/dev/bhnd/bhnd_erom.c
340
bhnd_erom_io_tell(struct bhnd_erom_io *eio, bhnd_addr_t *addr,
sys/dev/bhnd/bhnd_erom.c
355
bhnd_erom_io_read(struct bhnd_erom_io *eio, bhnd_size_t offset, u_int width)
sys/dev/bhnd/bhnd_erom.c
364
bhnd_erom_io_fini(struct bhnd_erom_io *eio)
sys/dev/bhnd/bhnd_erom.c
378
struct bhnd_erom_io *
sys/dev/bhnd/bhnd_erom.c
397
bhnd_erom_iores_map(struct bhnd_erom_io *eio, bhnd_addr_t addr,
sys/dev/bhnd/bhnd_erom.c
437
bhnd_erom_iores_tell(struct bhnd_erom_io *eio, bhnd_addr_t *addr,
sys/dev/bhnd/bhnd_erom.c
452
bhnd_erom_iores_read(struct bhnd_erom_io *eio, bhnd_size_t offset, u_int width)
sys/dev/bhnd/bhnd_erom.c
472
bhnd_erom_iores_fini(struct bhnd_erom_io *eio)
sys/dev/bhnd/bhnd_erom.c
518
bhnd_erom_iobus_map(struct bhnd_erom_io *eio, bhnd_addr_t addr,
sys/dev/bhnd/bhnd_erom.c
52
static int bhnd_erom_iores_map(struct bhnd_erom_io *eio, bhnd_addr_t addr,
sys/dev/bhnd/bhnd_erom.c
54
static int bhnd_erom_iores_tell(struct bhnd_erom_io *eio,
sys/dev/bhnd/bhnd_erom.c
553
bhnd_erom_iobus_tell(struct bhnd_erom_io *eio, bhnd_addr_t *addr,
sys/dev/bhnd/bhnd_erom.c
56
static uint32_t bhnd_erom_iores_read(struct bhnd_erom_io *eio,
sys/dev/bhnd/bhnd_erom.c
568
bhnd_erom_iobus_read(struct bhnd_erom_io *eio, bhnd_size_t offset, u_int width)
sys/dev/bhnd/bhnd_erom.c
58
static void bhnd_erom_iores_fini(struct bhnd_erom_io *eio);
sys/dev/bhnd/bhnd_erom.c
60
static int bhnd_erom_iobus_map(struct bhnd_erom_io *eio, bhnd_addr_t addr,
sys/dev/bhnd/bhnd_erom.c
62
static int bhnd_erom_iobus_tell(struct bhnd_erom_io *eio,
sys/dev/bhnd/bhnd_erom.c
64
static uint32_t bhnd_erom_iobus_read(struct bhnd_erom_io *eio,
sys/dev/bhnd/bhnd_erom.c
72
struct bhnd_erom_io eio;
sys/dev/bhnd/bhnd_erom.c
99
struct bhnd_erom_io *eio, const struct bhnd_chipid *hint,
sys/dev/bhnd/bhnd_erom.h
144
bhnd_erom_probe(bhnd_erom_class_t *cls, struct bhnd_erom_io *eio,
sys/dev/bhnd/bhnd_erom.h
50
struct bhnd_erom_io;
sys/dev/bhnd/bhnd_erom.h
54
struct bhnd_erom_io *eio,
sys/dev/bhnd/bhnd_erom.h
60
struct bhnd_erom_io *eio);
sys/dev/bhnd/bhnd_erom.h
65
struct bhnd_erom_io *eio);
sys/dev/bhnd/bhnd_erom.h
71
struct bhnd_erom_io *bhnd_erom_iores_new(device_t dev, int rid);
sys/dev/bhnd/bhnd_erom.h
76
int bhnd_erom_io_map(struct bhnd_erom_io *eio,
sys/dev/bhnd/bhnd_erom.h
78
int bhnd_erom_io_tell(struct bhnd_erom_io *eio,
sys/dev/bhnd/bhnd_erom.h
80
uint32_t bhnd_erom_io_read(struct bhnd_erom_io *eio,
sys/dev/bhnd/bhnd_erom.h
82
void bhnd_erom_io_fini(struct bhnd_erom_io *eio);
sys/dev/bhnd/bhnd_eromvar.h
42
struct bhnd_erom_io;
sys/dev/bhnd/bhnd_eromvar.h
46
typedef int (bhnd_erom_io_map_t)(struct bhnd_erom_io *eio,
sys/dev/bhnd/bhnd_eromvar.h
50
typedef int (bhnd_erom_io_tell_t)(struct bhnd_erom_io *eio,
sys/dev/bhnd/bhnd_eromvar.h
54
typedef uint32_t (bhnd_erom_io_read_t)(struct bhnd_erom_io *eio,
sys/dev/bhnd/bhnd_eromvar.h
58
typedef void (bhnd_erom_io_fini_t)(struct bhnd_erom_io *eio);
sys/dev/bhnd/bhnd_eromvar.h
60
int bhnd_erom_read_chipid(struct bhnd_erom_io *eio,
sys/dev/bhnd/bhnd_eromvar.h
77
struct bhnd_erom_io eio;
sys/dev/bhnd/bhndb/bhndb.c
518
struct bhnd_erom_io *eio;
sys/dev/bhnd/bhndb/bhndb_pci.c
124
static int bhndb_pci_eio_map(struct bhnd_erom_io *eio,
sys/dev/bhnd/bhndb/bhndb_pci.c
126
static int bhndb_pci_eio_tell(struct bhnd_erom_io *eio,
sys/dev/bhnd/bhndb/bhndb_pci.c
128
static uint32_t bhndb_pci_eio_read(struct bhnd_erom_io *eio,
sys/dev/bhnd/bhndb/bhndb_pci.c
1288
struct bhnd_erom_io *eio;
sys/dev/bhnd/bhndb/bhndb_pci.c
146
struct bhnd_erom_io eio;
sys/dev/bhnd/bhndb/bhndb_pci.c
1681
bhndb_pci_eio_map(struct bhnd_erom_io *eio, bhnd_addr_t addr,
sys/dev/bhnd/bhndb/bhndb_pci.c
1698
bhndb_pci_eio_tell(struct bhnd_erom_io *eio, bhnd_addr_t *addr,
sys/dev/bhnd/bhndb/bhndb_pci.c
1714
bhndb_pci_eio_read(struct bhnd_erom_io *eio, bhnd_size_t offset, u_int width)
sys/dev/bhnd/siba/siba.c
1282
struct bhnd_erom_io *eio;
sys/dev/bhnd/siba/siba_erom.c
161
struct bhnd_erom_io *eio)
sys/dev/bhnd/siba/siba_erom.c
192
siba_eio_init(struct siba_erom_io *io, struct bhnd_erom_io *eio, u_int ncores)
sys/dev/bhnd/siba/siba_erom.c
55
struct bhnd_erom_io *eio, u_int ncores);
sys/dev/bhnd/siba/siba_erom.c
72
struct bhnd_erom_io *eio; /**< erom I/O callbacks */
sys/dev/bhnd/siba/siba_erom.c
91
siba_erom_probe(bhnd_erom_class_t *cls, struct bhnd_erom_io *eio,