Searched refs:bcode (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/qla2xxx/
H A Dqla_sup.c1966 uint8_t *bcode; local
1986 bcode = mbuf + (pcihdr % 4);
1987 if (bcode[0x0] != 0x55 || bcode[0x1] != 0xaa) {
1996 pcids = pcihdr + ((bcode[0x19] << 8) | bcode[0x18]);
1999 bcode = mbuf + (pcihdr % 4);
2002 if (bcode[0x0] != 'P' || bcode[0x1] != 'C' ||
2003 bcode[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dtraps.c646 unsigned int opcode, bcode; local
658 bcode = ((opcode >> 6) & ((1 << 20) - 1));
659 if (bcode < (1 << 10))
660 bcode <<= 10;
668 switch (bcode) {
672 if (bcode == (BRK_DIVZERO << 10))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/loginutils/
H A Dgetty.c146 /* bcode - convert speed string to speed code; return 0 on failure */
147 static int bcode(const char *s) function
169 if ((op->speeds[op->numspeed++] = bcode(cp)) <= 0)
412 speed = bcode(bp);

Completed in 66 milliseconds