Home
last modified time | relevance | path

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

/linux/drivers/pci/hotplug/
H A Dcpqphp_pci.c1160 void __iomem *one_slot; in cpqhp_find_available_resources() local
1220 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 …]
/linux/lib/
H A Dmaple_tree.c3740 bool one_slot; in mas_wr_store_type() local
3763 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()