Searched refs:PCI_BAR_FB (Results 1 – 2 of 2) sorted by relevance
23 #define PCI_BAR_FB 0 macro
263 romBase = info.pci->u.h0.base_registers[PCI_BAR_FB]; in radeon_hd_getbios()264 if ((info.pci->u.h0.base_register_flags[PCI_BAR_FB] & PCI_address_type) in radeon_hd_getbios()266 romBase |= (uint64)info.pci->u.h0.base_registers[PCI_BAR_FB + 1] << 32; in radeon_hd_getbios()753 phys_addr_t fbAddr = info.pci->u.h0.base_registers[PCI_BAR_FB]; in radeon_hd_init()754 uint64 fbBarSize = info.pci->u.h0.base_register_sizes[PCI_BAR_FB]; in radeon_hd_init()755 if ((info.pci->u.h0.base_register_flags[PCI_BAR_FB] & PCI_address_type) in radeon_hd_init()757 fbAddr |= (uint64)info.pci->u.h0.base_registers[PCI_BAR_FB + 1] << 32; in radeon_hd_init()758 fbBarSize |= (uint64)info.pci->u.h0.base_register_sizes[PCI_BAR_FB + 1] << 32; in radeon_hd_init()