Searched refs:one_slot (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/pci/hotplug/
H A Dcpqphp_pci.c1177 void __iomem *one_slot; cpqhp_find_available_resources() local
1237 one_slot = rom_resource_table + sizeof (struct hrt); cpqhp_find_available_resources()
1242 if (!readb(one_slot + SECONDARY_BUS)) cpqhp_find_available_resources()
1247 while (i && readb(one_slot + SECONDARY_BUS)) { cpqhp_find_available_resources()
1248 u8 dev_func = readb(one_slot + DEV_FUNC); cpqhp_find_available_resources()
1249 u8 primary_bus = readb(one_slot + PRIMARY_BUS); cpqhp_find_available_resources()
1250 u8 secondary_bus = readb(one_slot + SECONDARY_BUS); cpqhp_find_available_resources()
1251 u8 max_bus = readb(one_slot + MAX_BUS); cpqhp_find_available_resources()
1252 u16 io_base = readw(one_slot + IO_BASE); cpqhp_find_available_resources()
1253 u16 io_length = readw(one_slot + IO_LENGTH); cpqhp_find_available_resources()
1254 u16 mem_base = readw(one_slot + MEM_BASE); cpqhp_find_available_resources()
1255 u16 mem_length = readw(one_slot + MEM_LENGTH); cpqhp_find_available_resources()
1256 u16 pre_mem_base = readw(one_slot + PRE_MEM_BASE); cpqhp_find_available_resources()
1257 u16 pre_mem_length = readw(one_slot + PRE_MEM_LENGTH); cpqhp_find_available_resources()
1266 one_slot += sizeof (struct slot_rt); cpqhp_find_available_resources()
1286 one_slot += sizeof (struct slot_rt); cpqhp_find_available_resources()
1398 one_slot += sizeof (struct slot_rt); cpqhp_find_available_resources()

Completed in 34 milliseconds