Home
last modified time | relevance | path

Searched refs:idreg (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/bhnd/
HDbhnd_subr.c787 bhnd_parse_chipid(uint32_t idreg, bhnd_addr_t enum_addr) in bhnd_parse_chipid() argument
792 result.chip_id = CHIPC_GET_BITS(idreg, CHIPC_ID_CHIP); in bhnd_parse_chipid()
793 result.chip_pkg = CHIPC_GET_BITS(idreg, CHIPC_ID_PKG); in bhnd_parse_chipid()
794 result.chip_rev = CHIPC_GET_BITS(idreg, CHIPC_ID_REV); in bhnd_parse_chipid()
795 result.chip_type = CHIPC_GET_BITS(idreg, CHIPC_ID_BUS); in bhnd_parse_chipid()
796 result.ncores = CHIPC_GET_BITS(idreg, CHIPC_ID_NUMCORE); in bhnd_parse_chipid()
HDbhnd.h309 struct bhnd_chipid bhnd_parse_chipid(uint32_t idreg,
/freebsd-11-stable/sys/dev/hwpmc/
HDhwpmc_xscale.c611 uint32_t idreg; in pmc_xscale_initialize() local
614 __asm __volatile("mrc p15, 0, %0, c0, c0, 0" : "=r" (idreg)); in pmc_xscale_initialize()
615 xscale_gen = (idreg >> 13) & 0x3; in pmc_xscale_initialize()