Home
last modified time | relevance | path

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

1234

/linux/arch/arm64/boot/dts/renesas/
H A Dr9a09g087m44-rzn2h-evk.dts17 * DSW17[5] = OFF; DSW17[6] = ON
21 * DSW5[1] = OFF; DSW5[2] = ON
22 * P22_6 = SD0_WP; DSW15[1] = OFF; DSW15[2] = ON
23 * P22_5 = SD0_CD; DSW15[3] = OFF; DSW15[4] = ON
24 * P02_6 = SD0_IOVS; DSW17[5] = OFF; DSW17[6] = ON
25 * P02_5 = SD0_PWEN; DSW17[7] = OFF; DSW17[8] = ON
31 * P17_4 = SD1_CD; DSW5[3] = ON; DSW19[1] = OFF; DSW19[2] = ON
46 * - P02_2 - P02_3 (control signals for USB power supply): DSW2[6] = OFF;
47 * - P02_2 (used for VBUSEN): DSW14[5] = OFF; DSW14[6] = ON
48 * - P02_3 (used for USB_OVRCUR): DSW14[1] = OFF; DSW14[2] = ON
[all …]
H A Dr9a09g077m44-rzt2h-evk.dts20 * SW2[1] = OFF; SW2[2] = ON
28 * P08_6 = SD1_IOVS; SW2[3] = ON; SW5[3] = OFF; SW5[4] = ON
43 * - USB_VBUSIN (used for USB function): SW7[7] = OFF; SW7[8] = ON
44 * - USB_VBUSEN (used for USB_HF_VBUSEN): SW7[9] = OFF; SW7[10] = ON
49 * - USB_VBUSIN (used for USB OTG): SW7[7] = ON; SW7[8] = OFF
50 * - USB_VBUSEN (used for USB_OTG_VBUSEN): SW7[9] = ON; SW7[10] = OFF
64 /* SW8-9: ON, SW8-10: OFF */
72 /* SW5-1: OFF, SW5-2: ON */
88 /* SW2-3: OFF */
97 /* SW8-3: ON, SW8-4: OFF */
[all …]
H A Drzt2h-n2h-evk-common.dtsi171 * SCI0_RXD | P27_4 | 5: ON, 6: OFF| 1: ON, 2: OFF
172 * SCI0_TXD | P27_5 | 7: ON, 8: OFF| 3: ON, 4: OFF
323 * SW17[1] = ON, SW17[2] = OFF - Potentiometer
324 * SW17[1] = OFF, SW17[2] = ON - CN41 header
326 * DSW6[1] = OFF, DSW6[2] = ON - Potentiometer
327 * DSW6[1] = ON, DSW6[2] = OFF - CN3 header
353 * SW18[1] = ON, SW18[2] = OFF - CN42 header
354 * SW18[1] = OFF, SW18[2] = ON - mikroBUS
356 * DSW6[3] = ON, DSW6[4] = OFF - CN4 header
357 * DSW6[3] = OFF, DSW6[4] = ON - mikroBUS
[all …]
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 */
H A Dr8a774e1-hihope-rzg2h-ex.dts17 /* Set SW43 = ON and SW1001[7] = OFF for SATA port to be activated */
H A Dr8a774b1-hihope-rzg2n-ex.dts18 /* Set SW43 = ON and SW1001[7] = OFF for SATA port to be activated */
/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/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/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/Documentation/networking/
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/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
H A Dsysfs-bus-iio-humidity9 In some devices, this is just a switch in which case 0 = OFF,
/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/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()
/linux/tools/perf/tests/shell/
H A Dstat_all_pfm.sh5 if perf version --build-options | grep HAVE_LIBPFM | grep -q OFF
H A Dtest_arm_callgraph_fp.sh13 if perf version --build-options | grep HAVE_DWARF_UNWIND_SUPPORT | grep -q OFF
/linux/drivers/net/wireless/broadcom/brcm80211/include/
H A Ddefs.h19 #define OFF 0 macro

1234