Home
last modified time | relevance | path

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

/linux-6.1.9/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.1.9/include/uapi/linux/
Dfirewire-constants.h73 #define SCODE_400 0x2 macro