Searched refs:CLK_828_STATUS_OFFSET (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/sound/firewire/motu/ |
D | motu-protocol-v1.c | 48 #define CLK_828_STATUS_OFFSET 0x0b00 macro 141 err = snd_motu_transaction_read(motu, CLK_828_STATUS_OFFSET, ®, sizeof(reg)); in get_clock_rate_828() 198 err = snd_motu_transaction_read(motu, CLK_828_STATUS_OFFSET, ®, sizeof(reg)); in set_clock_rate_828() 208 return snd_motu_transaction_write(motu, CLK_828_STATUS_OFFSET, ®, sizeof(reg)); in set_clock_rate_828() 263 err = snd_motu_transaction_read(motu, CLK_828_STATUS_OFFSET, ®, sizeof(reg)); in get_clock_source_828() 349 err = snd_motu_transaction_read(motu, CLK_828_STATUS_OFFSET, ®, sizeof(reg)); in switch_fetching_mode_828() 364 return snd_motu_transaction_write(motu, CLK_828_STATUS_OFFSET, ®, sizeof(reg)); in switch_fetching_mode_828() 408 err = snd_motu_transaction_read(motu, CLK_828_STATUS_OFFSET, ®, sizeof(reg)); in detect_packet_formats_828()
|