Home
last modified time | relevance | path

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

/linux-5.19.10/sound/firewire/dice/
Ddice-interface.h105 #define CLOCK_RATE_MASK 0x0000ff00 macro
Ddice-transaction.c85 index = (be32_to_cpu(info) & CLOCK_RATE_MASK) >> CLOCK_RATE_SHIFT; in snd_dice_transaction_get_rate()
Ddice-proc.c139 (buf.global.clock_select & CLOCK_RATE_MASK) in dice_proc_read()
Ddice-stream.c74 data &= ~CLOCK_RATE_MASK; in select_clock()