Home
last modified time | relevance | path

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

/drivers/pinctrl/sh-pfc/
Dcore.c199 const struct pinmux_cfg_reg *config_reg; in sh_pfc_get_config_reg() local
205 config_reg = pfc->info->cfg_regs + k; in sh_pfc_get_config_reg()
207 r_width = config_reg->reg_width; in sh_pfc_get_config_reg()
208 f_width = config_reg->field_width; in sh_pfc_get_config_reg()
219 curr_width = config_reg->var_field_width[m]; in sh_pfc_get_config_reg()
223 if (config_reg->enum_ids[pos + n] == enum_id) { in sh_pfc_get_config_reg()
224 *crp = config_reg; in sh_pfc_get_config_reg()
/drivers/tty/serial/
Dsirfsoc_uart.c360 unsigned long config_reg = 0; in sirfsoc_uart_set_termios() local
374 config_reg |= SIRFUART_DATA_BIT_LEN_8; in sirfsoc_uart_set_termios()
377 config_reg |= SIRFUART_DATA_BIT_LEN_7; in sirfsoc_uart_set_termios()
380 config_reg |= SIRFUART_DATA_BIT_LEN_6; in sirfsoc_uart_set_termios()
383 config_reg |= SIRFUART_DATA_BIT_LEN_5; in sirfsoc_uart_set_termios()
387 config_reg |= SIRFUART_STOP_BIT_LEN_2; in sirfsoc_uart_set_termios()
408 config_reg |= SIRFUART_STICK_BIT_MARK; in sirfsoc_uart_set_termios()
410 config_reg |= SIRFUART_STICK_BIT_SPACE; in sirfsoc_uart_set_termios()
412 config_reg |= SIRFUART_STICK_BIT_ODD; in sirfsoc_uart_set_termios()
414 config_reg |= SIRFUART_STICK_BIT_EVEN; in sirfsoc_uart_set_termios()
[all …]
/drivers/usb/host/
Dxhci.h168 __le32 config_reg; member
1363 u32 config_reg; member
Dxhci.c791 xhci->s3.config_reg = xhci_readl(xhci, &xhci->op_regs->config_reg); in xhci_save_registers()
804 xhci_writel(xhci, xhci->s3.config_reg, &xhci->op_regs->config_reg); in xhci_restore_registers()
Dxhci-mem.c2289 val2 = xhci_readl(xhci, &xhci->op_regs->config_reg); in xhci_mem_init()
2293 xhci_writel(xhci, val, &xhci->op_regs->config_reg); in xhci_mem_init()
/drivers/scsi/
Dqla1280.c3949 uint16_t config_reg, scsi_control; in qla1280_check_for_dead_scsi_bus() local
3954 config_reg = RD_REG_WORD(&reg->cfg_1); in qla1280_check_for_dead_scsi_bus()
3957 WRT_REG_WORD(&reg->cfg_1, config_reg); in qla1280_check_for_dead_scsi_bus()