Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/hotplug/
Dpciehp_hpc.c84 u32 slot_cap; member
103 SLOTCAP = offsetof(struct ctrl_reg, slot_cap),
707 u32 slot_cap; in pcie_get_ctlr_slot_config() local
720 rc = hp_register_read_dword(php_ctlr->pci_dev, SLOT_CAP, slot_cap); in pcie_get_ctlr_slot_config()
726 *physical_slot_num = slot_cap >> 19; in pcie_get_ctlr_slot_config()
1261 u32 slot_cap; in pcie_init() local
1304 rc = hp_register_read_dword(php_ctlr->pci_dev, SLOT_CAP, slot_cap); in pcie_init()
1309 dbg("%s: SLOT_CAP offset %x slot_cap %x\n", __FUNCTION__, SLOT_CAP, slot_cap); in pcie_init()
1311 if (!(slot_cap & HP_CAP)) { in pcie_init()
Dibmphp_ebda.c255 debug ("%s - cap of the slot: %x\n", __FUNCTION__, hpc_ptr->slots[index].slot_cap); in print_ebda_hpc()
797 slot_ptr->slot_cap = readb (io_mem + addr_slot + 3*slot_num); in ebda_rsrc_controller()
936 tmp_slot->capabilities = hpc_ptr->slots[index].slot_cap; in ebda_rsrc_controller()
937 if ((hpc_ptr->slots[index].slot_cap & EBDA_SLOT_133_MAX) == EBDA_SLOT_133_MAX) in ebda_rsrc_controller()
939 else if ((hpc_ptr->slots[index].slot_cap & EBDA_SLOT_100_MAX) == EBDA_SLOT_100_MAX) in ebda_rsrc_controller()
941 else if ((hpc_ptr->slots[index].slot_cap & EBDA_SLOT_66_MAX) == EBDA_SLOT_66_MAX) in ebda_rsrc_controller()
944 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