Searched refs:presence_save (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dshpchp_ctrl.c68 p_slot->hpc_ops->get_adapter_status(p_slot, &(p_slot->presence_save));
92 p_slot->hpc_ops->get_adapter_status(p_slot, &(p_slot->presence_save));
95 p_slot->presence_save, p_slot->pwr_save);
103 if (p_slot->pwr_save && p_slot->presence_save) {
133 p_slot->hpc_ops->get_adapter_status(p_slot, &(p_slot->presence_save));
134 if (p_slot->presence_save) {
594 p_slot->hpc_ops->get_adapter_status(p_slot, &(p_slot->presence_save));
612 &(p_slot->presence_save));
H A Dcpqphp.h243 u8 presence_save; member in struct:pci_func
265 u8 presence_save; member in struct:slot
687 int presence_save = 0; local
694 presence_save = (int) ((((~tempdword) >> 23) | ((~tempdword) >> 15)) >> hp_slot) & 0x02;
696 return presence_save;
H A Dpciehp_ctrl.c116 u8 presence_save; local
126 p_slot->hpc_ops->get_adapter_status(p_slot, &presence_save);
127 if (presence_save) {
H A Dcpqphp_ctrl.c111 func->presence_save = (temp_word >> hp_slot) & 0x01;
112 func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02;
198 if (temp_byte != func->presence_save) {
227 func->presence_save = (temp_word >> hp_slot) & 0x01;
228 func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02;
2040 func->presence_save = (temp_word >> hp_slot) & 0x01;
2041 func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02;
2070 func->presence_save = (temp_word >> hp_slot) & 0x01;
2071 func->presence_save |=
H A Dshpchp.h70 u8 presence_save; member in struct:slot
H A Dcpqphp_core.c1238 func->presence_save = (temp_word >> hp_slot) & 0x01;
1239 func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02;
H A Dcpqphp_pci.c466 new_slot->presence_save = 0;

Completed in 108 milliseconds