Home
last modified time | relevance | path

Searched refs:slot_cap (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/drivers/pci/hotplug/
Dpciehp.h94 u32 slot_cap; member
120 #define ATTN_BUTTN(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_ABP)
121 #define POWER_CTRL(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_PCP)
122 #define MRL_SENS(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_MRLSP)
123 #define ATTN_LED(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_AIP)
124 #define PWR_LED(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_PIP)
125 #define HP_SUPR_RM(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_HPS)
126 #define EMI(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_EIP)
127 #define NO_CMD_CMPL(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_NCCS)
128 #define PSN(ctrl) ((ctrl)->slot_cap >> 19)
Dpciehp_acpi.c85 u32 slot_cap; in dummy_probe() local
93 pci_read_config_dword(pdev, pos + PCI_EXP_SLTCAP, &slot_cap); in dummy_probe()
97 slot->number = slot_cap >> 19; in dummy_probe()
Dpciehp_hpc.c932 ctrl_info(ctrl, "Slot Capabilities : 0x%08x\n", ctrl->slot_cap); in dbg_ctrl()
959 u32 slot_cap, link_cap; in pcie_init() local
972 if (pciehp_readl(ctrl, PCI_EXP_SLTCAP, &slot_cap)) { in pcie_init()
977 ctrl->slot_cap = slot_cap; in pcie_init()
Dibmphp_ebda.c215 debug ("%s - cap of the slot: %x\n", __func__, hpc_ptr->slots[index].slot_cap); in print_ebda_hpc()
799 slot_ptr->slot_cap = readb (io_mem + addr_slot + 3*slot_num); in ebda_rsrc_controller()
928 tmp_slot->capabilities = hpc_ptr->slots[index].slot_cap; in ebda_rsrc_controller()
929 if ((hpc_ptr->slots[index].slot_cap & EBDA_SLOT_133_MAX) == EBDA_SLOT_133_MAX) in ebda_rsrc_controller()
931 else if ((hpc_ptr->slots[index].slot_cap & EBDA_SLOT_100_MAX) == EBDA_SLOT_100_MAX) in ebda_rsrc_controller()
933 else if ((hpc_ptr->slots[index].slot_cap & EBDA_SLOT_66_MAX) == EBDA_SLOT_66_MAX) in ebda_rsrc_controller()
936 if ((hpc_ptr->slots[index].slot_cap & EBDA_SLOT_PCIX_CAP) == EBDA_SLOT_PCIX_CAP) in ebda_rsrc_controller()
Dibmphp.h185 u8 slot_cap; member
/linux-3.4.99/drivers/media/dvb/bt8xx/
Ddst_ca.c239 u8 slot_cap[256]; in ca_get_slot_caps() local
243 if ((dst_put_ci(state, slot_command, sizeof (slot_command), slot_cap, GET_REPLY)) < 0) { in ca_get_slot_caps()
251 dprintk(verbose, DST_CA_INFO, 1, " Slot cap = [%d]", slot_cap[7]); in ca_get_slot_caps()
253 for (i = 0; i < slot_cap[0] + 1; i++) in ca_get_slot_caps()
254 dprintk(verbose, DST_CA_INFO, 0, " %d", slot_cap[i]); in ca_get_slot_caps()
259 p_ca_caps->descr_num = slot_cap[7]; in ca_get_slot_caps()