Searched refs:clock_bits (Results 1 – 6 of 6) sorted by relevance
125 u32 clock_bits = 0; in ucc_set_qe_mux_rxtx() local140 case QE_BRG1: clock_bits = 1; break; in ucc_set_qe_mux_rxtx()141 case QE_BRG2: clock_bits = 2; break; in ucc_set_qe_mux_rxtx()142 case QE_BRG7: clock_bits = 3; break; in ucc_set_qe_mux_rxtx()143 case QE_BRG8: clock_bits = 4; break; in ucc_set_qe_mux_rxtx()144 case QE_CLK9: clock_bits = 5; break; in ucc_set_qe_mux_rxtx()145 case QE_CLK10: clock_bits = 6; break; in ucc_set_qe_mux_rxtx()146 case QE_CLK11: clock_bits = 7; break; in ucc_set_qe_mux_rxtx()147 case QE_CLK12: clock_bits = 8; break; in ucc_set_qe_mux_rxtx()148 case QE_CLK15: clock_bits = 9; break; in ucc_set_qe_mux_rxtx()[all …]
84 u32 clocks_from_dsp, clock_bits; in detect_input_clocks() local89 clock_bits = ECHO_CLOCK_BIT_INTERNAL; in detect_input_clocks()92 clock_bits |= ECHO_CLOCK_BIT_SPDIF; in detect_input_clocks()96 clock_bits |= ECHO_CLOCK_BIT_SUPER; in detect_input_clocks()98 clock_bits |= ECHO_CLOCK_BIT_WORD; in detect_input_clocks()101 return clock_bits; in detect_input_clocks()
75 u32 clocks_from_dsp, clock_bits; in detect_input_clocks() local81 clock_bits = ECHO_CLOCK_BIT_INTERNAL; in detect_input_clocks()84 clock_bits |= ECHO_CLOCK_BIT_ESYNC; in detect_input_clocks()86 return clock_bits; in detect_input_clocks()
82 u32 clocks_from_dsp, clock_bits; in detect_input_clocks() local88 clock_bits = ECHO_CLOCK_BIT_INTERNAL; in detect_input_clocks()91 clock_bits |= ECHO_CLOCK_BIT_SPDIF; in detect_input_clocks()93 return clock_bits; in detect_input_clocks()
85 u32 clocks_from_dsp, clock_bits; in detect_input_clocks() local91 clock_bits = ECHO_CLOCK_BIT_INTERNAL; in detect_input_clocks()94 clock_bits |= ECHO_CLOCK_BIT_SPDIF; in detect_input_clocks()96 return clock_bits; in detect_input_clocks()
47 u32 reserved = 0, clock_bits; in set_clock() local55 clock_bits = GPIO_CLOCK_DIR_IN | GPIO_CLOCK_DIR_MASK; in set_clock()57 clock_bits = GPIO_CLOCK_DIR_OUT | GPIO_CLOCK_DIR_MASK | in set_clock()59 REG_WRITE(chan->reg, reserved | clock_bits); in set_clock()