Searched refs:sw_ctrl (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/bcm/ |
H A D | clk-sr.c | 40 .sw_ctrl = SW_CTRL_VAL(0x10, 31), 100 .sw_ctrl = SW_CTRL_VAL(0x10, 31), 159 .sw_ctrl = SW_CTRL_VAL(0x10, 31), 194 .sw_ctrl = SW_CTRL_VAL(0x10, 31), 248 .sw_ctrl = SW_CTRL_VAL(0x10, 31), 285 .sw_ctrl = SW_CTRL_VAL(0x4, 31), 330 .sw_ctrl = SW_CTRL_VAL(0x4, 31), 369 .sw_ctrl = SW_CTRL_VAL(0x4, 31),
|
H A D | clk-cygnus.c | 63 .sw_ctrl = SW_CTRL_VAL(0x10, 31), 122 .sw_ctrl = SW_CTRL_VAL(0x4, 31), 278 .sw_ctrl = SW_CTRL_VAL(0x4, 0),
|
H A D | clk-iproc.h | 171 struct iproc_pll_sw_ctrl sw_ctrl; member
|
H A D | clk-iproc-pll.c | 718 val = readl(pll->control_base + ctrl->sw_ctrl.offset); in iproc_pll_sw_cfg() 719 val |= BIT(ctrl->sw_ctrl.shift); in iproc_pll_sw_cfg() 720 iproc_pll_write(pll, pll->control_base, ctrl->sw_ctrl.offset, in iproc_pll_sw_cfg()
|
/kernel/linux/linux-6.6/drivers/clk/bcm/ |
H A D | clk-sr.c | 40 .sw_ctrl = SW_CTRL_VAL(0x10, 31), 100 .sw_ctrl = SW_CTRL_VAL(0x10, 31), 159 .sw_ctrl = SW_CTRL_VAL(0x10, 31), 194 .sw_ctrl = SW_CTRL_VAL(0x10, 31), 248 .sw_ctrl = SW_CTRL_VAL(0x10, 31), 285 .sw_ctrl = SW_CTRL_VAL(0x4, 31), 330 .sw_ctrl = SW_CTRL_VAL(0x4, 31), 369 .sw_ctrl = SW_CTRL_VAL(0x4, 31),
|
H A D | clk-cygnus.c | 53 .sw_ctrl = SW_CTRL_VAL(0x10, 31), 112 .sw_ctrl = SW_CTRL_VAL(0x4, 31), 268 .sw_ctrl = SW_CTRL_VAL(0x4, 0),
|
H A D | clk-iproc.h | 161 struct iproc_pll_sw_ctrl sw_ctrl; member
|
H A D | clk-iproc-pll.c | 708 val = readl(pll->control_base + ctrl->sw_ctrl.offset); in iproc_pll_sw_cfg() 709 val |= BIT(ctrl->sw_ctrl.shift); in iproc_pll_sw_cfg() 710 iproc_pll_write(pll, pll->control_base, ctrl->sw_ctrl.offset, in iproc_pll_sw_cfg()
|
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | hci_qca.c | 223 struct gpio_desc *sw_ctrl; member 1731 if (qcadev->sw_ctrl) { in qca_regulator_init() 1732 sw_ctrl_state = gpiod_get_value_cansleep(qcadev->sw_ctrl); in qca_regulator_init() 2136 if (qcadev->sw_ctrl) { in qca_power_shutdown() 2137 sw_ctrl_state = gpiod_get_value_cansleep(qcadev->sw_ctrl); in qca_power_shutdown() 2305 qcadev->sw_ctrl = devm_gpiod_get_optional(&serdev->dev, "swctrl", in qca_serdev_probe() 2307 if (IS_ERR(qcadev->sw_ctrl) && in qca_serdev_probe()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtl8xxxu/ |
H A D | rtl8xxxu_8188f.c | 445 bool do_notch, hw_ctrl, sw_ctrl, hw_ctrl_s1 = 0, sw_ctrl_s1 = 0; in rtl8188f_spur_calibration() local 460 sw_ctrl = !hw_ctrl; in rtl8188f_spur_calibration() 466 } else if (sw_ctrl) { in rtl8188f_spur_calibration()
|
Completed in 10 milliseconds