Home
last modified time | relevance | path

Searched refs:cfgx (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpio/
H A Dgpio-octeon.c62 union cvmx_gpio_bit_cfgx cfgx; in octeon_gpio_dir_out() local
66 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()
/openbmc/linux/arch/x86/pci/
H A Dmmconfig-shared.c327 struct pci_mmcfg_region *cfg, *cfgx; in pci_mmcfg_check_end_bus_number() local
338 cfgx = list_entry(cfg->list.next, typeof(*cfg), list); in pci_mmcfg_check_end_bus_number()
339 if (cfg->end_bus >= cfgx->start_bus) in pci_mmcfg_check_end_bus_number()
340 cfg->end_bus = cfgx->start_bus - 1; in pci_mmcfg_check_end_bus_number()