Searched defs:sw2 (Results 1 - 4 of 4) sorted by relevance

/drivers/media/pci/cx18/
H A Dcx18-irq.c29 static void xpu_ack(struct cx18 *cx, u32 sw2) argument
31 if (sw2 & IRQ_CPU_TO_EPU_ACK)
33 if (sw2 & IRQ_APU_TO_EPU_ACK)
48 u32 sw1, sw2, hw2; local
51 sw2 = cx18_read_reg(cx, SW2_INT_STATUS) & cx->sw2_irq_mask;
56 if (sw2)
57 cx18_write_reg_expect(cx, sw2, SW2_INT_STATUS, ~sw2, sw2);
61 if (sw1 || sw2 || hw
[all...]
/drivers/media/i2c/
H A Dm52790.c57 u8 sw2 = (state->input | state->output) >> 8; local
59 return i2c_smbus_write_byte_data(client, sw1, sw2);
/drivers/media/dvb-frontends/
H A Ddib0090.h90 extern int dib0090_set_switch(struct dvb_frontend *fe, u8 sw1, u8 sw2, u8 sw3);
160 u8 sw1, u8 sw2, u8 sw3)
159 dib0090_set_switch(struct dvb_frontend *fe, u8 sw1, u8 sw2, u8 sw3) argument
H A Ddib0090.c1378 int dib0090_set_switch(struct dvb_frontend *fe, u8 sw1, u8 sw2, u8 sw3) argument
1383 | ((sw3 & 1) << 2) | ((sw2 & 1) << 1) | (sw1 & 1));

Completed in 293 milliseconds