Searched refs:SCODE_400 (Results 1 – 3 of 3) sorted by relevance
56 if (speed <= SCODE_400) in packet_bandwidth()57 s400_bytes = bytes * (1 << (SCODE_400 - speed)); in packet_bandwidth()59 s400_bytes = DIV_ROUND_UP(bytes, 1 << (speed - SCODE_400)); in packet_bandwidth()
73 #define SCODE_400 0x2 macro
674 KUNIT_EXPECT_EQ(test, SCODE_400, scode); in test_phy_packet_self_id_zero_case0()789 KUNIT_EXPECT_EQ(test, SCODE_400, scode); in test_phy_packet_self_id_zero_and_one()