Home
last modified time | relevance | path

Searched refs:sw2 (Results 1 – 7 of 7) sorted by relevance

/drivers/media/pci/cx18/
A Dcx18-irq.c15 static void xpu_ack(struct cx18 *cx, u32 sw2) in xpu_ack() argument
17 if (sw2 & IRQ_CPU_TO_EPU_ACK) in xpu_ack()
19 if (sw2 & IRQ_APU_TO_EPU_ACK) in xpu_ack()
34 u32 sw1, sw2, hw2; in cx18_irq_handler() local
42 if (sw2) in cx18_irq_handler()
43 cx18_write_reg_expect(cx, sw2, SW2_INT_STATUS, ~sw2, sw2); in cx18_irq_handler()
47 if (sw1 || sw2 || hw2) in cx18_irq_handler()
49 sw1, sw2, hw2); in cx18_irq_handler()
63 if (sw2) in cx18_irq_handler()
64 xpu_ack(cx, sw2); in cx18_irq_handler()
[all …]
/drivers/media/i2c/
A Dm52790.c44 u8 sw2 = (state->input | state->output) >> 8; in m52790_write() local
46 return i2c_smbus_write_byte_data(client, sw1, sw2); in m52790_write()
/drivers/media/dvb-frontends/
A Ddib0090.h87 extern int dib0090_set_switch(struct dvb_frontend *fe, u8 sw1, u8 sw2, u8 sw3);
157 u8 sw1, u8 sw2, u8 sw3) in dib0090_set_switch() argument
A Ddib0090.c1374 int dib0090_set_switch(struct dvb_frontend *fe, u8 sw1, u8 sw2, u8 sw3) in dib0090_set_switch() argument
1379 | ((sw3 & 1) << 2) | ((sw2 & 1) << 1) | (sw1 & 1)); in dib0090_set_switch()
/drivers/regulator/
A Dltc3676.c226 LTC3676_LINEAR_REG(SW2, sw2, BUCK2, DVB2A),
A Dltc3589.c255 LTC3589_LINEAR_REG(SW2, sw2, B2DTV1),
A Dmc13892-regulator.c268 MC13892_SW_DEFINE(SW2, sw2, SWITCHERS1, SWITCHERS1, mc13892_sw),

Completed in 25 milliseconds