Home
last modified time | relevance | path

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

/linux/drivers/pci/controller/
H A Dpci-versatile.c69 int i, myslot = -1, mem = 1; in versatile_pci_probe() local
106 myslot = i; in versatile_pci_probe()
110 if (myslot == -1) { in versatile_pci_probe()
117 pci_slot_ignore |= (1 << myslot); in versatile_pci_probe()
119 dev_info(dev, "PCI core found (slot %d)\n", myslot); in versatile_pci_probe()
121 writel(myslot, PCI_SELFID); in versatile_pci_probe()
122 local_pci_cfg_base = versatile_cfg_base[1] + (myslot << 11); in versatile_pci_probe()
/linux/drivers/pci/hotplug/
H A Dibmphp_core.c258 struct slot myslot; in get_attention_status() local
266 memcpy(&myslot, pslot, sizeof(struct slot)); in get_attention_status()
268 &myslot.status); in get_attention_status()
271 &myslot.ext_status); in get_attention_status()
273 *value = SLOT_ATTN(myslot.status, myslot.ext_status); in get_attention_status()
285 struct slot myslot; in get_latch_status() local
292 memcpy(&myslot, pslot, sizeof(struct slot)); in get_latch_status()
294 &myslot.status); in get_latch_status()
296 *value = SLOT_LATCH(myslot.status); in get_latch_status()
310 struct slot myslot; in get_power_status() local
[all …]
H A Dibmphp_hpc.c787 struct slot myslot; in poll_hpc() local
830 memcpy((void *) &myslot, (void *) pslot, in poll_hpc()
833 if ((myslot.status != pslot->status) in poll_hpc()
834 || (myslot.ext_status != pslot->ext_status)) in poll_hpc()
835 process_changeinstatus(pslot, &myslot); in poll_hpc()
985 struct slot myslot, *pslot; in process_changeinlatch() local
998 memcpy((void *) &myslot, (void *) pslot, sizeof(struct slot)); in process_changeinlatch()
1001 process_changeinstatus(pslot, &myslot); in process_changeinlatch()