Home
last modified time | relevance | path

Searched refs:config_reg (Results 1 – 19 of 19) sorted by relevance

/linux-4.1.27/drivers/pinctrl/sh-pfc/
Dcore.c237 const struct pinmux_cfg_reg *config_reg = in sh_pfc_get_config_reg() local
239 unsigned int r_width = config_reg->reg_width; in sh_pfc_get_config_reg()
240 unsigned int f_width = config_reg->field_width; in sh_pfc_get_config_reg()
256 curr_width = config_reg->var_field_width[m]; in sh_pfc_get_config_reg()
260 if (config_reg->enum_ids[pos + n] == enum_id) { in sh_pfc_get_config_reg()
261 *crp = config_reg; in sh_pfc_get_config_reg()
/linux-4.1.27/drivers/clk/qcom/
Dclk-pll.c116 regmap_read(pll->clkr.regmap, pll->config_reg, &config); in clk_pll_recalc_rate()
175 regmap_write(pll->clkr.regmap, pll->config_reg, f->ibits); in clk_pll_set_rate()
275 regmap_update_bits(regmap, pll->config_reg, mask, val); in clk_pll_configure()
Dclk-pll.h51 u32 config_reg; member
Dlcc-ipq806x.c38 .config_reg = 0x14,
Dmmcc-msm8974.c192 .config_reg = 0x0014,
219 .config_reg = 0x0050,
246 .config_reg = 0x4110,
261 .config_reg = 0x0090,
Dgcc-ipq806x.c39 .config_reg = 0x30d4,
66 .config_reg = 0x3174,
93 .config_reg = 0x3154,
120 .config_reg = 0x31d4,
Dmmcc-apq8084.c227 .config_reg = 0x0014,
254 .config_reg = 0x0050,
281 .config_reg = 0x4110,
296 .config_reg = 0x0090,
312 .config_reg = 0x00b0,
Dlcc-msm8960.c38 .config_reg = 0x14,
Dgcc-msm8916.c199 .config_reg = 0x21014,
226 .config_reg = 0x20014,
253 .config_reg = 0x4a014,
280 .config_reg = 0x23014,
Dgcc-msm8974.c70 .config_reg = 0x0014,
133 .config_reg = 0x0054,
160 .config_reg = 0x1dd4,
Dgcc-apq8084.c114 .config_reg = 0x0014,
177 .config_reg = 0x0054,
204 .config_reg = 0x1dd4,
Dgcc-msm8960.c39 .config_reg = 0x3174,
66 .config_reg = 0x3154,
93 .config_reg = 0x31d4,
Dmmcc-msm8960.c91 .config_reg = 0x32c,
107 .config_reg = 0x348,
Dgcc-msm8660.c39 .config_reg = 0x3154,
/linux-4.1.27/drivers/tty/serial/
Dsirfsoc_uart.c851 unsigned long config_reg = 0; in sirfsoc_uart_set_termios() local
868 config_reg |= SIRFUART_DATA_BIT_LEN_8; in sirfsoc_uart_set_termios()
872 config_reg |= SIRFUART_DATA_BIT_LEN_7; in sirfsoc_uart_set_termios()
876 config_reg |= SIRFUART_DATA_BIT_LEN_6; in sirfsoc_uart_set_termios()
880 config_reg |= SIRFUART_DATA_BIT_LEN_5; in sirfsoc_uart_set_termios()
884 config_reg |= SIRFUART_STOP_BIT_LEN_2; in sirfsoc_uart_set_termios()
910 config_reg |= SIRFUART_STICK_BIT_MARK; in sirfsoc_uart_set_termios()
912 config_reg |= SIRFUART_STICK_BIT_SPACE; in sirfsoc_uart_set_termios()
914 config_reg |= SIRFUART_STICK_BIT_ODD; in sirfsoc_uart_set_termios()
916 config_reg |= SIRFUART_STICK_BIT_EVEN; in sirfsoc_uart_set_termios()
[all …]
/linux-4.1.27/drivers/usb/host/
Dxhci.h175 __le32 config_reg; member
1400 u32 config_reg; member
Dxhci.c784 xhci->s3.config_reg = readl(&xhci->op_regs->config_reg); in xhci_save_registers()
797 writel(xhci->s3.config_reg, &xhci->op_regs->config_reg); in xhci_restore_registers()
Dxhci-mem.c2359 val2 = readl(&xhci->op_regs->config_reg); in xhci_mem_init()
2363 writel(val, &xhci->op_regs->config_reg); in xhci_mem_init()
/linux-4.1.27/drivers/scsi/
Dqla1280.c3941 uint16_t config_reg, scsi_control; in qla1280_check_for_dead_scsi_bus() local
3946 config_reg = RD_REG_WORD(&reg->cfg_1); in qla1280_check_for_dead_scsi_bus()
3949 WRT_REG_WORD(&reg->cfg_1, config_reg); in qla1280_check_for_dead_scsi_bus()