myslot 118 drivers/pci/controller/pci-versatile.c int ret, i, myslot = -1; myslot 155 drivers/pci/controller/pci-versatile.c myslot = i; myslot 159 drivers/pci/controller/pci-versatile.c if (myslot == -1) { myslot 166 drivers/pci/controller/pci-versatile.c pci_slot_ignore |= (1 << myslot); myslot 168 drivers/pci/controller/pci-versatile.c dev_info(dev, "PCI core found (slot %d)\n", myslot); myslot 170 drivers/pci/controller/pci-versatile.c writel(myslot, PCI_SELFID); myslot 171 drivers/pci/controller/pci-versatile.c local_pci_cfg_base = versatile_cfg_base[1] + (myslot << 11); myslot 266 drivers/pci/hotplug/ibmphp_core.c struct slot myslot; myslot 274 drivers/pci/hotplug/ibmphp_core.c memcpy(&myslot, pslot, sizeof(struct slot)); myslot 276 drivers/pci/hotplug/ibmphp_core.c &myslot.status); myslot 279 drivers/pci/hotplug/ibmphp_core.c &myslot.ext_status); myslot 281 drivers/pci/hotplug/ibmphp_core.c *value = SLOT_ATTN(myslot.status, myslot.ext_status); myslot 293 drivers/pci/hotplug/ibmphp_core.c struct slot myslot; myslot 300 drivers/pci/hotplug/ibmphp_core.c memcpy(&myslot, pslot, sizeof(struct slot)); myslot 302 drivers/pci/hotplug/ibmphp_core.c &myslot.status); myslot 304 drivers/pci/hotplug/ibmphp_core.c *value = SLOT_LATCH(myslot.status); myslot 318 drivers/pci/hotplug/ibmphp_core.c struct slot myslot; myslot 325 drivers/pci/hotplug/ibmphp_core.c memcpy(&myslot, pslot, sizeof(struct slot)); myslot 327 drivers/pci/hotplug/ibmphp_core.c &myslot.status); myslot 329 drivers/pci/hotplug/ibmphp_core.c *value = SLOT_PWRGD(myslot.status); myslot 343 drivers/pci/hotplug/ibmphp_core.c struct slot myslot; myslot 350 drivers/pci/hotplug/ibmphp_core.c memcpy(&myslot, pslot, sizeof(struct slot)); myslot 352 drivers/pci/hotplug/ibmphp_core.c &myslot.status); myslot 354 drivers/pci/hotplug/ibmphp_core.c present = SLOT_PRESENT(myslot.status); myslot 789 drivers/pci/hotplug/ibmphp_hpc.c struct slot myslot; myslot 832 drivers/pci/hotplug/ibmphp_hpc.c memcpy((void *) &myslot, (void *) pslot, myslot 835 drivers/pci/hotplug/ibmphp_hpc.c if ((myslot.status != pslot->status) myslot 836 drivers/pci/hotplug/ibmphp_hpc.c || (myslot.ext_status != pslot->ext_status)) myslot 837 drivers/pci/hotplug/ibmphp_hpc.c process_changeinstatus(pslot, &myslot); myslot 987 drivers/pci/hotplug/ibmphp_hpc.c struct slot myslot, *pslot; myslot 1000 drivers/pci/hotplug/ibmphp_hpc.c memcpy((void *) &myslot, (void *) pslot, sizeof(struct slot)); myslot 1003 drivers/pci/hotplug/ibmphp_hpc.c process_changeinstatus(pslot, &myslot);