Searched refs:bcma_erom (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/bhnd/bcma/
H A Dbcma_eromvar.h42 struct bcma_erom { struct
78 int bcma_erom_open(struct bcma_erom *erom, struct resource *r,
81 int bcma_erom_peek32(struct bcma_erom *erom, uint32_t *entry);
82 bus_size_t bcma_erom_tell(struct bcma_erom *erom);
83 void bcma_erom_seek(struct bcma_erom *erom, bus_size_t offset);
84 void bcma_erom_reset(struct bcma_erom *erom);
86 int bcma_erom_seek_core_index(struct bcma_erom *erom,
88 int bcma_erom_parse_core(struct bcma_erom *erom,
91 int bcma_erom_parse_mport(struct bcma_erom *erom,
94 int bcma_erom_parse_sport_region(struct bcma_erom *ero
[all...]
H A Dbcma_erom.c60 static int erom_read32(struct bcma_erom *erom, uint32_t *entry);
61 static int erom_skip32(struct bcma_erom *erom);
63 static int erom_skip_core(struct bcma_erom *erom);
64 static int erom_skip_mport(struct bcma_erom *erom);
65 static int erom_skip_sport_region(struct bcma_erom *erom);
67 static int erom_seek_next(struct bcma_erom *erom, uint8_t etype);
85 bcma_erom_open(struct bcma_erom *erom, struct resource *r, bus_size_t offset)
116 bcma_erom_tell(struct bcma_erom *erom)
125 bcma_erom_seek(struct bcma_erom *erom, bus_size_t offset)
141 bcma_erom_peek32(struct bcma_erom *ero
[all...]
H A Dbcma.c434 struct bcma_erom erom;
/freebsd-11-stable/sys/modules/bhnd/bcma/
H A DMakefile6 SRCS= bcma.c bcma_subr.c bcma_erom.c

Completed in 57 milliseconds