Searched refs:CLK_896_STATUS_OFFSET (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/sound/firewire/motu/ |
H A D | motu-protocol-v1.c | 109 #define CLK_896_STATUS_OFFSET 0x0b14 macro 173 err = snd_motu_transaction_read(motu, CLK_896_STATUS_OFFSET, ®, sizeof(reg)); in get_clock_rate_896() 215 err = snd_motu_transaction_read(motu, CLK_896_STATUS_OFFSET, ®, sizeof(reg)); in set_clock_rate_896() 241 return snd_motu_transaction_write(motu, CLK_896_STATUS_OFFSET, ®, sizeof(reg)); in set_clock_rate_896() 299 err = snd_motu_transaction_read(motu, CLK_896_STATUS_OFFSET, ®, sizeof(reg)); in get_clock_source_896() 370 err = snd_motu_transaction_read(motu, CLK_896_STATUS_OFFSET, ®, sizeof(reg)); in switch_fetching_mode_896() 380 return snd_motu_transaction_write(motu, CLK_896_STATUS_OFFSET, ®, sizeof(reg)); in switch_fetching_mode_896()
|