Searched refs:self_id (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/tools/power/cpupower/utils/idle_monitor/ |
H A D | cpupower-monitor.h | 46 int (*get_count_percent)(unsigned int self_id, double *percent, 48 int (*get_count)(unsigned int self_id, unsigned long long *count,
|
H A D | snb_idle.c | 26 static int snb_get_count_percent(unsigned int self_id, double *percent,
|
H A D | hsw_ext_idle.c | 28 static int hsw_ext_get_count_percent(unsigned int self_id, double *percent,
|
H A D | nhm_idle.c | 29 static int nhm_get_count_percent(unsigned int self_id, double *percent,
|
H A D | amd_fam14h_idle.c | 45 static int fam14h_get_count_percent(unsigned int self_id, double *percent,
|
H A D | mperf_monitor.c | 32 static int mperf_get_count_percent(unsigned int self_id, double *percent,
|
/openbmc/linux/tools/firewire/ |
H A D | nosy-dump.c | 783 if (pp->self_id.extended) { in print_packet() 791 pp->self_id.phy_id, in print_packet() 792 (pp->self_id.link_active ? "active" : "not active"), in print_packet() 793 pp->self_id.gap_count, in print_packet() 794 speed_names[pp->self_id.phy_speed], in print_packet() 795 (pp->self_id.contender ? ", irm contender" : ""), in print_packet() 796 (pp->self_id.initiated_reset ? ", initiator" : "")); in print_packet()
|
H A D | nosy-dump.h | 47 } self_id; member
|
/openbmc/linux/drivers/firewire/ |
H A D | ohci.c | 225 __le32 *self_id; member 1856 if ((self_id & 0xff000000) < (entry & 0xff000000)) in get_self_id_pos() 1896 u32 self_id = 0x8040c800; in find_and_insert_self_id() local 1904 self_id |= ((reg & 0x3f) << 24); /* phy ID */ in find_and_insert_self_id() 1909 self_id |= ((reg & 0x07) << 8); /* power class */ in find_and_insert_self_id() 1914 self_id |= ((reg & 0x3f) << 16); /* gap count */ in find_and_insert_self_id() 1920 self_id |= ((status & 0x3) << (6 - (i * 2))); in find_and_insert_self_id() 1923 self_id |= initiated_reset(ohci); in find_and_insert_self_id() 1930 ohci->self_id_buffer[pos] = self_id; in find_and_insert_self_id() 1987 u32 id = cond_le32_to_cpu(ohci->self_id[i]); in bus_reset_work() [all …]
|