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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dshpchp_hpc.c884 u32 slot_avail2 = shpc_readl(ctrl, SLOT_AVAIL2); local
887 if (slot_avail2 & SLOT_133MHZ_PCIX_533)
889 else if (slot_avail2 & SLOT_100MHZ_PCIX_533)
891 else if (slot_avail2 & SLOT_66MHZ_PCIX_533)
893 else if (slot_avail2 & SLOT_133MHZ_PCIX_266)
895 else if (slot_avail2 & SLOT_100MHZ_PCIX_266)
897 else if (slot_avail2 & SLOT_66MHZ_PCIX_266)
908 else if (slot_avail2 & SLOT_66MHZ)
H A Dshpchp.h203 volatile u32 slot_avail2; member in struct:ctrl_reg
220 SLOT_AVAIL2 = offsetof(struct ctrl_reg, slot_avail2),

Completed in 161 milliseconds