Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/bhnd/
H A Dbhnd_match.h111 core_unit:1, member
121 int core_unit; /**< required core unit */ member
130 _BHND_COPY_MATCH_FIELD(_src, core_unit) \
138 #define BHND_MATCH_CORE_UNIT(_unit) _BHND_SET_MATCH_FIELD(core_unit, _unit)
281 core_unit:1, member
300 int core_unit; /**< required core unit */ member
H A Dbhnd_subr.c400 md.m.match.core_unit = 0; in bhnd_bus_find_child()
736 if (desc->m.match.core_unit && desc->core_unit != core->unit) in bhnd_core_matches()
H A Dbhnd.h156 BHND_ACCESSOR(core_unit, CORE_UNIT, int);
/freebsd-13.1/sys/dev/bhnd/bcma/
H A Dbcma_erom.c104 u_int core_idx, int core_unit,
664 imatch.m.match.core_unit = 0; in bcma_erom_seek_matching_core()
892 int core_unit, struct bhnd_core_info *info) in bcma_erom_to_core_info() argument
898 info->unit = core_unit; in bcma_erom_to_core_info()
1064 int core_unit; in bcma_erom_next_corecfg() local
1076 core_unit = 0; in bcma_erom_next_corecfg()
1093 core_unit++; in bcma_erom_next_corecfg()
1107 cfg = bcma_alloc_corecfg(core_index, core_unit, core.vendor, in bcma_erom_next_corecfg()
1125 core.device, core.rev, core_unit); in bcma_erom_next_corecfg()
H A Dbcma_subr.c68 bcma_alloc_corecfg(u_int core_index, int core_unit, uint16_t vendor, in bcma_alloc_corecfg() argument
82 .unit = core_unit in bcma_alloc_corecfg()
H A Dbcmavar.h99 struct bcma_corecfg *bcma_alloc_corecfg(u_int core_index, int core_unit,
/freebsd-13.1/sys/dev/bhnd/siba/
H A Dsiba_erom.c457 imatch.m.match.core_unit = 0; in siba_erom_lookup_core()
/freebsd-13.1/sys/dev/bwn/
H A Dif_bwn.c754 u_int core_unit; in bwn_attach_post() local
781 core_unit = bhnd_get_core_unit(sc->sc_dev); in bwn_attach_post()
784 if (core_unit == 0) { in bwn_attach_post()
786 } else if (core_unit == 1) { in bwn_attach_post()
790 if (core_unit == 0) { in bwn_attach_post()
797 "D11 core %u", core_unit); in bwn_attach_post()