Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/pci/controller/
Dpci-versatile.c70 int i, myslot = -1, mem = 1; in versatile_pci_probe() local
107 myslot = i; in versatile_pci_probe()
111 if (myslot == -1) { in versatile_pci_probe()
118 pci_slot_ignore |= (1 << myslot); in versatile_pci_probe()
120 dev_info(dev, "PCI core found (slot %d)\n", myslot); in versatile_pci_probe()
122 writel(myslot, PCI_SELFID); in versatile_pci_probe()
123 local_pci_cfg_base = versatile_cfg_base[1] + (myslot << 11); in versatile_pci_probe()
/Linux-v5.15/drivers/pci/hotplug/
Dibmphp_core.c266 struct slot myslot; in get_attention_status() local
274 memcpy(&myslot, pslot, sizeof(struct slot)); in get_attention_status()
276 &myslot.status); in get_attention_status()
279 &myslot.ext_status); in get_attention_status()
281 *value = SLOT_ATTN(myslot.status, myslot.ext_status); in get_attention_status()
293 struct slot myslot; in get_latch_status() local
300 memcpy(&myslot, pslot, sizeof(struct slot)); in get_latch_status()
302 &myslot.status); in get_latch_status()
304 *value = SLOT_LATCH(myslot.status); in get_latch_status()
318 struct slot myslot; in get_power_status() local
[all …]
Dibmphp_hpc.c789 struct slot myslot; in poll_hpc() local
832 memcpy((void *) &myslot, (void *) pslot, in poll_hpc()
835 if ((myslot.status != pslot->status) in poll_hpc()
836 || (myslot.ext_status != pslot->ext_status)) in poll_hpc()
837 process_changeinstatus(pslot, &myslot); in poll_hpc()
987 struct slot myslot, *pslot; in process_changeinlatch() local
1000 memcpy((void *) &myslot, (void *) pslot, sizeof(struct slot)); in process_changeinlatch()
1003 process_changeinstatus(pslot, &myslot); in process_changeinlatch()