Searched refs:temp_word (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dpciehp_hpc.c775 u16 temp_word; local
797 rc = pciehp_readw(ctrl, SLOTCTRL, &temp_word);
805 __FUNCTION__, temp_word);
806 temp_word = (temp_word & ~HP_INTR_ENABLE & ~CMD_CMPL_INTR_ENABLE) | 0x00;
807 rc = pciehp_writew(ctrl, SLOTCTRL, temp_word);
824 temp_word = 0x1f;
825 rc = pciehp_writew(ctrl, SLOTSTATUS, temp_word);
854 temp_word = 0x1F;
855 rc = pciehp_writew(ctrl, SLOTSTATUS, temp_word);
1161 u16 temp_word; local
[all...]
H A Dcpqphp_ctrl.c84 u16 temp_word; local
110 temp_word = ctrl->ctrl_int_comp >> 16;
111 func->presence_save = (temp_word >> hp_slot) & 0x01;
112 func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02;
159 u16 temp_word; local
194 temp_word = ctrl->ctrl_int_comp >> 16;
195 temp_byte = (temp_word >> hp_slot) & 0x01;
196 temp_byte |= (temp_word >> (hp_slot + 7)) & 0x02;
226 temp_word = ctrl->ctrl_int_comp >> 16;
227 func->presence_save = (temp_word >> hp_slo
2001 u16 temp_word; local
2391 u16 temp_word; local
[all...]
H A Dcpqphp_core.c800 u16 temp_word; local
1199 temp_word = readw(ctrl->hpc_reg + MISC);
1200 temp_word |= 0x4006;
1201 writew(temp_word, ctrl->hpc_reg + MISC);
1237 temp_word = ctrl->ctrl_int_comp >> 16;
1238 func->presence_save = (temp_word >> hp_slot) & 0x01;
1239 func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02;
H A Dcpqphp_pci.c159 u16 temp_word; local
182 temp_word = inb(0x4d0);
183 temp_word |= inb(0x4d1) << 8;
185 temp_word |= 0x01 << irq_num;
188 outb((u8) (temp_word & 0xFF), 0x4d0);
189 outb((u8) ((temp_word & 0xFF00) >> 8), 0x4d1);
H A Dshpchp_hpc.c317 u16 temp_word; local
330 temp_word = (t_slot << 8) | (cmd & 0xFF);
336 shpc_writew(ctrl, CMD, temp_word);

Completed in 142 milliseconds