Searched refs:conf2 (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/gpio/ |
D | gpio-lynxpoint.c | 117 unsigned long conf2 = lp_gpio_reg(chip, offset, LP_CONFIG2); in lp_gpio_request() local 132 outl(inl(conf2) & ~GPINDIS_BIT, conf2); in lp_gpio_request() 141 unsigned long conf2 = lp_gpio_reg(chip, offset, LP_CONFIG2); in lp_gpio_free() local 144 outl(inl(conf2) | GPINDIS_BIT, conf2); in lp_gpio_free()
|
/linux-4.1.27/drivers/misc/carma/ |
D | carma-fpga.c | 544 u32 conf1, conf2, version; in data_calculate_bufsize() local 555 conf2 = fpga_read_reg(priv, i, MMAP_REG_CORL_CONF2); in data_calculate_bufsize() 563 num_qcnt = (conf2 & 0x00000FFF) >> 0; in data_calculate_bufsize() 569 num_qcnt = (conf2 & 0x00000FFF) >> 0; in data_calculate_bufsize()
|
/linux-4.1.27/drivers/atm/ |
D | lanai.c | 289 u32 conf1, conf2; /* CONFIG[12] registers */ member 503 reg_write(lanai, lanai->conf2, Config2_Reg); in conf2_write() 1984 lanai->conf2 |= CONFIG2_VCI0_NORMAL; in vci0_is_ok() 2016 lanai->conf2 &= ~CONFIG2_VCI0_NORMAL; in vci_is_ok() 2100 lanai->conf2 |= CONFIG2_CBR_ENABLE; in lanai_cbr_setup() 2106 lanai->conf2 &= ~CONFIG2_CBR_ENABLE; in lanai_cbr_shutdown() 2197 lanai->conf2 = (lanai->num_vci >= 512 ? CONFIG2_HOWMANY : 0) | in lanai_dev_open()
|
/linux-4.1.27/Documentation/x86/x86_64/ |
D | boot-options.txt | 175 pci=conf2 Use conf2 access.
|
/linux-4.1.27/drivers/hwmon/ |
D | adm1031.c | 91 u8 conf2; member 180 data->conf2 = adm1031_read_value(client, ADM1031_REG_CONF2); in adm1031_update_device()
|
/linux-4.1.27/Documentation/ |
D | kernel-parameters.txt | 2661 conf2 [X86] Force use of PCI Configuration
|