Searched refs:cfgx (Results 1 – 2 of 2) sorted by relevance
62 union cvmx_gpio_bit_cfgx cfgx; in octeon_gpio_dir_out() local66 cfgx.u64 = 0; in octeon_gpio_dir_out()67 cfgx.s.tx_oe = 1; in octeon_gpio_dir_out()69 cvmx_write_csr(gpio->register_base + bit_cfg_reg(offset), cfgx.u64); in octeon_gpio_dir_out()
326 struct pci_mmcfg_region *cfg, *cfgx; in pci_mmcfg_check_end_bus_number() local337 cfgx = list_entry(cfg->list.next, typeof(*cfg), list); in pci_mmcfg_check_end_bus_number()338 if (cfg->end_bus >= cfgx->start_bus) in pci_mmcfg_check_end_bus_number()339 cfg->end_bus = cfgx->start_bus - 1; in pci_mmcfg_check_end_bus_number()