Searched refs:sof (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dcrash.c58 unsigned long cfm, sof, sol; local
70 sof = cfm & 0x7f;
72 sof - sol);
H A Dunaligned.c310 long sof = (regs->cr_ifs) & 0x7f; local
315 if (ridx >= sof) {
317 DPRINT("ignoring write to r%lu; only %lu registers are allocated!\n", r1, sof);
324 DPRINT("r%lu, sw.bspstore=%lx pt.bspstore=%lx sof=%ld sol=%ld ridx=%ld\n",
325 r1, sw->ar_bspstore, regs->ar_bspstore, sof, (regs->cr_ifs >> 7) & 0x7f, ridx);
328 addr = ia64_rse_skip_regs((unsigned long *) sw->ar_bspstore, -sof + ridx);
351 bsp = ia64_rse_skip_regs(ubs_end, -sof);
383 long sof = (regs->cr_ifs) & 0x7f; local
388 if (ridx >= sof) {
390 DPRINT("ignoring read from r%lu; only %lu registers are allocated!\n", r1, sof);
[all...]
H A Dprocess.c143 int i, sof, is_nat = 0; local
145 sof = regs->cr_ifs & 0x7f; /* size of frame */
148 for (i = 0; i < sof; ++i) {
151 ((i == sof - 1) || (i % 3) == 2) ? "\n" : " ");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/sn9c102/
H A Dsn9c102_core.c517 if (unlikely(cam->sof.bytesread >= sizeof(marker))) {
518 cam->sof.header[cam->sof.bytesread] = *(m+i);
519 if (++cam->sof.bytesread == soflen) {
520 cam->sof.bytesread = 0;
527 for (j = 0, b=cam->sof.bytesread; j+b < sizeof(marker); j++) {
530 if (*(m+i+j) == marker[cam->sof.bytesread]) {
531 cam->sof.header[cam->sof.bytesread] = *(m+i+j);
532 if (++cam->sof
711 void *pos, *sof, *eof; local
[all...]
H A Dsn9c102.h120 struct sn9c102_sof_t sof; member in struct:sn9c102_device
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Duhci-debug.c290 unsigned char sof; local
302 sof = inb(io_addr + 12);
330 out += sprintf(out, " sof = %02x\n", sof);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/arm/
H A Dfas216.h297 unsigned char sof; /* synchronous offset register */ member in struct:__anon6476::fas216_device
H A Dfas216.c214 printk(" busyluns[%d]=%08lx dev[%d]={ disconnect_ok=%d stp=%X sof=%X sync_state=%X }\n",
217 info->device[i].sof, info->device[i].sync_state);
474 fas216_writeb(info, REG_SOF, info->device[target].sof);
598 dev->sof = msg[4];
611 dev->sof = 0;
771 if (info->device[info->SCpnt->device->id].sof)
1606 info->device[i].sof = 0;
3013 if (dev->sof)
3015 dev->sof, dev->period * 4);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/zc0301/
H A Dzc0301_core.c351 u8 sof; local
363 sof = (*(soi = pos) == 0xd8ff);
369 if (sof) {
377 if (sof && (*f)->buf.bytesused)
410 if (sof)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Ddv1394.c1955 int sof=0; /* start-of-frame flag */ local
1979 irq_printk("received packet %02d, timestamp=%04x, length=%04x, sof=%02x%02x\n", video->current_packet,
1998 sof = ( (p->data[0] >> 5) == 0 && (p->data[1] >> 4) == 0);
2012 if (sof) {
2016 } else if (sof) {
2036 if (sof) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/et61x251/
H A Det61x251_core.c445 u8* b1, * b2, sof; local
461 sof = ((*b1 & 0x3f) == 63);
469 if (sof) {
478 if (sof && (*f)->buf.bytesused) {
523 if (sof &&
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Domap_udc.c1278 u16 sof = UDC_SOF_REG; local
1279 return (sof & UDC_TS_OK) ? (sof & UDC_TS) : -EL2NSYNC;
2499 seq_printf(s, "sof %04x\n", UDC_SOF_REG);
2502 (tmp & UDC_SOF_IE) ? " sof" : "",
2512 (tmp & UDC_SOF) ? " sof" : "",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest.tcl426 ^\t*Dump\/load\sof.*|
469 ^\t*Verification\sof.*|
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dov511.c3271 goto sof;
3324 sof:

Completed in 181 milliseconds