Searched refs:OFF (Results 1 – 16 of 16) sorted by relevance
/arch/arm64/kernel/ |
D | hw_breakpoint.c | 59 #define READ_WB_REG_CASE(OFF, N, REG, VAL) \ argument 60 case (OFF + N): \ 64 #define WRITE_WB_REG_CASE(OFF, N, REG, VAL) \ argument 65 case (OFF + N): \ 69 #define GEN_READ_WB_REG_CASES(OFF, REG, VAL) \ argument 70 READ_WB_REG_CASE(OFF, 0, REG, VAL); \ 71 READ_WB_REG_CASE(OFF, 1, REG, VAL); \ 72 READ_WB_REG_CASE(OFF, 2, REG, VAL); \ 73 READ_WB_REG_CASE(OFF, 3, REG, VAL); \ 74 READ_WB_REG_CASE(OFF, 4, REG, VAL); \ [all …]
|
/arch/arm64/boot/dts/renesas/ |
D | r8a77951-salvator-xs.dts | 141 * 1) Default setting of SW31: ON-ON-OFF-OFF-OFF-OFF: 143 * 2) Changed setting of SW31: OFF-OFF-ON-ON-ON-ON:
|
D | r8a774e1-hihope-rzg2h-ex.dts | 17 /* Set SW43 = ON and SW1001[7] = OFF for SATA port to be activated */
|
D | r8a774a1-hihope-rzg2m-ex.dts | 18 /* SW43 should be OFF, if in ON state SATA port will be activated */
|
D | r8a774b1-hihope-rzg2n-ex.dts | 18 /* Set SW43 = ON and SW1001[7] = OFF for SATA port to be activated */
|
D | r8a774a1-hihope-rzg2m-rev2-ex.dts | 17 /* SW43 should be OFF, if in ON state SATA port will be activated */
|
/arch/powerpc/kernel/ |
D | eeh_pe.c | 698 #define BYTE_SWAP(OFF) (8*((OFF)/4)+3-(OFF)) argument 699 #define SAVED_BYTE(OFF) (((u8 *)(edev->config_space))[BYTE_SWAP(OFF)]) argument
|
/arch/arm/boot/dts/ |
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
|
D | r8a7742-iwg21d-q7.dts | 221 * OFF = mini-PCIe (connector-J26)
|
D | am335x-bone-common.dtsi | 280 * Configure pmic to enter OFF-state instead of SLEEP-state ("RTC-only
|
D | exynos5410-odroidxu.dts | 358 * MMC Device 1: Clock OFF has been failed.
|
D | dra72-evm-common.dtsi | 319 * SW5.9 (GPMC_WPN) = OFF (HIGH)
|
/arch/sparc/net/ |
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); \
|
/arch/arm/mach-omap2/ |
D | sleep34xx.S | 354 cmp r4, #0x0 @ Check if previous power state of CORE is OFF 374 cmp r2, #0x0 @ Check if previous power state of CORE is OFF 392 cmp r2, #0x0 @ Check if target power state was OFF or RET
|
/arch/arm64/boot/dts/amlogic/ |
D | meson-gxl-s905x-khadas-vim.dts | 133 "Power OFF",
|
/arch/arm/mach-omap1/ |
D | board-osk.c | 225 tps65010_set_led(LED2, OFF); in osk_tps_setup()
|