Home
last modified time | relevance | path

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

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