Searched refs:cc_id (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/mips/broadcom/
H A Dbcm_pmu.c115 struct bhnd_core_info *cc_id; local
117 cc_id = &bp->cc_id;
138 if (cc_id->hwrev != 15 && cc_id->hwrev >= 11) {
148 if (CHIPC_HWREV_HAS_CORECTRL(cc_id->hwrev)) {
170 if (cc_id->hwrev == 15 || (cc_id->hwrev >= 3 && cc_id->hwrev <= 10)) {
181 if (cc_id
[all...]
H A Dbcm_machdep.h53 struct bhnd_core_info cc_id; /**< chipc core info */ member in struct:bcm_platform
62 * the pmu_id and pmu_addr values will be copied from cc_id
H A Dbcm_machdep.c396 &bp->cc_id, &bp->cc_addr);
406 if (CHIPC_HWREV_HAS_CAP_EXT(bp->cc_id.hwrev))
424 bp->pmu_id = bp->cc_id;
/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dcallb.h90 callb_id_t cc_id; /* callb id address */ member in struct:callb_cpr
137 (cp)->cc_id = callb_add(func, (void *)(cp), \
191 (void) callb_delete((cp)->cc_id); \
/freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dcallb.h90 callb_id_t cc_id; /* callb id address */ member in struct:callb_cpr
138 (cp)->cc_id = callb_add(func, (void *)(cp), \
192 (void) callb_delete((cp)->cc_id); \

Completed in 163 milliseconds