Searched refs:clock_bits (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/drivers/soc/fsl/qe/ |
D | ucc.c | 129 u32 clock_bits = 0; in ucc_set_qe_mux_rxtx() local 144 case QE_BRG1: clock_bits = 1; break; in ucc_set_qe_mux_rxtx() 145 case QE_BRG2: clock_bits = 2; break; in ucc_set_qe_mux_rxtx() 146 case QE_BRG7: clock_bits = 3; break; in ucc_set_qe_mux_rxtx() 147 case QE_BRG8: clock_bits = 4; break; in ucc_set_qe_mux_rxtx() 148 case QE_CLK9: clock_bits = 5; break; in ucc_set_qe_mux_rxtx() 149 case QE_CLK10: clock_bits = 6; break; in ucc_set_qe_mux_rxtx() 150 case QE_CLK11: clock_bits = 7; break; in ucc_set_qe_mux_rxtx() 151 case QE_CLK12: clock_bits = 8; break; in ucc_set_qe_mux_rxtx() 152 case QE_CLK15: clock_bits = 9; break; in ucc_set_qe_mux_rxtx() [all …]
|
/Linux-v4.19/sound/pci/echoaudio/ |
D | layla20_dsp.c | 82 u32 clocks_from_dsp, clock_bits; in detect_input_clocks() local 87 clock_bits = ECHO_CLOCK_BIT_INTERNAL; in detect_input_clocks() 90 clock_bits |= ECHO_CLOCK_BIT_SPDIF; in detect_input_clocks() 94 clock_bits |= ECHO_CLOCK_BIT_SUPER; in detect_input_clocks() 96 clock_bits |= ECHO_CLOCK_BIT_WORD; in detect_input_clocks() 99 return clock_bits; in detect_input_clocks()
|
D | darla24_dsp.c | 73 u32 clocks_from_dsp, clock_bits; in detect_input_clocks() local 79 clock_bits = ECHO_CLOCK_BIT_INTERNAL; in detect_input_clocks() 82 clock_bits |= ECHO_CLOCK_BIT_ESYNC; in detect_input_clocks() 84 return clock_bits; in detect_input_clocks()
|
D | gina24_dsp.c | 98 u32 clocks_from_dsp, clock_bits; in detect_input_clocks() local 104 clock_bits = ECHO_CLOCK_BIT_INTERNAL; in detect_input_clocks() 107 clock_bits |= ECHO_CLOCK_BIT_SPDIF; in detect_input_clocks() 110 clock_bits |= ECHO_CLOCK_BIT_ADAT; in detect_input_clocks() 113 clock_bits |= ECHO_CLOCK_BIT_ESYNC | ECHO_CLOCK_BIT_ESYNC96; in detect_input_clocks() 115 return clock_bits; in detect_input_clocks()
|
D | layla24_dsp.c | 89 u32 clocks_from_dsp, clock_bits; in detect_input_clocks() local 94 clock_bits = ECHO_CLOCK_BIT_INTERNAL; in detect_input_clocks() 97 clock_bits |= ECHO_CLOCK_BIT_SPDIF; in detect_input_clocks() 100 clock_bits |= ECHO_CLOCK_BIT_ADAT; in detect_input_clocks() 103 clock_bits |= ECHO_CLOCK_BIT_WORD; in detect_input_clocks() 105 return clock_bits; in detect_input_clocks()
|
D | gina20_dsp.c | 80 u32 clocks_from_dsp, clock_bits; in detect_input_clocks() local 86 clock_bits = ECHO_CLOCK_BIT_INTERNAL; in detect_input_clocks() 89 clock_bits |= ECHO_CLOCK_BIT_SPDIF; in detect_input_clocks() 91 return clock_bits; in detect_input_clocks()
|
D | mia_dsp.c | 83 u32 clocks_from_dsp, clock_bits; in detect_input_clocks() local 89 clock_bits = ECHO_CLOCK_BIT_INTERNAL; in detect_input_clocks() 92 clock_bits |= ECHO_CLOCK_BIT_SPDIF; in detect_input_clocks() 94 return clock_bits; in detect_input_clocks()
|
D | mona_dsp.c | 91 u32 clocks_from_dsp, clock_bits; in detect_input_clocks() local 97 clock_bits = ECHO_CLOCK_BIT_INTERNAL; in detect_input_clocks() 100 clock_bits |= ECHO_CLOCK_BIT_SPDIF; in detect_input_clocks() 103 clock_bits |= ECHO_CLOCK_BIT_ADAT; in detect_input_clocks() 106 clock_bits |= ECHO_CLOCK_BIT_WORD; in detect_input_clocks() 108 return clock_bits; in detect_input_clocks()
|
D | echoaudio_3g.c | 195 u32 clocks_from_dsp, clock_bits; in detect_input_clocks() local 201 clock_bits = ECHO_CLOCK_BIT_INTERNAL; in detect_input_clocks() 204 clock_bits |= ECHO_CLOCK_BIT_WORD; in detect_input_clocks() 210 clock_bits |= ECHO_CLOCK_BIT_SPDIF; in detect_input_clocks() 214 clock_bits |= ECHO_CLOCK_BIT_ADAT; in detect_input_clocks() 218 return clock_bits; in detect_input_clocks()
|
/Linux-v4.19/drivers/gpu/drm/gma500/ |
D | intel_i2c.c | 57 u32 reserved = 0, clock_bits; in set_clock() local 65 clock_bits = GPIO_CLOCK_DIR_IN | GPIO_CLOCK_DIR_MASK; in set_clock() 67 clock_bits = GPIO_CLOCK_DIR_OUT | GPIO_CLOCK_DIR_MASK | in set_clock() 69 REG_WRITE(chan->reg, reserved | clock_bits); in set_clock()
|
D | intel_gmbus.c | 140 u32 clock_bits; in set_clock() local 143 clock_bits = GPIO_CLOCK_DIR_IN | GPIO_CLOCK_DIR_MASK; in set_clock() 145 clock_bits = GPIO_CLOCK_DIR_OUT | GPIO_CLOCK_DIR_MASK | in set_clock() 148 GMBUS_REG_WRITE(gpio->reg, reserved | clock_bits); in set_clock()
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_i2c.c | 224 u32 clock_bits; in set_clock() local 227 clock_bits = GPIO_CLOCK_DIR_IN | GPIO_CLOCK_DIR_MASK; in set_clock() 229 clock_bits = GPIO_CLOCK_DIR_OUT | GPIO_CLOCK_DIR_MASK | in set_clock() 232 I915_WRITE_NOTRACE(bus->gpio_reg, reserved | clock_bits); in set_clock()
|