Home
last modified time | relevance | path

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

/linux/arch/x86/pci/
H A Dmmconfig_32.c27 static u32 get_base_addr(unsigned int seg, int bus, unsigned devfn) in get_base_addr() function
63 base = get_base_addr(seg, bus, devfn); in pci_mmcfg_read()
100 base = get_base_addr(seg, bus, devfn); in pci_mmcfg_write()
/linux/drivers/ras/amd/atl/
H A Dcore.c74 static u64 get_base_addr(struct addr_ctx *ctx) in get_base_addr() function
88 return add_legacy_hole(ctx, addr + get_base_addr(ctx)); in add_base_and_hole()
93 return remove_legacy_hole(ctx, addr) - get_base_addr(ctx); in remove_base_and_hole()