Home
last modified time | relevance | path

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

/Linux-v5.4/sound/firewire/motu/
Dmotu-protocol-v2.c11 #define V2_CLOCK_RATE_MASK 0x00000038 macro
40 index = (be32_to_cpu(reg) & V2_CLOCK_RATE_MASK) >> V2_CLOCK_RATE_SHIFT; in v2_get_clock_rate()
69 data &= ~V2_CLOCK_RATE_MASK; in v2_set_clock_rate()