Home
last modified time | relevance | path

Searched refs:SCODE_400 (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/sound/firewire/
Diso-resources.c56 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()
Dcmp.c255 if (c->speed > SCODE_400) { in opcr_set_modify()
/linux-6.12.1/include/uapi/linux/
Dfirewire-constants.h73 #define SCODE_400 0x2 macro
/linux-6.12.1/drivers/firewire/
Dpacket-serdes-test.c674 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()