Home
last modified time | relevance | path

Searched refs:slot_avail2 (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/pci/hotplug/
Dshpchp_hpc.c858 u32 slot_avail2 = shpc_readl(ctrl, SLOT_AVAIL2); in shpc_get_max_bus_speed() local
861 if (slot_avail2 & SLOT_133MHZ_PCIX_533) in shpc_get_max_bus_speed()
863 else if (slot_avail2 & SLOT_100MHZ_PCIX_533) in shpc_get_max_bus_speed()
865 else if (slot_avail2 & SLOT_66MHZ_PCIX_533) in shpc_get_max_bus_speed()
867 else if (slot_avail2 & SLOT_133MHZ_PCIX_266) in shpc_get_max_bus_speed()
869 else if (slot_avail2 & SLOT_100MHZ_PCIX_266) in shpc_get_max_bus_speed()
871 else if (slot_avail2 & SLOT_66MHZ_PCIX_266) in shpc_get_max_bus_speed()
882 else if (slot_avail2 & SLOT_66MHZ) in shpc_get_max_bus_speed()
Dshpchp.h178 volatile u32 slot_avail2; member
195 SLOT_AVAIL2 = offsetof(struct ctrl_reg, slot_avail2),