Searched refs:power_class (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/firewire/ |
| A D | packet-serdes-test.c | 195 unsigned int power_class, bool is_initiated_reset, in serialize_phy_packet_self_id_zero() argument 214 unsigned int *power_class, in deserialize_phy_packet_self_id_zero() argument 659 unsigned int power_class; in test_phy_packet_self_id_zero_case0() local 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 731 KUNIT_EXPECT_EQ(test, 0x4, power_class); in test_phy_packet_self_id_zero_case1() 737 power_class, is_initiated_reset, has_more_packets); in test_phy_packet_self_id_zero_case1() 772 unsigned int power_class; in test_phy_packet_self_id_zero_and_one() local 791 KUNIT_EXPECT_EQ(test, 0x4, power_class); in test_phy_packet_self_id_zero_and_one() [all …]
|
| A 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/tools/firewire/ |
| A D | nosy-dump.h | 38 uint32_t power_class:3; member
|
| /linux/drivers/infiniband/hw/hfi1/ |
| A 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/drivers/mmc/host/ |
| A 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/arch/mips/include/asm/octeon/ |
| A 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;
|
Completed in 31 milliseconds