Searched refs:abase (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/arm/mm/ |
H A D | pmsa-v7.c | 149 phys_addr_t abase = base & ~(size - 1); in try_split_region() local 150 phys_addr_t asize = base + size - abase; in try_split_region() 157 bdiff = base - abase; in try_split_region() 183 region->base = abase; in try_split_region()
|
/openbmc/linux/drivers/mfd/ |
H A D | lpc_ich.c | 91 int abase; /* ACPI base */ member 885 pci_write_config_byte(dev, priv->abase, priv->abase_save); in lpc_ich_restore_config_space() 912 pci_read_config_byte(dev, priv->abase, ®_save); in lpc_ich_enable_acpi_space() 913 pci_write_config_byte(dev, priv->abase, reg_save | 0x2); in lpc_ich_enable_acpi_space() 1013 pci_read_config_dword(dev, priv->abase, &base_addr_cfg); in lpc_ich_init_gpio() 1093 pci_read_config_dword(dev, priv->abase, &base_addr_cfg); in lpc_ich_init_wdt() 1310 priv->abase = ACPIBASE; in lpc_ich_probe()
|