Searched refs:config_reg (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/arch/mips/pmc-sierra/msp71xx/ |
D | gpio.c | 42 void __iomem *config_reg; member 105 cfg = __raw_readl(msp_chip->config_reg); in msp71xx_set_gpio_mode() 108 __raw_writel(cfg, msp_chip->config_reg); in msp71xx_set_gpio_mode() 186 .config_reg = (void __iomem *)(MSP71XX_GPIO_BASE + cr), \
|
/linux-2.6.39/drivers/sh/ |
D | pfc.c | 207 struct pinmux_cfg_reg *config_reg; in get_config_reg() local 213 config_reg = gpioc->cfg_regs + k; in get_config_reg() 215 r_width = config_reg->reg_width; in get_config_reg() 216 f_width = config_reg->field_width; in get_config_reg() 221 if (config_reg->enum_ids[n] == enum_id) { in get_config_reg() 222 *crp = config_reg; in get_config_reg() 224 *cntp = &config_reg->cnt[n / (1 << f_width)]; in get_config_reg()
|
/linux-2.6.39/include/linux/mfd/ab8500/ |
D | gpio.h | 18 u8 config_reg[7]; member
|
/linux-2.6.39/drivers/gpio/ |
D | ab8500-gpio.c | 444 pdata->config_reg[i]); in ab8500_gpio_probe() 450 pdata->config_reg[ALTFUN_REG_INDEX]); in ab8500_gpio_probe()
|
/linux-2.6.39/arch/arm/mach-ux500/ |
D | board-mop500.c | 65 .config_reg = {0x00, 0x1E, 0x80, 0x01,
|
/linux-2.6.39/drivers/usb/host/ |
D | xhci.h | 168 u32 config_reg; member 1169 u32 config_reg; member
|
D | xhci.c | 599 xhci->s3.config_reg = xhci_readl(xhci, &xhci->op_regs->config_reg); in xhci_save_registers() 612 xhci_writel(xhci, xhci->s3.config_reg, &xhci->op_regs->config_reg); in xhci_restore_registers()
|
D | xhci-mem.c | 1938 val2 = xhci_readl(xhci, &xhci->op_regs->config_reg); in xhci_mem_init() 1942 xhci_writel(xhci, val, &xhci->op_regs->config_reg); in xhci_mem_init()
|
/linux-2.6.39/drivers/scsi/ |
D | qla1280.c | 3950 uint16_t config_reg, scsi_control; in qla1280_check_for_dead_scsi_bus() local 3955 config_reg = RD_REG_WORD(®->cfg_1); in qla1280_check_for_dead_scsi_bus() 3958 WRT_REG_WORD(®->cfg_1, config_reg); in qla1280_check_for_dead_scsi_bus()
|