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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dunaligned.c167 static int emulate_ldw(struct pt_regs *regs, int toreg, int flop) argument
199 if (flop)
206 static int emulate_ldd(struct pt_regs *regs, int toreg, int flop) argument
217 if (!flop)
272 if (flop)
311 static int emulate_stw(struct pt_regs *regs, int frreg, int flop) argument
316 if (flop)
357 static int emulate_std(struct pt_regs *regs, int frreg, int flop) argument
362 if (flop)
374 if (!flop)
455 register int flop=0; /* true if this is a flop */ local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/e1000/
H A De1000_hw.c5506 uint32_t flop = 0; local
5516 /* The flop register will be used to determine if flash type is STM */
5517 flop = E1000_READ_REG(hw, FLOP);
5530 /* If STM opcode located in bits 15:8 of flop, reset firmware */
5531 if ((flop & 0xFF00) == E1000_STM_OPCODE) {

Completed in 68 milliseconds