slot_ctrl         249 drivers/ipack/carriers/tpci200.c 	unsigned short slot_ctrl;
slot_ctrl         337 drivers/ipack/carriers/tpci200.c 	slot_ctrl = 0;
slot_ctrl         339 drivers/ipack/carriers/tpci200.c 		writew(slot_ctrl, &tpci200->info->interface_regs->control[i]);
slot_ctrl          88 drivers/pci/hotplug/pciehp.h 	u16 slot_ctrl;				/* control register access */
slot_ctrl         120 drivers/pci/hotplug/pciehp_hpc.c 	if (ctrl->slot_ctrl & PCI_EXP_SLTCTL_HPIE &&
slot_ctrl         121 drivers/pci/hotplug/pciehp_hpc.c 	    ctrl->slot_ctrl & PCI_EXP_SLTCTL_CCIE)
slot_ctrl         128 drivers/pci/hotplug/pciehp_hpc.c 			  ctrl->slot_ctrl,
slot_ctrl         141 drivers/pci/hotplug/pciehp_hpc.c 	u16 slot_ctrl_orig, slot_ctrl;
slot_ctrl         150 drivers/pci/hotplug/pciehp_hpc.c 	pcie_capability_read_word(pdev, PCI_EXP_SLTCTL, &slot_ctrl);
slot_ctrl         151 drivers/pci/hotplug/pciehp_hpc.c 	if (slot_ctrl == (u16) ~0) {
slot_ctrl         156 drivers/pci/hotplug/pciehp_hpc.c 	slot_ctrl_orig = slot_ctrl;
slot_ctrl         157 drivers/pci/hotplug/pciehp_hpc.c 	slot_ctrl &= ~mask;
slot_ctrl         158 drivers/pci/hotplug/pciehp_hpc.c 	slot_ctrl |= (cmd & mask);
slot_ctrl         161 drivers/pci/hotplug/pciehp_hpc.c 	ctrl->slot_ctrl = slot_ctrl;
slot_ctrl         162 drivers/pci/hotplug/pciehp_hpc.c 	pcie_capability_write_word(pdev, PCI_EXP_SLTCTL, slot_ctrl);
slot_ctrl         173 drivers/pci/hotplug/pciehp_hpc.c 	    (slot_ctrl_orig & CC_ERRATUM_MASK) == (slot_ctrl & CC_ERRATUM_MASK))
slot_ctrl         318 drivers/pci/hotplug/pciehp_hpc.c 	u16 slot_ctrl;
slot_ctrl         321 drivers/pci/hotplug/pciehp_hpc.c 	pcie_capability_read_word(pdev, PCI_EXP_SLTCTL, &slot_ctrl);
slot_ctrl         323 drivers/pci/hotplug/pciehp_hpc.c 	*status = (slot_ctrl & (PCI_EXP_SLTCTL_AIC | PCI_EXP_SLTCTL_PIC)) >> 6;
slot_ctrl         331 drivers/pci/hotplug/pciehp_hpc.c 	u16 slot_ctrl;
slot_ctrl         334 drivers/pci/hotplug/pciehp_hpc.c 	pcie_capability_read_word(pdev, PCI_EXP_SLTCTL, &slot_ctrl);
slot_ctrl         337 drivers/pci/hotplug/pciehp_hpc.c 		 pci_pcie_cap(ctrl->pcie->port) + PCI_EXP_SLTCTL, slot_ctrl);
slot_ctrl         339 drivers/pci/hotplug/pciehp_hpc.c 	switch (slot_ctrl & PCI_EXP_SLTCTL_AIC) {
slot_ctrl         360 drivers/pci/hotplug/pciehp_hpc.c 	u16 slot_ctrl;
slot_ctrl         362 drivers/pci/hotplug/pciehp_hpc.c 	pcie_capability_read_word(pdev, PCI_EXP_SLTCTL, &slot_ctrl);
slot_ctrl         364 drivers/pci/hotplug/pciehp_hpc.c 		 pci_pcie_cap(ctrl->pcie->port) + PCI_EXP_SLTCTL, slot_ctrl);
slot_ctrl         366 drivers/pci/hotplug/pciehp_hpc.c 	switch (slot_ctrl & PCI_EXP_SLTCTL_PCC) {
slot_ctrl         539 drivers/pci/hotplug/pciehp_hpc.c 	    (!(ctrl->slot_ctrl & PCI_EXP_SLTCTL_HPIE) && !pciehp_poll_mode))