Home
last modified time | relevance | path

Searched refs:OFF (Results 1 – 25 of 117) sorted by relevance

12345

/linux/samples/bpf/
H A Dbpf_insn.h119 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument
124 .off = OFF, \
129 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument
134 .off = OFF, \
152 #define BPF_ATOMIC_OP(SIZE, OP, DST, SRC, OFF) \ argument
157 .off = OFF, \
161 #define BPF_STX_XADD(SIZE, DST, SRC, OFF) BPF_ATOMIC_OP(SIZE, BPF_ADD, DST, SRC, OFF) argument
165 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument
170 .off = OFF, \
175 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument
[all …]
/linux/tools/include/linux/
H A Dfilter.h116 #define BPF_MOVSX64_REG(DST, SRC, OFF) \ argument
121 .off = OFF, \
124 #define BPF_MOVSX32_REG(DST, SRC, OFF) \ argument
129 .off = OFF, \
172 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument
177 .off = OFF, \
182 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument
187 .off = OFF, \
205 #define BPF_ATOMIC_OP(SIZE, OP, DST, SRC, OFF) \ argument
210 .off = OFF, \
[all …]
/linux/arch/arm64/boot/dts/renesas/
H A Dr9a09g087m44-rzn2h-evk.dts19 * DSW17[5] = OFF; DSW17[6] = ON
23 * DSW5[1] = OFF; DSW5[2] = ON
24 * P22_6 = SD0_WP; DSW15[1] = OFF; DSW15[2] = ON
25 * P22_5 = SD0_CD; DSW15[3] = OFF; DSW15[4] = ON
26 * P02_6 = SD0_IOVS; DSW17[5] = OFF; DSW17[6] = ON
27 * P02_5 = SD0_PWEN; DSW17[7] = OFF; DSW17[8] = ON
40 * P17_4 = SD1_CD; DSW5[3] = ON; DSW19[1] = OFF; DSW19[2] = ON
58 * - P02_2 - P02_3 (control signals for USB power supply): DSW2[6] = OFF;
59 * - P02_2 (used for VBUSEN): DSW14[5] = OFF; DSW14[6] = ON
60 * - P02_3 (used for USB_OVRCUR): DSW14[1] = OFF; DSW14[2] = ON
[all …]
H A Dr9a09g077m44-rzt2h-evk.dts22 * SW2[1] = OFF; SW2[2] = ON
30 * P08_6 = SD1_IOVS; SW2[3] = ON; SW5[3] = OFF; SW5[4] = ON
48 * - USB_VBUSIN (used for USB function): SW7[7] = OFF; SW7[8] = ON
49 * - USB_VBUSEN (used for USB_HF_VBUSEN): SW7[9] = OFF; SW7[10] = ON
54 * - USB_VBUSIN (used for USB OTG): SW7[7] = ON; SW7[8] = OFF
55 * - USB_VBUSEN (used for USB_OTG_VBUSEN): SW7[9] = ON; SW7[10] = OFF
69 /* SW2-3: OFF */
100 /* SW8-9: ON, SW8-10: OFF */
108 /* SW5-1: OFF, SW5-2: ON */
124 /* SW2-3: OFF */
[all …]
H A Drzt2h-n2h-evk-common.dtsi78 * SW17[1] = ON, SW17[2] = OFF - Potentiometer
79 * SW17[1] = OFF, SW17[2] = ON - CN41 header
81 * DSW6[1] = OFF, DSW6[2] = ON - Potentiometer
82 * DSW6[1] = ON, DSW6[2] = OFF - CN3 header
108 * SW18[1] = ON, SW18[2] = OFF - CN42 header
109 * SW18[1] = OFF, SW18[2] = ON - mikroBUS
111 * DSW6[3] = ON, DSW6[4] = OFF - CN4 header
112 * DSW6[3] = OFF, DSW6[4] = ON - mikroBUS
117 * SW18[3] = ON, SW18[4] = OFF - CN42 header
118 * SW18[3] = OFF, SW18[4] = ON - Grove2
[all …]
H A Dsalvator-xs.dtsi69 * 1) Default setting of SW31: ON-ON-OFF-OFF-OFF-OFF:
71 * 2) Changed setting of SW31: OFF-OFF-ON-ON-ON-ON:
H A Dr8a77970-eagle-function-expansion.dtso16 /* Eagle: SW18 set to OFF */
29 /* Eagle: SW35 set 5, 6 and 8 to OFF */
43 /* Eagle: SW18 set to OFF */
/linux/arch/loongarch/kernel/
H A Dhw_breakpoint.c36 #define READ_WB_REG_CASE(OFF, N, REG, T, VAL) \ argument
37 case (OFF + N): \
41 #define WRITE_WB_REG_CASE(OFF, N, REG, T, VAL) \ argument
42 case (OFF + N): \
46 #define GEN_READ_WB_REG_CASES(OFF, REG, T, VAL) \ argument
47 READ_WB_REG_CASE(OFF, 0, REG, T, VAL); \
48 READ_WB_REG_CASE(OFF, 1, REG, T, VAL); \
49 READ_WB_REG_CASE(OFF, 2, REG, T, VAL); \
50 READ_WB_REG_CASE(OFF, 3, REG, T, VAL); \
51 READ_WB_REG_CASE(OFF, 4, REG, T, VAL); \
[all …]
/linux/arch/arm64/kernel/
H A Dhw_breakpoint.c61 #define READ_WB_REG_CASE(OFF, N, REG, VAL) \ argument
62 case (OFF + N): \
66 #define WRITE_WB_REG_CASE(OFF, N, REG, VAL) \ argument
67 case (OFF + N): \
71 #define GEN_READ_WB_REG_CASES(OFF, REG, VAL) \ argument
72 READ_WB_REG_CASE(OFF, 0, REG, VAL); \
73 READ_WB_REG_CASE(OFF, 1, REG, VAL); \
74 READ_WB_REG_CASE(OFF, 2, REG, VAL); \
75 READ_WB_REG_CASE(OFF, 3, REG, VAL); \
76 READ_WB_REG_CASE(OFF, 4, REG, VAL); \
[all …]
/linux/Documentation/networking/
H A Darcnet-hardware.rst384 OFF OFF Power off
385 OFF Short flashes Cabling problems (broken cable or not
387 OFF (short) ON Card init
391 ON OFF Never happens (maybe when wrong ID)
1273 Memory Switch 0 (MS0) didn't seem to work properly when set to OFF
1275 it ON first, and if it doesn't work, set it to OFF. (It may be a
1428 OFF ON ON | 290
1429 ON OFF ON | 2E0 (Manufacturer's default)
1430 OFF OFF ON | 2F0
1431 ON ON OFF | 300
[all …]
H A Dcan_ucan_protocol.rst312 Bus OFF
316 - Bus OFF is indicated by an error frame (see ``uapi/linux/can/error.h``)
317 - Bus OFF recovery is started by ``UCAN_COMMAND_RESTART``
318 - Once Bus OFF recover is completed the device sends an error frame
320 - During Bus OFF no frames are sent by the device.
321 - During Bus OFF transmission requests from the host are completed
/linux/Documentation/admin-guide/media/
H A Ddvb_intro.rst174 INVERSION = OFF
189 INVERSION = OFF
204 INVERSION = OFF
219 INVERSION = OFF
234 INVERSION = OFF
249 INVERSION = OFF
264 INVERSION = OFF
279 INVERSION = OFF
294 INVERSION = OFF
309 INVERSION = OFF
[all …]
/linux/include/linux/
H A Dfilter.h105 #define BPF_ALU64_REG_OFF(OP, DST, SRC, OFF) \ argument
110 .off = OFF, \
116 #define BPF_ALU32_REG_OFF(OP, DST, SRC, OFF) \ argument
121 .off = OFF, \
129 #define BPF_ALU64_IMM_OFF(OP, DST, IMM, OFF) \ argument
134 .off = OFF, \
139 #define BPF_ALU32_IMM_OFF(OP, DST, IMM, OFF) \ argument
144 .off = OFF, \
226 #define BPF_MOVSX64_REG(DST, SRC, OFF) \ argument
231 .off = OFF, \
[all …]
/linux/Documentation/leds/
H A Dleds-lm3556.rst29 ON / OFF will be controlled by STROBE pin.
33 OFF::
56 and ON / OFF will be controlled by TORCH pin.
60 OFF::
103 OFF::
H A Dleds-mlxcpld.rst56 - [0,0,0,0] = LED OFF
101 - [0,0,0,0] = LED OFF
112 - [0,0,0,0] = LED OFF
/linux/arch/powerpc/kernel/
H A Deeh_pe.c700 #define BYTE_SWAP(OFF) (8*((OFF)/4)+3-(OFF)) argument
701 #define SAVED_BYTE(OFF) (((u8 *)(edev->config_space))[BYTE_SWAP(OFF)]) argument
/linux/Documentation/ABI/testing/
H A Dsysfs-driver-toshiba_acpi11 * 0x10 -> OFF
47 * 0 -> OFF
62 * 0x10 -> OFF
76 * 2 -> Type 2, supporting modes TIMER, ON and OFF
157 * 0 -> OFF
/linux/Documentation/devicetree/bindings/media/i2c/
H A Dadi,adv7343.txt20 0 = OFF and 1 = ON, Default value when this
22 - ad,adv7343-sd-config-dac-out: array configure SD DAC Output's 1 and 2, 0 = OFF
/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_gotox.c11 #define DEFINE_SIMPLE_JUMP_TABLE_PROG(NAME, SRC_REG, OFF, IMM, OUTCOME) \ argument
37 …: __imm_insn(gotox_r0, BPF_RAW_INSN(BPF_JMP | BPF_JA | BPF_X, BPF_REG_0, (SRC_REG), (OFF) , (IMM))…
/linux/drivers/video/fbdev/i810/
H A Di810_main.c175 val = (mode == OFF) ? val | SCR_OFF : in i810_screen_off()
198 val = (mode == OFF) ? val : val | DRAM_ON; in i810_dram_off()
217 reg = (mode == OFF) ? reg & ~0x80 : in i810_protect_regs()
426 i810_screen_off(mmio, OFF); in i810_load_regs()
427 i810_protect_regs(mmio, OFF); in i810_load_regs()
428 i810_dram_off(mmio, OFF); in i810_load_regs()
567 i810_dram_off(mmio, OFF); in i810_restore_2d()
591 i810_screen_off(mmio, OFF); in i810_restore_vga_state()
592 i810_protect_regs(mmio, OFF); in i810_restore_vga_state()
593 i810_dram_off(mmio, OFF); in i810_restore_vga_state()
[all …]
/linux/sound/isa/sb/
H A Demu8000_callback.c152 OFF=0, RELEASED, PLAYING, END in get_voice() enumerator
179 bp = best + OFF; in get_voice()
185 bp = best + OFF; in get_voice()
197 bp = best + OFF; in get_voice()
/linux/arch/sparc/net/
H A Dbpf_jit_comp_32.c211 #define emit_ldmem(OFF, DEST) \ argument
212 do { *prog++ = LD32I | RS1(SP) | S13(BIAS - (OFF)) | RD(DEST); \
215 #define emit_stmem(OFF, SRC) \ argument
216 do { *prog++ = ST32I | RS1(SP) | S13(BIAS - (OFF)) | RD(SRC); \
252 #define emit_branch_off(BR_OPC, OFF) \ argument
253 do { *prog++ = BR_OPC | WDISP22(OFF); \
/linux/drivers/block/
H A Dswim.c199 OFF, enumerator
335 } else if (action == OFF) { in swim_motor()
448 swim_motor(base, OFF); in floppy_eject()
656 swim_motor(base, OFF); in floppy_open()
683 swim_motor(base, OFF); in floppy_release()
757 swim_motor(base, OFF); in swim_add_floppy()
/linux/arch/arm/boot/dts/marvell/
H A Darmada-385-synology-ds116.dts59 * "6" : turn the power LED OFF
60 * "7" : turn the status LED OFF
64 * "B" : turn the motherboard LED OFF
/linux/drivers/mfd/
H A Dtps65010.c455 tps65010_set_led(offset - 3, value ? ON : OFF); in tps65010_gpio_set()
474 tps65010_set_led(offset - 3, value ? ON : OFF); in tps65010_output()
782 case OFF: in tps65010_set_led()
883 case OFF: in tps65010_set_low_pwr()
997 case OFF: in tps65013_set_low_pwr()

12345