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

/linux-4.4.14/drivers/media/pci/cx18/
H A Dcx18-irq.c37 static void epu_cmd(struct cx18 *cx, u32 sw1) epu_cmd() argument
39 if (sw1 & IRQ_CPU_TO_EPU) epu_cmd()
41 if (sw1 & IRQ_APU_TO_EPU) epu_cmd()
48 u32 sw1, sw2, hw2; cx18_irq_handler() local
50 sw1 = cx18_read_reg(cx, SW1_INT_STATUS) & cx->sw1_irq_mask; cx18_irq_handler()
54 if (sw1) cx18_irq_handler()
55 cx18_write_reg_expect(cx, sw1, SW1_INT_STATUS, ~sw1, sw1); cx18_irq_handler()
61 if (sw1 || sw2 || hw2) cx18_irq_handler()
63 "SW1: %x SW2: %x HW2: %x\n", sw1, sw2, hw2); cx18_irq_handler()
69 if (sw1) cx18_irq_handler()
70 epu_cmd(cx, sw1); cx18_irq_handler()
80 return (sw1 || sw2 || hw2) ? IRQ_HANDLED : IRQ_NONE; cx18_irq_handler()
/linux-4.4.14/drivers/staging/rtl8188eu/include/
H A Drtl8188e_xmit.h117 ((struct txdesc_88e *)(txdesc))->sw1 = (((value)>>8) & 0x0f); \
148 u8 sw1:4; member in struct:txrpt_ccx_88e
155 #define txrpt_ccx_sw_88e(txrpt_ccx) ((txrpt_ccx)->sw0 + ((txrpt_ccx)->sw1<<8))
/linux-4.4.14/arch/mips/ath79/
H A Dmach-ap81.c54 .desc = "sw1",
/linux-4.4.14/drivers/staging/rtl8723au/include/
H A Drtl8723a_xmit.h204 u8 sw1:4; member in struct:txrpt_ccx_8723a
211 #define txrpt_ccx_sw_8723a(txrpt_ccx) ((txrpt_ccx)->sw0 + ((txrpt_ccx)->sw1<<8))
/linux-4.4.14/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) dib0090_set_switch()
159 dib0090_set_switch(struct dvb_frontend *fe, u8 sw1, u8 sw2, u8 sw3) dib0090_set_switch() argument
H A Ddib0090.c1378 int dib0090_set_switch(struct dvb_frontend *fe, u8 sw1, u8 sw2, u8 sw3) dib0090_set_switch() argument
1383 | ((sw3 & 1) << 2) | ((sw2 & 1) << 1) | (sw1 & 1)); dib0090_set_switch()
/linux-4.4.14/drivers/media/i2c/
H A Dm52790.c56 u8 sw1 = (state->input | state->output) & 0xff; m52790_write() local
59 return i2c_smbus_write_byte_data(client, sw1, sw2); m52790_write()
/linux-4.4.14/drivers/regulator/
H A Dltc3589.c242 { .name = "sw1", },
/linux-4.4.14/drivers/gpu/drm/msm/edp/
H A Dedp_ctrl.c579 {0x18, 0x1A, 0x1E, 0xFF}, /* sw1, 0.6 v */
580 {0x1A, 0x1E, 0xFF, 0xFF}, /* sw1, 0.8 v */
581 {0x1E, 0xFF, 0xFF, 0xFF} /* sw1, 1.2 v, optional */
/linux-4.4.14/arch/s390/kernel/
H A Dtime.c349 unsigned int sw0, sw1; get_sync_clock() local
354 sw1 = atomic_read(sw_ptr); get_sync_clock()
356 if (sw0 == sw1 && (sw0 & 0x80000000U)) get_sync_clock()
/linux-4.4.14/drivers/staging/media/davinci_vpfe/
H A Ddavinci_vpfe_user.h1120 unsigned char sw1; member in struct:vpfe_ipipe_car
H A Ddm365_ipipe_hw.c1005 val = car->sw1; ipipe_set_car_regs()
/linux-4.4.14/drivers/net/wireless/
H A Dairo.c1045 u16 sw1; member in struct:__anon8043

Completed in 687 milliseconds