cfgx              326 arch/x86/pci/mmconfig-shared.c 	struct pci_mmcfg_region *cfg, *cfgx;
cfgx              337 arch/x86/pci/mmconfig-shared.c 		cfgx = list_entry(cfg->list.next, typeof(*cfg), list);
cfgx              338 arch/x86/pci/mmconfig-shared.c 		if (cfg->end_bus >= cfgx->start_bus)
cfgx              339 arch/x86/pci/mmconfig-shared.c 			cfg->end_bus = cfgx->start_bus - 1;
cfgx               62 drivers/gpio/gpio-octeon.c 	union cvmx_gpio_bit_cfgx cfgx;
cfgx               66 drivers/gpio/gpio-octeon.c 	cfgx.u64 = 0;
cfgx               67 drivers/gpio/gpio-octeon.c 	cfgx.s.tx_oe = 1;
cfgx               69 drivers/gpio/gpio-octeon.c 	cvmx_write_csr(gpio->register_base + bit_cfg_reg(offset), cfgx.u64);