Searched refs:slotno (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/powerpc/kernel/ |
| H A D | pci-hotplug.c | 99 int slotno; in traverse_siblings_and_scan_slot() local 106 slotno = PCI_SLOT(PCI_DN(start->child)->devfn); in traverse_siblings_and_scan_slot() 107 pci_scan_slot(bus, PCI_DEVFN(slotno, 0)); in traverse_siblings_and_scan_slot() 119 slotno = PCI_SLOT(PCI_DN(dn)->devfn); in traverse_siblings_and_scan_slot() 120 pci_scan_slot(bus, PCI_DEVFN(slotno, 0)); in traverse_siblings_and_scan_slot()
|
| /linux/fs/ocfs2/ |
| H A D | slot_map.c | 69 int b, i, slotno; in ocfs2_update_slot_info_extended() local 72 slotno = 0; in ocfs2_update_slot_info_extended() 77 (slotno < si->si_num_slots); in ocfs2_update_slot_info_extended() 78 i++, slotno++) { in ocfs2_update_slot_info_extended() 80 ocfs2_set_slot(si, slotno, in ocfs2_update_slot_info_extended() 83 ocfs2_invalidate_slot(si, slotno); in ocfs2_update_slot_info_extended() 156 int slotno = slot_num % si->si_slots_per_block; in ocfs2_update_disk_slot_extended() local 162 se->se_slots[slotno].es_valid = si->si_slots[slot_num].sl_valid; in ocfs2_update_disk_slot_extended() 164 se->se_slots[slotno].es_node_num = in ocfs2_update_disk_slot_extended()
|
| /linux/drivers/pci/hotplug/ |
| H A D | rpaphp_slot.c | 87 int slotno = PCI_SLOT_PLACEHOLDER; in rpaphp_register_slot() local 102 slotno = PCI_SLOT(PCI_DN(child)->devfn); in rpaphp_register_slot() 107 retval = pci_hp_register(php_slot, slot->bus, slotno, slot->name); in rpaphp_register_slot()
|
| H A D | ibmphp_pci.c | 27 static u8 find_sec_number(u8 primary_busno, u8 slotno); 67 int ibmphp_configure_card(struct pci_func *func, u8 slotno) in ibmphp_configure_card() argument 174 rc = configure_bridge(&cur_func, slotno); in ibmphp_configure_card() 207 rc = ibmphp_configure_card(newfunc, slotno); in ibmphp_configure_card() 243 rc = configure_bridge(&cur_func, slotno); in ibmphp_configure_card() 279 rc = ibmphp_configure_card(newfunc, slotno); in ibmphp_configure_card() 543 static int configure_bridge(struct pci_func **func_passed, u8 slotno) in configure_bridge() argument 594 sec_number = find_sec_number(func->busno, slotno); in configure_bridge() 1661 static u8 find_sec_number(u8 primary_busno, u8 slotno) in find_sec_number() argument 1675 if ((slotno > max) || (slotno < min)) { in find_sec_number() [all …]
|
| /linux/drivers/mmc/core/ |
| H A D | sdio_bus.c | 375 u64 addr = ((u64)host->slotno << 16) | func->num; in sdio_acpi_set_handle()
|
| /linux/include/linux/mmc/ |
| H A D | host.h | 558 unsigned int slotno; /* used for sdio acpi binding */ member
|
| /linux/sound/soc/intel/atom/ |
| H A D | sst-atom-controls.c | 1187 #define SST_INTERLEAVER(xpname, slot_name, slotno) \ 1188 SST_SSP_SLOT_CTL(xpname, "tx interleaver", slot_name, slotno, true, \ 1196 SST_INTERLEAVER(xpname,slot_name,slotno) global() argument
|