Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pci/controller/
Dpci-versatile.c118 int ret, i, myslot = -1; in versatile_pci_probe() local
155 myslot = i; in versatile_pci_probe()
159 if (myslot == -1) { in versatile_pci_probe()
166 pci_slot_ignore |= (1 << myslot); in versatile_pci_probe()
168 dev_info(dev, "PCI core found (slot %d)\n", myslot); in versatile_pci_probe()
170 writel(myslot, PCI_SELFID); in versatile_pci_probe()
171 local_pci_cfg_base = versatile_cfg_base[1] + (myslot << 11); in versatile_pci_probe()
/linux-4.19.296/drivers/pci/hotplug/
Dibmphp_core.c269 struct slot myslot; in get_attention_status() local
278 memcpy(&myslot, pslot, sizeof(struct slot)); in get_attention_status()
280 &(myslot.status)); in get_attention_status()
284 &(myslot.ext_status)); in get_attention_status()
286 *value = SLOT_ATTN(myslot.status, in get_attention_status()
287 myslot.ext_status); in get_attention_status()
300 struct slot myslot; in get_latch_status() local
308 memcpy(&myslot, pslot, sizeof(struct slot)); in get_latch_status()
310 &(myslot.status)); in get_latch_status()
312 *value = SLOT_LATCH(myslot.status); in get_latch_status()
[all …]
Dibmphp_hpc.c806 struct slot myslot; in poll_hpc() local
849 memcpy((void *) &myslot, (void *) pslot, in poll_hpc()
852 if ((myslot.status != pslot->status) in poll_hpc()
853 || (myslot.ext_status != pslot->ext_status)) in poll_hpc()
854 process_changeinstatus(pslot, &myslot); in poll_hpc()
1004 struct slot myslot, *pslot; in process_changeinlatch() local
1017 memcpy((void *) &myslot, (void *) pslot, sizeof(struct slot)); in process_changeinlatch()
1020 process_changeinstatus(pslot, &myslot); in process_changeinlatch()