Searched refs:core_unit (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/bhnd/ |
H A D | bhnd_match.h | 110 core_unit:1, member 120 int core_unit; /**< required core unit */ member 129 _BHND_COPY_MATCH_FIELD(_src, core_unit) \ 137 #define BHND_MATCH_CORE_UNIT(_unit) _BHND_SET_MATCH_FIELD(core_unit, _unit) 280 core_unit:1, member 299 int core_unit; /**< required core unit */ member
|
H A D | bhnd.h | 151 BHND_ACCESSOR(core_unit, CORE_UNIT, int);
|
/freebsd/sys/dev/bhnd/bcma/ |
H A D | bcma_erom.c | 101 u_int core_idx, int core_unit, 661 imatch.m.match.core_unit = 0; in bcma_erom_seek_matching_core() 889 int core_unit, struct bhnd_core_info *info) in bcma_erom_to_core_info() argument 895 info->unit = core_unit; in bcma_erom_to_core_info() 1061 int core_unit; in bcma_erom_next_corecfg() local 1073 core_unit = 0; in bcma_erom_next_corecfg() 1090 core_unit++; in bcma_erom_next_corecfg() 1104 cfg = bcma_alloc_corecfg(core_index, core_unit, core.vendor, in bcma_erom_next_corecfg() 1122 core.device, core.rev, core_unit); in bcma_erom_next_corecfg()
|
H A D | bcma_subr.c | 65 bcma_alloc_corecfg(u_int core_index, int core_unit, uint16_t vendor, in bcma_alloc_corecfg() argument 79 .unit = core_unit in bcma_alloc_corecfg()
|
H A D | bcmavar.h | 98 struct bcma_corecfg *bcma_alloc_corecfg(u_int core_index, int core_unit,
|
/freebsd/sys/dev/bhnd/siba/ |
H A D | siba_erom.c | 454 imatch.m.match.core_unit = 0; in siba_erom_lookup_core()
|
/freebsd/sys/dev/bwn/ |
H A D | if_bwn.c | 752 u_int core_unit; in bwn_attach_post() local 779 core_unit = bhnd_get_core_unit(sc->sc_dev); in bwn_attach_post() 782 if (core_unit == 0) { in bwn_attach_post() 784 } else if (core_unit == 1) { in bwn_attach_post() 788 if (core_unit == 0) { in bwn_attach_post() 795 "D11 core %u", core_unit); in bwn_attach_post()
|