Searched refs:one_slot (Results 1 – 2 of 2) sorted by relevance
1160 void __iomem *one_slot; in cpqhp_find_available_resources() local1220 one_slot = rom_resource_table + sizeof(struct hrt); in cpqhp_find_available_resources()1225 if (!readb(one_slot + SECONDARY_BUS)) in cpqhp_find_available_resources()1230 while (i && readb(one_slot + SECONDARY_BUS)) { in cpqhp_find_available_resources()1231 u8 dev_func = readb(one_slot + DEV_FUNC); in cpqhp_find_available_resources()1232 u8 primary_bus = readb(one_slot + PRIMARY_BUS); in cpqhp_find_available_resources()1233 u8 secondary_bus = readb(one_slot + SECONDARY_BUS); in cpqhp_find_available_resources()1234 u8 max_bus = readb(one_slot + MAX_BUS); in cpqhp_find_available_resources()1235 u16 io_base = readw(one_slot + IO_BASE); in cpqhp_find_available_resources()1236 u16 io_length = readw(one_slot + IO_LENGTH); in cpqhp_find_available_resources()[all …]
3740 bool one_slot; in mas_wr_store_type() local3763 one_slot = wr_mas->offset_end - mas->offset == 1; in mas_wr_store_type()3772 else if (mas->end == new_end && one_slot) in mas_wr_store_type()3784 if (new_end == mas->end && (!in_rcu || one_slot)) in mas_wr_store_type()