Searched refs:config_regs (Results 1 – 7 of 7) sorted by relevance
/linux-4.19.296/drivers/gpio/ |
D | gpio-sch311x.c | 46 unsigned short *config_regs; /* pointer to definition below */ member 57 unsigned short config_regs[8]; member 66 .config_regs = {0x23, 0x24, 0x25, 0x26, 0x27, 0x29, 0x2a, 0x2b}, 71 .config_regs = {0x00, 0x2c, 0x2d, 0x00, 0x00, 0x00, 0x00, 0x32}, 76 .config_regs = {0x33, 0x34, 0x35, 0x36, 0x37, 0x00, 0x39, 0x3a}, 81 .config_regs = {0x3b, 0x00, 0x3d, 0x00, 0x6e, 0x6f, 0x72, 0x73}, 86 .config_regs = {0x3f, 0x40, 0x41, 0x42, 0x43, 0x44, 0x45, 0x46}, 91 .config_regs = {0x47, 0x48, 0x54, 0x55, 0x56, 0x57, 0x58, 0x59}, 140 if (block->config_regs[offset] == 0) /* GPIO is not available */ in sch311x_gpio_request() 143 if (!request_region(block->runtime_reg + block->config_regs[offset], in sch311x_gpio_request() [all …]
|
/linux-4.19.296/drivers/char/xilinx_hwicap/ |
D | xilinx_hwicap.c | 238 buffer[index++] = hwicap_type_1_write(drvdata->config_regs->CMD) | 1; in hwicap_command_desync() 342 drvdata, drvdata->config_regs->IDCODE, &idcode); in hwicap_initialize_hwicap() 605 const struct config_registers *config_regs) in hwicap_setup() argument 672 drvdata->config_regs = config_regs; in hwicap_setup()
|
D | xilinx_hwicap.h | 57 const struct config_registers *config_regs; member
|
/linux-4.19.296/drivers/isdn/hardware/avm/ |
D | avm_cs.c | 49 p_dev->config_regs = PRESENT_OPTION; in avmcs_probe()
|
/linux-4.19.296/drivers/isdn/hisax/ |
D | avma1_cs.c | 52 p_dev->config_regs = PRESENT_OPTION; in avma1cs_probe()
|
/linux-4.19.296/include/pcmcia/ |
D | ds.h | 116 unsigned int config_regs; /* PRESENT_ flags below */ member
|
/linux-4.19.296/drivers/char/pcmcia/ |
D | synclink_cs.c | 591 link->config_regs = PRESENT_OPTION; in mgslpc_config()
|