Searched refs:power_class (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/firewire/ |
D | packet-serdes-test.c | 195 unsigned int power_class, bool is_initiated_reset, in serialize_phy_packet_self_id_zero() argument 205 phy_packet_self_id_zero_set_power_class(quadlet, power_class); in serialize_phy_packet_self_id_zero() 214 unsigned int *power_class, in deserialize_phy_packet_self_id_zero() argument 224 *power_class = phy_packet_self_id_zero_get_power_class(quadlet); in deserialize_phy_packet_self_id_zero() 659 unsigned int power_class; in test_phy_packet_self_id_zero_case0() local 667 &power_class, &is_initiated_reset, &has_more_packets); in test_phy_packet_self_id_zero_case0() 676 KUNIT_EXPECT_EQ(test, 0x4, power_class); in test_phy_packet_self_id_zero_case0() 682 power_class, is_initiated_reset, has_more_packets); in test_phy_packet_self_id_zero_case0() 714 unsigned int power_class; in test_phy_packet_self_id_zero_case1() local 722 &power_class, &is_initiated_reset, &has_more_packets); in test_phy_packet_self_id_zero_case1() [all …]
|
D | phy-packet-definitions.h | 179 static inline void phy_packet_self_id_zero_set_power_class(u32 *quadlet, unsigned int power_class) in phy_packet_self_id_zero_set_power_class() argument 182 *quadlet |= (power_class << SELF_ID_ZERO_POWER_CLASS_SHIFT) & SELF_ID_ZERO_POWER_CLASS_MASK; in phy_packet_self_id_zero_set_power_class()
|
/linux-6.12.1/tools/firewire/ |
D | nosy-dump.h | 38 uint32_t power_class:3; member
|
/linux-6.12.1/drivers/infiniband/hw/hfi1/ |
D | platform.c | 621 int power_class; in aoc_low_power_setting() local 633 power_class = get_qsfp_power_class(cache[QSFP_MOD_PWR_OFFS]); in aoc_low_power_setting() 634 if (power_class < QSFP_POWER_CLASS_4) in aoc_low_power_setting()
|
/linux-6.12.1/drivers/mmc/host/ |
D | cavium.c | 826 int clk_period = 0, power_class = 10, bus_width = 0; in cvm_mmc_set_ios() local 882 FIELD_PREP(MIO_EMM_SWITCH_POWER_CLASS, power_class) | in cvm_mmc_set_ios()
|
/linux-6.12.1/arch/mips/include/asm/octeon/ |
D | cvmx-mio-defs.h | 962 uint64_t power_class:4; member 968 uint64_t power_class:4; 1117 uint64_t power_class:4; member 1123 uint64_t power_class:4;
|