Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/hotplug/
Dshpchp_hpc.c1188 u32 slot_avail1, slot_avail2; in hpc_get_max_bus_speed() local
1205 slot_avail2 = readl(php_ctlr->creg + SLOT_AVAIL2); in hpc_get_max_bus_speed()
1208 if ((slot_num = ((slot_avail2 & SLOT_133MHZ_PCIX_533) >> 27) ) != 0 ) in hpc_get_max_bus_speed()
1210 else if ((slot_num = ((slot_avail2 & SLOT_100MHZ_PCIX_533) >> 23) ) != 0 ) in hpc_get_max_bus_speed()
1212 else if ((slot_num = ((slot_avail2 & SLOT_66MHZ_PCIX_533) >> 19) ) != 0 ) in hpc_get_max_bus_speed()
1214 else if ((slot_num = ((slot_avail2 & SLOT_133MHZ_PCIX_266) >> 15) ) != 0 ) in hpc_get_max_bus_speed()
1216 else if ((slot_num = ((slot_avail2 & SLOT_100MHZ_PCIX_266) >> 11) ) != 0 ) in hpc_get_max_bus_speed()
1218 else if ((slot_num = ((slot_avail2 & SLOT_66MHZ_PCIX_266) >> 7) ) != 0 ) in hpc_get_max_bus_speed()
1226 else if ((slot_num = (slot_avail2 & SLOT_66MHZ)) != 0 ) in hpc_get_max_bus_speed()
1238 else if ((slot_num = (slot_avail2 & SLOT_66MHZ)) != 0 ) in hpc_get_max_bus_speed()
Dshpchp.h250 volatile u32 slot_avail2; member
278 SLOT_AVAIL2 = offsetof(struct ctrl_reg, slot_avail2),