Home
last modified time | relevance | path

Searched full:sw2 (Results 1 – 25 of 116) sorted by relevance

12345

/kernel/linux/linux-5.10/drivers/media/pci/cx18/
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
37 sw2 = cx18_read_reg(cx, SW2_INT_STATUS) & cx->sw2_irq_mask; in cx18_irq_handler()
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()
48 CX18_DEBUG_HI_IRQ("received interrupts SW1: %x SW2: %x HW2: %x\n", in cx18_irq_handler()
49 sw1, sw2, hw2); in cx18_irq_handler()
[all …]
Dcx18-scb.h14 /* NOTE: All ACK interrupts are in the SW2 register. All non-ACK interrupts
110 /* Value to write to register SW2 register set (0xC7003140) after the
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/regulator/
Dltc3676.txt8 - regulators: Contains eight regulator child nodes sw1, sw2, sw3, sw4,
13 nodes for sw1, sw2, sw3, sw4, ldo1, ldo2 and ldo4 additionally need to specify
20 Regulators sw1, sw2, sw3, sw4 can regulate the feedback reference from:
45 sw2_reg: sw2 {
Dpfuze100.yaml15 sw1ab,sw1c,sw2,sw3a,sw3b,sw4,swbst,vsnvs,vrefddr,vgen1~vgen6
17 sw1ab,sw2,sw3a,sw3b,swbst,vsnvs,vrefddr,vgen1~vgen6,coin
19 sw1a,sw1b,sw2,sw3,swbst,vsnvs,vrefddr,vldo1,vldo2,vccsd,v33,vldo3,vldo4
21 sw1,sw2,sw3,vsnvs,vldo1,vldo2,vccsd,v33,vldo3,vldo4
111 sw2_reg: sw2 {
Dltc3589.txt8 - regulators: Contains eight regulator child nodes sw1, sw2, sw3, bb-out,
13 nodes for sw1, sw2, sw3, bb-out, ldo1, and ldo2 additionally need to specify
20 Regulators sw1, sw2, sw3, and ldo2 can regulate the feedback reference from
45 sw2_reg: sw2 {
Dpv88060.txt11 BUCK1, LDO1, LDO2, LDO3, LDO4, LDO5, LDO6, LDO7, SW1, SW2, SW3, SW4,
90 SW2 {
91 regulator-name = "sw2";
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dsh73a0-kzm9g.dts113 label = "SW2-R";
119 label = "SW2-L";
125 label = "SW2-P";
131 label = "SW2-U";
137 label = "SW2-D";
Dr8a7792-blanche.dts117 label = "SW2-1";
124 label = "SW2-2";
131 label = "SW2-3";
138 label = "SW2-4";
Dimx53-qsrb.dts50 sw2_reg: sw2 {
51 regulator-name = "SW2";
Dat91-kizbox3-hs.dts78 SW2 {
79 label = "SW2";
Dsun8i-h3-orangepi-2.dts94 sw2 {
95 label = "sw2";
Dr8a7793-gose.dts73 label = "SW2-1";
80 label = "SW2-2";
87 label = "SW2-3";
94 label = "SW2-4";
Dr8a7790-lager.dts86 label = "SW2-1";
93 label = "SW2-2";
100 label = "SW2-3";
107 label = "SW2-4";
Dr8a7791-koelsch.dts87 label = "SW2-1";
94 label = "SW2-2";
101 label = "SW2-3";
108 label = "SW2-4";
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
Dsh_css_hrt.c69 * Wait till SP is idle or till there is a SW2 interrupt in sh_css_hrt_sp_wait()
70 * The SW2 interrupt will be used when frameloop runs on SP in sh_css_hrt_sp_wait()
/kernel/linux/linux-5.10/drivers/regulator/
Dpfuze100-regulator.c381 PFUZE100_SW_REG(PFUZE100, SW2, PFUZE100_SW2VOL, 400000, 1975000, 25000),
399 PFUZE100_SW_REG(PFUZE200, SW2, PFUZE100_SW2VOL, 400000, 1975000, 25000),
417 PFUZE3000_SW_REG(PFUZE3000, SW2, PFUZE100_SW2VOL, 0x7, pfuze3000_sw2lo),
432 PFUZE3000_SW_REG(PFUZE3001, SW2, PFUZE100_SW2VOL, 0x7, pfuze3000_sw2lo),
448 { .name = "sw2", },
468 { .name = "sw2", },
488 { .name = "sw2", },
505 { .name = "sw2", },
810 /* SW2~SW4 high bit check and modify the voltage value table */ in pfuze100_regulator_probe()
Dltc3676.c172 /* SW1, SW2, SW3, SW4 linear 0.8V-3.3V with scalar via R1/R2 feeback res */
226 LTC3676_LINEAR_REG(SW2, sw2, BUCK2, DVB2A),
Dltc3589.c144 /* SW1, SW2, SW3, LDO2 */
254 LTC3589_LINEAR_REG(SW2, sw2, B2DTV1),
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
Dboard-osk.c349 KEY(3, 0, KEY_UP), /* (sw2/up) */
351 KEY(2, 1, KEY_LEFT), /* (sw2/left) */
354 KEY(2, 2, KEY_DOWN), /* (sw2/down) */
355 KEY(2, 3, KEY_ENTER), /* (sw2/select) */
356 KEY(3, 3, KEY_RIGHT), /* (sw2/right) */
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
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
/kernel/linux/linux-5.10/Documentation/networking/
Darcnet-hardware.rst803 < | SW1 | | SW2 | |
831 SW2 1-6: Reserved for Future Use
1051 | | | SW2 |
1064 SW2: DIP-Switches for Memory Base and I/O Base addresses
1087 The I/O base address is coded with DIP-Switches 6,7 and 8 of SW2:
1104 DIP Switches 1-5 of SW2 encode the RAM and ROM Address Range:
1377 The eight switches in SW2 are used to set the node ID. Each node attached
1575 SW2 1-8: Node ID Select (ID0-ID7)
1588 The eight switches in SW2 are used to set the node ID. Each node attached
1833 | |SW2| |
[all …]
/kernel/linux/linux-5.10/drivers/media/i2c/
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()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/
Dmc13xxx.txt87 sw2 : regulator SW2 (register 25, bit 0)
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
Dcsb701.c16 .desc = "SW2",
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
Dipip_lib.sh10 # SW2 uses non-default VRF tunnel has a bound dev.
38 # | SW2 + $ul2 |
106 # | SW2 | |

12345