Home
last modified time | relevance | path

Searched full:sw1 (Results 1 – 25 of 164) sorted by relevance

1234567

/kernel/linux/linux-5.10/drivers/media/pci/cx18/
Dcx18-irq.c23 static void epu_cmd(struct cx18 *cx, u32 sw1) in epu_cmd() argument
25 if (sw1 & IRQ_CPU_TO_EPU) in epu_cmd()
27 if (sw1 & IRQ_APU_TO_EPU) in epu_cmd()
34 u32 sw1, sw2, hw2; in cx18_irq_handler() local
36 sw1 = cx18_read_reg(cx, SW1_INT_STATUS) & cx->sw1_irq_mask; in cx18_irq_handler()
40 if (sw1) in cx18_irq_handler()
41 cx18_write_reg_expect(cx, sw1, SW1_INT_STATUS, ~sw1, sw1); 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.h15 are in the SW1 register. */
107 /* Value to write to register SW1 register set (0xC7003100) after the
/kernel/linux/linux-4.19/drivers/media/pci/cx18/
Dcx18-irq.c32 static void epu_cmd(struct cx18 *cx, u32 sw1) in epu_cmd() argument
34 if (sw1 & IRQ_CPU_TO_EPU) in epu_cmd()
36 if (sw1 & IRQ_APU_TO_EPU) in epu_cmd()
43 u32 sw1, sw2, hw2; in cx18_irq_handler() local
45 sw1 = cx18_read_reg(cx, SW1_INT_STATUS) & cx->sw1_irq_mask; in cx18_irq_handler()
49 if (sw1) in cx18_irq_handler()
50 cx18_write_reg_expect(cx, sw1, SW1_INT_STATUS, ~sw1, sw1); in cx18_irq_handler()
56 if (sw1 || sw2 || hw2) in cx18_irq_handler()
57 CX18_DEBUG_HI_IRQ("received interrupts SW1: %x SW2: %x HW2: %x\n", in cx18_irq_handler()
58 sw1, sw2, hw2); in cx18_irq_handler()
[all …]
Dcx18-scb.h24 are in the SW1 register. */
116 /* Value to write to register SW1 register set (0xC7003100) after the
/kernel/linux/linux-4.19/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:
36 sw1_reg: sw1 {
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
36 sw1_reg: sw1 {
Dpv88060.txt11 BUCK1, LDO1, LDO2, LDO3, LDO4, LDO5, LDO6, LDO7, SW1, SW2, SW3, SW4,
84 SW1 {
85 regulator-name = "sw1";
/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:
36 sw1_reg: sw1 {
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
36 sw1_reg: sw1 {
Dpv88060.txt11 BUCK1, LDO1, LDO2, LDO3, LDO4, LDO5, LDO6, LDO7, SW1, SW2, SW3, SW4,
84 SW1 {
85 regulator-name = "sw1";
/kernel/linux/linux-4.19/Documentation/hid/
Dhid-alps.txt86 1 0 0 SW6 SW5 SW4 SW3 SW2 SW1
119 SW1-SW6: SW ON/OFF status
128 Byte1 1 1 1 0 1 SW3 SW2 SW1
136 SW1-SW3: SW ON/OFF status
/kernel/linux/linux-5.10/Documentation/networking/
Darcnet-hardware.rst803 < | SW1 | | SW2 | |
829 SW1 1-6: I/O Base Address Select
889 The first six switches in switch group SW1 are used to select one
932 Switches seven through ten of switch group SW1 are used to select the
1063 SW1: DIP-Switches for Station Address
1085 The station address is binary-coded with SW1.
1341 | | 90C65 || SW1 | ____|
1419 The last three switches in switch block SW1 are used to select one
1442 Switches 1-5 of switch block SW1 select the Memory Base address.
1554 < | PROM | | SW1 | A | 2 | ID3
[all …]
/kernel/linux/linux-4.19/Documentation/networking/
Darcnet-hardware.txt775 < | SW1 | | SW2 | |
801 SW1 1-6: I/O Base Address Select
861 The first six switches in switch group SW1 are used to select one
904 Switches seven through ten of switch group SW1 are used to select the
1032 SW1: DIP-Switches for Station Address
1054 The station address is binary-coded with SW1.
1301 | | 90C65 || SW1 | ____|
1377 The last three switches in switch block SW1 are used to select one
1400 Switches 1-5 of switch block SW1 select the Memory Base address.
1513 < | PROM | | SW1 | A | 2 | ID3
[all …]
/kernel/linux/linux-4.19/drivers/staging/rtl8188eu/include/
Drtl8188e_xmit.h104 ((struct txdesc_88e *)(txdesc))->sw1 = (((value)>>8) & 0x0f); \
135 u8 sw1:4; member
142 #define txrpt_ccx_sw_88e(txrpt_ccx) ((txrpt_ccx)->sw0 + ((txrpt_ccx)->sw1<<8))
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/
Drtl8188e_xmit.h104 ((struct txdesc_88e *)(txdesc))->sw1 = (((value) >> 8) & 0x0f); \
135 u8 sw1:4; member
142 #define txrpt_ccx_sw_88e(txrpt_ccx) ((txrpt_ccx)->sw0 + ((txrpt_ccx)->sw1 << 8))
/kernel/linux/linux-5.10/Documentation/hid/
Dhid-alps.rst114 1 0 0 SW6 SW5 SW4 SW3 SW2 SW1
148 SW1-SW6:
164 Byte1 1 1 1 0 1 SW3 SW2 SW1
173 SW1-SW3:
/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-4.19/drivers/media/dvb-frontends/
Ddib0090.h90 extern int dib0090_set_switch(struct dvb_frontend *fe, u8 sw1, u8 sw2, u8 sw3);
160 u8 sw1, u8 sw2, u8 sw3) in dib0090_set_switch() argument
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dat91-kizbox3-hs.dts71 SW1 {
72 label = "SW1";
/kernel/linux/linux-5.10/arch/mips/kernel/
Dbmips_vec.S36 * triggered by the SW1 interrupt. If that is the case we try to move
50 /* re-enable IRQs to wait for SW1 */
66 /* wait here for SW1 interrupt from bmips_boot_secondary() */
/kernel/linux/linux-4.19/arch/mips/kernel/
Dbmips_vec.S36 * triggered by the SW1 interrupt. If that is the case we try to move
50 /* re-enable IRQs to wait for SW1 */
66 /* wait here for SW1 interrupt from bmips_boot_secondary() */
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/mfd/
Dmc13xxx.txt86 sw1 : regulator SW1 (register 24, bit 0)
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/
Dmc13xxx.txt86 sw1 : regulator SW1 (register 24, bit 0)
/kernel/linux/linux-5.10/drivers/media/i2c/
Dm52790.c43 u8 sw1 = (state->input | state->output) & 0xff; in m52790_write() local
46 return i2c_smbus_write_byte_data(client, sw1, sw2); in m52790_write()
/kernel/linux/linux-5.10/drivers/regulator/
Dltc3676.c172 /* SW1, SW2, SW3, SW4 linear 0.8V-3.3V with scalar via R1/R2 feeback res */
225 LTC3676_LINEAR_REG(SW1, sw1, BUCK1, DVB1A),

1234567