Searched refs:CLK_828_STATUS_OFFSET (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/sound/firewire/motu/ |
H A D | motu-protocol-v1.c | 45 #define CLK_828_STATUS_OFFSET 0x0b00 macro 138 err = snd_motu_transaction_read(motu, CLK_828_STATUS_OFFSET, ®, sizeof(reg)); in get_clock_rate_828() 195 err = snd_motu_transaction_read(motu, CLK_828_STATUS_OFFSET, ®, sizeof(reg)); in set_clock_rate_828() 205 return snd_motu_transaction_write(motu, CLK_828_STATUS_OFFSET, ®, sizeof(reg)); in set_clock_rate_828() 260 err = snd_motu_transaction_read(motu, CLK_828_STATUS_OFFSET, ®, sizeof(reg)); in get_clock_source_828() 346 err = snd_motu_transaction_read(motu, CLK_828_STATUS_OFFSET, ®, sizeof(reg)); in switch_fetching_mode_828() 361 return snd_motu_transaction_write(motu, CLK_828_STATUS_OFFSET, ®, sizeof(reg)); in switch_fetching_mode_828() 405 err = snd_motu_transaction_read(motu, CLK_828_STATUS_OFFSET, ®, sizeof(reg)); in detect_packet_formats_828()
|