| /linux/arch/arm64/boot/dts/renesas/ |
| H A D | r9a09g087m44-rzn2h-evk.dts | 17 * 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 D | r9a09g077m44-rzt2h-evk.dts | 20 * 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 D | rzt2h-n2h-evk-common.dtsi | 171 * 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 D | r8a77970-eagle-function-expansion.dtso | 16 /* Eagle: SW18 set to OFF */ 29 /* Eagle: SW35 set 5, 6 and 8 to OFF */ 43 /* Eagle: SW18 set to OFF */
|
| H A D | r8a774e1-hihope-rzg2h-ex.dts | 17 /* Set SW43 = ON and SW1001[7] = OFF for SATA port to be activated */
|
| H A D | r8a774b1-hihope-rzg2n-ex.dts | 18 /* Set SW43 = ON and SW1001[7] = OFF for SATA port to be activated */
|
| /linux/samples/bpf/ |
| H A D | bpf_insn.h | 119 #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 D | filter.h | 116 #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 D | hw_breakpoint.c | 61 #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 D | dvb_intro.rst | 174 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 D | filter.h | 105 #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 D | leds-lm3556.rst | 29 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 D | leds-mlxcpld.rst | 56 - [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 D | can_ucan_protocol.rst | 312 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 D | eeh_pe.c | 700 #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 D | sysfs-driver-toshiba_acpi | 11 * 0x10 -> OFF 47 * 0 -> OFF 62 * 0x10 -> OFF 76 * 2 -> Type 2, supporting modes TIMER, ON and OFF 157 * 0 -> OFF
|
| H A D | sysfs-bus-iio-humidity | 9 In some devices, this is just a switch in which case 0 = OFF,
|
| /linux/drivers/video/fbdev/i810/ |
| H A D | i810_main.c | 175 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 D | emu8000_callback.c | 152 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 D | bpf_jit_comp_32.c | 211 #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 D | armada-385-synology-ds116.dts | 59 * "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 D | tps65010.c | 455 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 D | stat_all_pfm.sh | 5 if perf version --build-options | grep HAVE_LIBPFM | grep -q OFF
|
| H A D | test_arm_callgraph_fp.sh | 13 if perf version --build-options | grep HAVE_DWARF_UNWIND_SUPPORT | grep -q OFF
|
| /linux/drivers/net/wireless/broadcom/brcm80211/include/ |
| H A D | defs.h | 19 #define OFF 0 macro
|