Home
last modified time | relevance | path

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

/freebsd/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.h151 BHND_ACCESSOR(core_unit, CORE_UNIT, int);
/freebsd/sys/dev/bhnd/bcma/
H A Dbcma_erom.c101 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 Dbcma_subr.c65 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 Dbcmavar.h98 struct bcma_corecfg *bcma_alloc_corecfg(u_int core_index, int core_unit,
/freebsd/sys/dev/bhnd/siba/
H A Dsiba_erom.c454 imatch.m.match.core_unit = 0; in siba_erom_lookup_core()
/freebsd/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()