/linux-4.4.14/arch/arm64/kernel/ |
D | hw_breakpoint.c | 69 #define READ_WB_REG_CASE(OFF, N, REG, VAL) \ argument 70 case (OFF + N): \ 74 #define WRITE_WB_REG_CASE(OFF, N, REG, VAL) \ argument 75 case (OFF + N): \ 79 #define GEN_READ_WB_REG_CASES(OFF, REG, VAL) \ argument 80 READ_WB_REG_CASE(OFF, 0, REG, VAL); \ 81 READ_WB_REG_CASE(OFF, 1, REG, VAL); \ 82 READ_WB_REG_CASE(OFF, 2, REG, VAL); \ 83 READ_WB_REG_CASE(OFF, 3, REG, VAL); \ 84 READ_WB_REG_CASE(OFF, 4, REG, VAL); \ [all …]
|
/linux-4.4.14/drivers/net/irda/ |
D | via-ircc.c | 455 EnRXFIFOReadyInt(iobase, OFF); in via_hw_init() 456 EnRXFIFOHalfLevelInt(iobase, OFF); in via_hw_init() 457 EnTXFIFOHalfLevelInt(iobase, OFF); in via_hw_init() 459 EnTXFIFOReadyInt(iobase, OFF); in via_hw_init() 460 InvertTX(iobase, OFF); in via_hw_init() 461 InvertRX(iobase, OFF); in via_hw_init() 471 EnableDMA(iobase, OFF); in via_hw_init() 472 EnableTX(iobase, OFF); in via_hw_init() 473 EnableRX(iobase, OFF); in via_hw_init() 474 EnRXDMA(iobase, OFF); in via_hw_init() [all …]
|
D | via-ircc.h | 167 #define OFF 0 macro 409 EnTimerInt(iobase, OFF); in SetTimer() 724 SwapDMA(iobase, OFF); in CommonInit() 726 EnRXFIFOReadyInt(iobase, OFF); in CommonInit() 727 EnRXFIFOHalfLevelInt(iobase, OFF); in CommonInit() 728 EnTXFIFOHalfLevelInt(iobase, OFF); in CommonInit() 731 InvertTX(iobase, OFF); in CommonInit() 732 InvertRX(iobase, OFF); in CommonInit() 738 SIRFilter(iobase, OFF); in CommonInit() 739 SIRRecvAny(iobase, OFF); in CommonInit()
|
/linux-4.4.14/Documentation/networking/ |
D | arcnet-hardware.txt | 353 OFF OFF Power off 354 OFF Short flashes Cabling problems (broken cable or not 356 OFF (short) ON Card init 360 ON OFF Never happens (maybe when wrong ID) 1229 Memory Switch 0 (MS0) didn't seem to work properly when set to OFF 1231 it ON first, and if it doesn't work, set it to OFF. (It may be a 1385 OFF ON ON | 290 1386 ON OFF ON | 2E0 (Manufacturer's default) 1387 OFF OFF ON | 2F0 1388 ON ON OFF | 300 [all …]
|
D | README.ipw2100 | 172 based RF kill from ON -> OFF -> ON, the radio will NOT come back on
|
D | README.ipw2200 | 302 based RF kill from ON -> OFF -> ON, the radio will NOT come back on
|
D | can.txt | 1075 "ERROR-WARNING", "ERROR-PASSIVE", "BUS-OFF" or "STOPPED"
|
/linux-4.4.14/samples/bpf/ |
D | libbpf.h | 127 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument 132 .off = OFF, \ 137 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument 142 .off = OFF, \ 147 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument 152 .off = OFF, \ 157 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument 162 .off = OFF, \ 167 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument 172 .off = OFF, \ [all …]
|
/linux-4.4.14/lib/zlib_inflate/ |
D | inffast.c | 42 # define OFF 0 macro 46 # define OFF 1 macro 118 in = strm->next_in - OFF; in inflate_fast() 120 out = strm->next_out - OFF; in inflate_fast() 208 from = window - OFF; in inflate_fast() 227 from = window - OFF; in inflate_fast() 267 if (!((long)(out - 1 + OFF) & 1)) { in inflate_fast() 271 sout = (unsigned short *)(out - OFF); in inflate_fast() 275 sfrom = (unsigned short *)(from - OFF); in inflate_fast() 284 out = (unsigned char *)sout + OFF; in inflate_fast() [all …]
|
/linux-4.4.14/tools/include/linux/ |
D | filter.h | 153 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument 158 .off = OFF, \ 163 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument 168 .off = OFF, \ 173 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument 178 .off = OFF, \ 183 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument 188 .off = OFF, \ 193 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument 198 .off = OFF, \ [all …]
|
/linux-4.4.14/drivers/staging/sm750fb/ |
D | ddk750_power.c | 65 FIELD_SET(control_value, POWER_MODE_CTRL, 336CLK, OFF) | in setPowerMode() 67 FIELD_SET(control_value, POWER_MODE_CTRL, OSC_INPUT, OFF); in setPowerMode() 118 gate = FIELD_SET(gate, CURRENT_GATE, DE, OFF); in enable2DEngine() 119 gate = FIELD_SET(gate, CURRENT_GATE, CSC, OFF); in enable2DEngine() 134 gate = FIELD_SET(gate, CURRENT_GATE, DMA, OFF); in enableDMA() 151 gate = FIELD_SET(gate, CURRENT_GATE, GPIO, OFF); in enableGPIO() 168 gate = FIELD_SET(gate, CURRENT_GATE, I2C, OFF); in enableI2C()
|
D | sm750_hw.c | 120 DAC_POWER, OFF)); in hw_sm750_inithw() 475 reg = FIELD_SET(reg, DE_STATE1, DE_ABORT, OFF); in hw_sm750_initAccel() 485 reg = FIELD_SET(reg, SYSTEM_CTRL, DE_ABORT, OFF); in hw_sm750_initAccel()
|
D | ddk750_display.c | 224 reg = FIELD_SET(reg, CRT_DISPLAY_CTRL, BLANK, OFF); in ddk750_setLogicalDispOut()
|
D | ddk750_chip.c | 366 FIELD_SET(0, PANEL_PLL_CTRL, BYPASS, OFF) in formatPllReg()
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | cache.h | 45 #define ICACHE_DATA(WAY, ENTRY, OFF) \ argument 47 (ENTRY) * L1_CACHE_BYTES + (OFF) * 4, u32) 53 #define DCACHE_DATA(WAY, ENTRY, OFF) \ argument 55 (ENTRY) * L1_CACHE_BYTES + (OFF) * 4, u32)
|
/linux-4.4.14/include/linux/ |
D | filter.h | 194 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument 199 .off = OFF, \ 204 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument 209 .off = OFF, \ 214 #define BPF_STX_XADD(SIZE, DST, SRC, OFF) \ argument 219 .off = OFF, \ 224 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument 229 .off = OFF, \ 234 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument 239 .off = OFF, \ [all …]
|
D | libata.h | 551 OFF, enumerator
|
/linux-4.4.14/drivers/isdn/capi/ |
D | capiutil.c | 230 #define OFF (((u8 *)cmsg) + cdef[cmsg->par[cmsg->p]].off) macro 255 byteTLcpy(cmsg->m + cmsg->l, OFF); in pars_2_message() 259 wordTLcpy(cmsg->m + cmsg->l, OFF); in pars_2_message() 263 dwordTLcpy(cmsg->m + cmsg->l, OFF); in pars_2_message() 267 if (*(u8 **) OFF == NULL) { in pars_2_message() 270 } else if (**(_cstruct *) OFF != 0xff) { in pars_2_message() 271 structTLcpy(cmsg->m + cmsg->l, *(_cstruct *) OFF, 1 + **(_cstruct *) OFF); in pars_2_message() 272 cmsg->l += 1 + **(_cstruct *) OFF; in pars_2_message() 274 _cstruct s = *(_cstruct *) OFF; in pars_2_message() 281 if (*(_cmstruct *) OFF == CAPI_DEFAULT) { in pars_2_message() [all …]
|
/linux-4.4.14/Documentation/leds/ |
D | leds-lm3556.txt | 23 ON / OFF will be controlled by STROBE pin. 26 OFF : #echo 0 > sys/class/leds/flash/brightness 37 and ON / OFF will be controlled by TORCH pin. 40 OFF : #echo 0 > sys/class/leds/torch/brightness 62 OFF : #echo 0 > sys/class/leds/indicator/brightness
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-driver-toshiba_acpi | 10 * 0x10 -> OFF 44 * 0 -> OFF 57 * 0x10 -> OFF 69 * 2 -> Type 2, supporting modes TIMER, ON and OFF 141 * 0 -> OFF
|
D | sysfs-bus-iio-humidity-hdc100x | 9 Valid control values are 0 = OFF, and 1 = ON.
|
D | sysfs-class-regulator | 19 'disabled' means the regulator output is OFF and is not
|
/linux-4.4.14/Documentation/devicetree/bindings/media/i2c/ |
D | adv7343.txt | 20 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-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | twl4030-power.txt | 29 initiate an ACTIVE-to-OFF or SLEEP-to-OFF transition when the
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | rt5677.txt | 39 Select 0 ~ 3 as OFF, GPIO1, GPIO2 and GPIO3 respectively. 44 Select 0 ~ 3 as OFF, GPIO4, GPIO5 and GPIO6 respectively.
|
D | cs35l32.txt | 23 if LEDs are OFF (VBST = VP).
|
/linux-4.4.14/drivers/block/ |
D | swim.c | 200 OFF, enumerator 337 } else if (action == OFF) { in swim_motor() 450 swim_motor(base, OFF); in floppy_eject() 661 swim_motor(base, OFF); in floppy_open() 688 swim_motor(base, OFF); in floppy_release() 760 swim_motor(base, OFF); in floppy_revalidate() 798 swim_motor(base, OFF); in swim_add_floppy()
|
D | skd_main.c | 356 #define SKD_WRITEL(DEV, VAL, OFF) skd_reg_write32(DEV, VAL, OFF) argument 357 #define SKD_READL(DEV, OFF) skd_reg_read32(DEV, OFF) argument 358 #define SKD_WRITEQ(DEV, VAL, OFF) skd_reg_write64(DEV, VAL, OFF) argument
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | eeh_pe.c | 765 #define BYTE_SWAP(OFF) (8*((OFF)/4)+3-(OFF)) argument 766 #define SAVED_BYTE(OFF) (((u8 *)(edev->config_space))[BYTE_SWAP(OFF)]) argument
|
/linux-4.4.14/Documentation/sound/oss/ |
D | mwave | 75 @ECHO OFF 144 QSound=OFF 145 Reverb=OFF 146 Chorus=OFF
|
/linux-4.4.14/drivers/video/fbdev/i810/ |
D | i810_main.c | 174 val = (mode == OFF) ? val | SCR_OFF : in i810_screen_off() 197 val = (mode == OFF) ? val : val | DRAM_ON; in i810_dram_off() 216 reg = (mode == OFF) ? reg & ~0x80 : in i810_protect_regs() 425 i810_screen_off(mmio, OFF); in i810_load_regs() 426 i810_protect_regs(mmio, OFF); in i810_load_regs() 427 i810_dram_off(mmio, OFF); in i810_load_regs() 566 i810_dram_off(mmio, OFF); in i810_restore_2d() 590 i810_screen_off(mmio, OFF); in i810_restore_vga_state() 591 i810_protect_regs(mmio, OFF); in i810_restore_vga_state() 592 i810_dram_off(mmio, OFF); in i810_restore_vga_state() [all …]
|
D | i810_accel.c | 290 if (mode == OFF) in i810fb_iring_enable() 442 i810fb_iring_enable(par, OFF); in i810fb_init_ringbuffer()
|
D | i810.h | 126 #define OFF 0 macro
|
/linux-4.4.14/drivers/net/wireless/brcm80211/include/ |
D | defs.h | 30 #define OFF 0 macro
|
/linux-4.4.14/sound/isa/sb/ |
D | emu8000_callback.c | 165 OFF=0, RELEASED, PLAYING, END in get_voice() enumerator 192 bp = best + OFF; in get_voice() 198 bp = best + OFF; in get_voice() 210 bp = best + OFF; in get_voice()
|
/linux-4.4.14/arch/sparc/net/ |
D | bpf_jit_comp.c | 243 #define emit_ldmem(OFF, DEST) \ argument 244 do { *prog++ = LD32I | RS1(SP) | S13(BIAS - (OFF)) | RD(DEST); \ 247 #define emit_stmem(OFF, SRC) \ argument 248 do { *prog++ = ST32I | RS1(SP) | S13(BIAS - (OFF)) | RD(SRC); \ 289 #define emit_branch_off(BR_OPC, OFF) \ argument 290 do { *prog++ = BR_OPC | WDISP22(OFF); \
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/ |
D | stf.c | 133 if ((int_val != AUTO) && (int_val != OFF) && (int_val != ON)) in brcms_c_stf_stbc_tx_set() 353 wlc->bandstate[BAND_2G_INDEX]->band_stf_stbc_tx = OFF; in brcms_c_stf_attach() 354 wlc->bandstate[BAND_5G_INDEX]->band_stf_stbc_tx = OFF; in brcms_c_stf_attach()
|
D | main.c | 763 if (OFF == clk) { /* clear gmode bit, put phy into reset */ in brcms_b_core_phy_clk() 822 wlc_phy_switch_radio(wlc_hw->band->pi, OFF); in brcms_c_setband_inact() 824 brcms_b_core_phy_clk(wlc_hw, OFF); in brcms_c_setband_inact() 1983 brcms_b_xtal(wlc_hw, OFF); in brcms_b_radio_read_hwdisabled() 2885 wlc_phy_switch_radio(wlc_hw->band->pi, OFF); in brcms_c_coredisable() 2888 wlc_phy_anacore(wlc_hw->band->pi, OFF); in brcms_c_coredisable() 3060 brcms_b_xtal(wlc_hw, OFF); in brcms_b_pllreq() 4674 brcms_b_xtal(wlc_hw, OFF); in brcms_b_attach() 4973 brcms_b_xtal(wlc_hw, OFF); in brcms_b_up_prep() 5175 brcms_b_xtal(wlc_hw, OFF); in brcms_b_down_finish() [all …]
|
/linux-4.4.14/include/linux/i2c/ |
D | tps65010.h | 114 #define OFF 0 macro
|
/linux-4.4.14/drivers/mfd/ |
D | tps65010.c | 468 tps65010_set_led(offset - 3, value ? ON : OFF); in tps65010_gpio_set() 485 tps65010_set_led(offset - 3, value ? ON : OFF); in tps65010_output() 803 case OFF: in tps65010_set_led() 904 case OFF: in tps65010_set_low_pwr() 1018 case OFF: in tps65013_set_low_pwr()
|
D | db8500-prcmu.c | 1308 writeb((enable ? ON : OFF), (tcdm_base + PRCM_REQ_MB3_SYSCLK_MGT)); in request_sysclk()
|
/linux-4.4.14/Documentation/networking/timestamping/ |
D | hwtstamp_config.c | 47 TX_TYPE(OFF),
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | sleep34xx.S | 384 cmp r4, #0x0 @ Check if previous power state of CORE is OFF 404 cmp r2, #0x0 @ Check if previous power state of CORE is OFF 422 cmp r2, #0x0 @ Check if target power state was OFF or RET
|
/linux-4.4.14/Documentation/thermal/ |
D | cpu-cooling-api.txt | 135 evaluation period at first order means OFF or ON. However, 155 each CPU can be powered OFF separately or if only a single power 160 region (e.g. CPU, Cluster/L2) in each state (e.g. ON, OFF) at an
|
/linux-4.4.14/drivers/net/caif/ |
D | caif_serial.c | 35 #define OFF 0 macro 292 ser->common.flowctrl(ser->dev, OFF); in caif_xmit()
|
D | caif_hsi.c | 65 #define OFF 0 macro 1064 cfhsi->cfdev.flowctrl(cfhsi->ndev, OFF); in cfhsi_xmit()
|
/linux-4.4.14/Documentation/input/ |
D | elantech.txt | 102 Turn different levels of debugging ON or OFF. 104 By echoing "0" to this file all debugging will be turned OFF. 108 OFF. For version 2 the default is "1". 116 Turns parity checking ON or OFF. 118 By echoing "0" to this file parity checking will be turned OFF. Any 120 For version 2 the default it is OFF.
|
D | yealink.txt | 91 A digit can have a character set, an icon can only be ON or OFF.
|
/linux-4.4.14/Documentation/ABI/obsolete/ |
D | sysfs-driver-hid-roccat-arvo | 50 The integer value of this attribute ranges from 0 (OFF) to 1 (ON).
|
/linux-4.4.14/include/linux/mfd/ |
D | db8500-prcmu.h | 36 OFF = 0x0, enumerator
|
/linux-4.4.14/drivers/misc/mei/ |
D | init.c | 49 MEI_PG_STATE(OFF); in mei_pg_state_str()
|
/linux-4.4.14/drivers/video/fbdev/ |
D | gbefb.c | 440 SET_GBE_FIELD(FP_DE, OFF, outputVal, fp_vbe); in gbefb_setup_flatpanel() 443 SET_GBE_FIELD(FP_HDRV, OFF, outputVal, fp_wid); in gbefb_setup_flatpanel() 447 SET_GBE_FIELD(FP_VDRV, OFF, outputVal, fp_hgt + 1); in gbefb_setup_flatpanel()
|
/linux-4.4.14/Documentation/devicetree/bindings/crypto/ |
D | fsl-sec4.txt | 309 system power off and ON/OFF key. 407 System ON/OFF key driver 421 Definition: The SNVS ON/OFF interrupt number to the CPU(s).
|
/linux-4.4.14/drivers/edac/ |
D | amd64_edac.h | 106 #define OFF false macro
|
D | amd64_edac.c | 2644 if (toggle_ecc_err_reporting(s, nid, OFF)) in restore_ecc_error_reporting()
|
/linux-4.4.14/Documentation/networking/caif/ |
D | README | 49 and is blocking further send operation. Flow OFF has been propagated
|
/linux-4.4.14/arch/arm/mach-omap1/ |
D | board-osk.c | 219 tps65010_set_led(LED2, OFF); in osk_tps_setup()
|
/linux-4.4.14/arch/m32r/kernel/ |
D | head.S | 210 st r5, @r4 ; Set MATM Reg(T bit OFF)
|
/linux-4.4.14/Documentation/sound/alsa/soc/ |
D | dapm.txt | 269 order to save power. e.g. NC codecs pins will be switched OFF, unconnected 270 jacks can also be switched OFF.
|
/linux-4.4.14/arch/m32r/platforms/mappi/ |
D | dot.gdbinit | 41 # LED OFF
|
D | dot.gdbinit.nommu | 41 # LED OFF
|
D | dot.gdbinit.smp | 104 # LED OFF
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | HD-Audio-Controls.txt | 87 case, turn this control OFF.
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
D | niu.h | 2534 #define LDN_RESV1(OFF) (16 + (OFF)) argument 2536 #define LDN_RESV2(OFF) (56 + (OFF)) argument
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | am335x-bone-common.dtsi | 293 * Configure pmic to enter OFF-state instead of SLEEP-state ("RTC-only
|
D | dra72-evm.dts | 495 * SW5.9 (GPMC_WPN) = OFF (HIGH)
|
/linux-4.4.14/Documentation/ |
D | kprobes.txt | 708 /sys/kernel/debug/kprobes/enabled: Turn kprobes ON/OFF forcibly. 710 Provides a knob to globally and forcibly turn registered kprobes ON or OFF. 720 /proc/sys/debug/kprobes-optimization: Turn kprobes optimization ON/OFF. 724 1.4) ON or OFF. By default, jump optimization is allowed (ON).
|
/linux-4.4.14/drivers/net/ethernet/emulex/benet/ |
D | be.h | 612 #define OFF 0 macro
|
D | be_main.c | 1390 status = be_cmd_rx_filter(adapter, BE_IF_FLAGS_VLAN_PROMISCUOUS, OFF); in be_clear_vlan_promisc() 1474 be_cmd_rx_filter(adapter, BE_IF_FLAGS_ALL_PROMISCUOUS, OFF); in be_clear_all_promisc() 3418 be_cmd_rx_filter(adapter, BE_IF_ALL_FILT_FLAGS, OFF); in be_disable_if_filters()
|
/linux-4.4.14/kernel/power/ |
D | Kconfig | 19 Turning OFF this setting is NOT recommended! If in doubt, say Y.
|
/linux-4.4.14/Documentation/gpio/ |
D | gpio-legacy.txt | 362 { 33, GPIOF_OUT_INIT_LOW, "Green LED" }, /* default to OFF */ 363 { 34, GPIOF_OUT_INIT_LOW, "Red LED" }, /* default to OFF */ 364 { 35, GPIOF_OUT_INIT_LOW, "Blue LED" }, /* default to OFF */
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/ |
D | phy_cmn.c | 509 wlc_phy_switch_radio((struct brcms_phy_pub *) pi, OFF); in wlc_phy_attach() 789 wlc_phy_do_dummy_tx(pi, true, OFF); in wlc_phy_init() 1037 wlc_phy_pa_override_nphy(pi, OFF); in wlc_phy_do_dummy_tx()
|
D | phy_lcn.c | 2902 wlc_phy_do_dummy_tx(pi, true, OFF); in wlc_lcnphy_idle_tssi_est() 3059 wlc_phy_do_dummy_tx(pi, true, OFF); in wlc_lcnphy_vbat_temp_sense_setup()
|
D | phy_n.c | 19443 wlapi_bmac_phyclk_fgc(pi->sh->physhim, OFF); in wlc_phy_init_nphy() 19447 wlc_phy_pa_override_nphy(pi, OFF); in wlc_phy_init_nphy() 19668 wlapi_bmac_phyclk_fgc(pi->sh->physhim, OFF); in wlc_phy_resetcca_nphy() 28624 wlapi_bmac_phyclk_fgc(pi->sh->physhim, OFF); in wlc_phy_txpwr_index_nphy()
|
/linux-4.4.14/sound/pci/ |
D | intel8x0m.c | 93 DEFINE_REGSET(OFF, 0); /* offset */
|
D | intel8x0.c | 132 DEFINE_REGSET(OFF, 0); /* offset */
|
/linux-4.4.14/fs/jfs/ |
D | jfs_xtree.c | 55 #define XT_PUTENTRY(XAD, FLAG, OFF, LEN, ADDR)\ argument 58 XADoffset((XAD), (OFF));\
|
/linux-4.4.14/Documentation/scsi/ |
D | ncr53c8xx.txt | 817 0x80 also attach controllers set to OFF in the NVRAM (sym53c8xx only) 981 0x80 also attach controllers set to OFF in the NVRAM (sym53c8xx only) 985 will not attach controllers set to OFF in the NVRAM.
|
D | ChangeLog.ncr53c8xx | 46 OFF in the NVRAM as it did prior to revision 3.2g.
|
D | BusLogic.txt | 336 the "Use Bus And Device # For PCI Scanning Seq." option to OFF.
|
D | sym53c8xx_2.txt | 537 0x80 also attach controllers set to OFF in the NVRAM (sym53c8xx only)
|
/linux-4.4.14/drivers/ata/ |
D | libahci.c | 1082 if (val == OFF) { in ahci_activity_store()
|
D | libata-scsi.c | 347 case OFF: case BLINK_ON: case BLINK_OFF: in ata_scsi_activity_store()
|
/linux-4.4.14/Documentation/m68k/ |
D | kernel-options.txt | 119 [Strange and maybe uninteresting stuff OFF]
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 1544 VARY OFF PATH <PATH> FROM <devno range>
|