Searched refs:myslot (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/pci/host/ |
D | pci-versatile.c | 134 int ret, i, myslot = -1; in versatile_pci_probe() local 166 myslot = i; in versatile_pci_probe() 170 if (myslot == -1) { in versatile_pci_probe() 177 pci_slot_ignore |= (1 << myslot); in versatile_pci_probe() 179 dev_info(&pdev->dev, "PCI core found (slot %d)\n", myslot); in versatile_pci_probe() 181 writel(myslot, PCI_SELFID); in versatile_pci_probe() 182 local_pci_cfg_base = versatile_cfg_base[1] + (myslot << 11); in versatile_pci_probe()
|
/linux-4.1.27/arch/arm/mach-versatile/ |
D | pci.c | 238 int myslot = -1; in pci_versatile_setup() local 271 myslot = i; in pci_versatile_setup() 275 if (myslot == -1) { in pci_versatile_setup() 281 printk("PCI core found (slot %d)\n",myslot); in pci_versatile_setup() 283 __raw_writel(myslot, PCI_SELFID); in pci_versatile_setup() 284 local_pci_cfg_base = VERSATILE_PCI_CFG_VIRT_BASE + (myslot << 11); in pci_versatile_setup() 313 pci_slot_ignore |= (1 << myslot); in pci_versatile_setup()
|
/linux-4.1.27/drivers/pci/hotplug/ |
D | ibmphp_core.c | 285 struct slot myslot; in get_attention_status() local 294 memcpy(&myslot, pslot, sizeof(struct slot)); in get_attention_status() 296 &(myslot.status)); in get_attention_status() 300 &(myslot.ext_status)); in get_attention_status() 302 *value = SLOT_ATTN(myslot.status, in get_attention_status() 303 myslot.ext_status); in get_attention_status() 316 struct slot myslot; in get_latch_status() local 324 memcpy(&myslot, pslot, sizeof(struct slot)); in get_latch_status() 326 &(myslot.status)); in get_latch_status() 328 *value = SLOT_LATCH(myslot.status); in get_latch_status() [all …]
|
D | ibmphp_hpc.c | 821 struct slot myslot; in poll_hpc() local 865 memcpy ((void *) &myslot, (void *) pslot, in poll_hpc() 868 if ((myslot.status != pslot->status) in poll_hpc() 869 || (myslot.ext_status != pslot->ext_status)) in poll_hpc() 870 process_changeinstatus (pslot, &myslot); in poll_hpc() 1020 struct slot myslot, *pslot; in process_changeinlatch() local 1033 memcpy ((void *) &myslot, (void *) pslot, sizeof (struct slot)); in process_changeinlatch() 1036 process_changeinstatus (pslot, &myslot); in process_changeinlatch()
|