Home
last modified time | relevance | path

Searched refs:core_unit (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/sys/dev/bhnd/
H A Dbhnd_match.h110 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 Dbhnd_subr.c398 md.m.match.core_unit = 0; in bhnd_bus_find_child()
735 if (desc->m.match.core_unit && desc->core_unit != core->unit) in bhnd_core_matches()
H A Dbhnd.h151 BHND_ACCESSOR(core_unit, CORE_UNIT, int);
/freebsd-14.2/sys/dev/bhnd/bcma/
H A Dbcma_erom.c102 u_int core_idx, int core_unit,
662 imatch.m.match.core_unit = 0; in bcma_erom_seek_matching_core()
890 int core_unit, struct bhnd_core_info *info) in bcma_erom_to_core_info() argument
896 info->unit = core_unit; in bcma_erom_to_core_info()
1062 int core_unit; in bcma_erom_next_corecfg() local
1074 core_unit = 0; in bcma_erom_next_corecfg()
1091 core_unit++; in bcma_erom_next_corecfg()
1105 cfg = bcma_alloc_corecfg(core_index, core_unit, core.vendor, in bcma_erom_next_corecfg()
1123 core.device, core.rev, core_unit); in bcma_erom_next_corecfg()
H A Dbcma_subr.c66 bcma_alloc_corecfg(u_int core_index, int core_unit, uint16_t vendor, in bcma_alloc_corecfg() argument
80 .unit = core_unit in bcma_alloc_corecfg()
H A Dbcmavar.h98 struct bcma_corecfg *bcma_alloc_corecfg(u_int core_index, int core_unit,
/freebsd-14.2/sys/dev/bhnd/siba/
H A Dsiba_erom.c455 imatch.m.match.core_unit = 0; in siba_erom_lookup_core()
/freebsd-14.2/sys/dev/bwn/
H A Dif_bwn.c752 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()