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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-irq.c37 static void epu_cmd(struct cx18 *cx, u32 sw1) argument
39 if (sw1 & IRQ_CPU_TO_EPU)
41 if (sw1 & IRQ_APU_TO_EPU)
48 u32 sw1, sw2, hw2; local
50 sw1 = cx18_read_reg(cx, SW1_INT_STATUS) & cx->sw1_irq_mask;
54 if (sw1)
55 cx18_write_reg_expect(cx, sw1, SW1_INT_STATUS, ~sw1, sw1);
61 if (sw1 || sw
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dm52790.c59 u8 sw1 = (state->input | state->output) & 0xff; local
62 return i2c_smbus_write_byte_data(client, sw1, sw2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dutil.c510 wchar_t *sw1; /* revised string to match */ local
514 ((sw1 = (wchar_t *)malloc((wcslen(sw) + 2) * sizeof(wchar_t))) != NULL))
516 wcscpy(sw1, sw);
517 wcscat(sw1, L".");
522 sw1 = (wchar_t *)sw;
525 r = recmatchw(pw, sw1, cs) == 1;
526 if (sw != sw1)
527 free((zvoid *)sw1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dtime.c326 unsigned int sw0, sw1; local
331 sw1 = atomic_read(sw_ptr);
333 if (sw0 == sw1 && (sw0 & 0x80000000U))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Dairo.c1046 u16 sw1; member in struct:__anon13576

Completed in 130 milliseconds