Searched refs:config_reg (Results 1 – 19 of 19) sorted by relevance
/linux-4.1.27/drivers/pinctrl/sh-pfc/ |
D | core.c | 237 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/ |
D | clk-pll.c | 116 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()
|
D | clk-pll.h | 51 u32 config_reg; member
|
D | lcc-ipq806x.c | 38 .config_reg = 0x14,
|
D | mmcc-msm8974.c | 192 .config_reg = 0x0014, 219 .config_reg = 0x0050, 246 .config_reg = 0x4110, 261 .config_reg = 0x0090,
|
D | gcc-ipq806x.c | 39 .config_reg = 0x30d4, 66 .config_reg = 0x3174, 93 .config_reg = 0x3154, 120 .config_reg = 0x31d4,
|
D | mmcc-apq8084.c | 227 .config_reg = 0x0014, 254 .config_reg = 0x0050, 281 .config_reg = 0x4110, 296 .config_reg = 0x0090, 312 .config_reg = 0x00b0,
|
D | lcc-msm8960.c | 38 .config_reg = 0x14,
|
D | gcc-msm8916.c | 199 .config_reg = 0x21014, 226 .config_reg = 0x20014, 253 .config_reg = 0x4a014, 280 .config_reg = 0x23014,
|
D | gcc-msm8974.c | 70 .config_reg = 0x0014, 133 .config_reg = 0x0054, 160 .config_reg = 0x1dd4,
|
D | gcc-apq8084.c | 114 .config_reg = 0x0014, 177 .config_reg = 0x0054, 204 .config_reg = 0x1dd4,
|
D | gcc-msm8960.c | 39 .config_reg = 0x3174, 66 .config_reg = 0x3154, 93 .config_reg = 0x31d4,
|
D | mmcc-msm8960.c | 91 .config_reg = 0x32c, 107 .config_reg = 0x348,
|
D | gcc-msm8660.c | 39 .config_reg = 0x3154,
|
/linux-4.1.27/drivers/tty/serial/ |
D | sirfsoc_uart.c | 851 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/ |
D | xhci.h | 175 __le32 config_reg; member 1400 u32 config_reg; member
|
D | xhci.c | 784 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()
|
D | xhci-mem.c | 2359 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/ |
D | qla1280.c | 3941 uint16_t config_reg, scsi_control; in qla1280_check_for_dead_scsi_bus() local 3946 config_reg = RD_REG_WORD(®->cfg_1); in qla1280_check_for_dead_scsi_bus() 3949 WRT_REG_WORD(®->cfg_1, config_reg); in qla1280_check_for_dead_scsi_bus()
|