Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
A Dpci-common.c50 #define MAX_PHBS 0x10000 macro
56 static DECLARE_BITMAP(phb_bitmap, MAX_PHBS);
92 phb_id = (int)(prop & (MAX_PHBS - 1)); in get_phb_number()
102 phb_id = find_first_zero_bit(phb_bitmap, MAX_PHBS); in get_phb_number()
103 BUG_ON(phb_id >= MAX_PHBS); in get_phb_number()
141 if (phb->global_number < MAX_PHBS) in pcibios_free_controller()

Completed in 6 milliseconds