Searched refs:sw_ctrl (Results 1 – 5 of 5) sorted by relevance
/drivers/clk/bcm/ |
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),
|
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),
|
D | clk-iproc.h | 171 struct iproc_pll_sw_ctrl sw_ctrl; member
|
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()
|
/drivers/bluetooth/ |
D | hci_qca.c | 222 struct gpio_desc *sw_ctrl; member 1637 if (qcadev->sw_ctrl) { in qca_regulator_init() 1638 sw_ctrl_state = gpiod_get_value_cansleep(qcadev->sw_ctrl); in qca_regulator_init() 1916 if (qcadev->sw_ctrl) { in qca_power_shutdown() 1917 sw_ctrl_state = gpiod_get_value_cansleep(qcadev->sw_ctrl); in qca_power_shutdown() 2072 qcadev->sw_ctrl = devm_gpiod_get_optional(&serdev->dev, "swctrl", in qca_serdev_probe() 2074 if (IS_ERR_OR_NULL(qcadev->sw_ctrl) && data->soc_type == QCA_WCN6750) in qca_serdev_probe()
|