Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm64/kernel/
Dhw_breakpoint.c69 #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/
Dvia-ircc.c455 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 …]
Dvia-ircc.h167 #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/
Darcnet-hardware.txt353 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 …]
DREADME.ipw2100172 based RF kill from ON -> OFF -> ON, the radio will NOT come back on
DREADME.ipw2200302 based RF kill from ON -> OFF -> ON, the radio will NOT come back on
Dcan.txt1075 "ERROR-WARNING", "ERROR-PASSIVE", "BUS-OFF" or "STOPPED"
/linux-4.4.14/samples/bpf/
Dlibbpf.h127 #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/
Dinffast.c42 # 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/
Dfilter.h153 #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/
Dddk750_power.c65 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()
Dsm750_hw.c120 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()
Dddk750_display.c224 reg = FIELD_SET(reg, CRT_DISPLAY_CTRL, BLANK, OFF); in ddk750_setLogicalDispOut()
Dddk750_chip.c366 FIELD_SET(0, PANEL_PLL_CTRL, BYPASS, OFF) in formatPllReg()
/linux-4.4.14/arch/mn10300/include/asm/
Dcache.h45 #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/
Dfilter.h194 #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 …]
Dlibata.h551 OFF, enumerator
/linux-4.4.14/drivers/isdn/capi/
Dcapiutil.c230 #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/
Dleds-lm3556.txt23 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/
Dsysfs-driver-toshiba_acpi10 * 0x10 -> OFF
44 * 0 -> OFF
57 * 0x10 -> OFF
69 * 2 -> Type 2, supporting modes TIMER, ON and OFF
141 * 0 -> OFF
Dsysfs-bus-iio-humidity-hdc100x9 Valid control values are 0 = OFF, and 1 = ON.
Dsysfs-class-regulator19 'disabled' means the regulator output is OFF and is not
/linux-4.4.14/Documentation/devicetree/bindings/media/i2c/
Dadv7343.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-4.4.14/Documentation/devicetree/bindings/mfd/
Dtwl4030-power.txt29 initiate an ACTIVE-to-OFF or SLEEP-to-OFF transition when the
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Drt5677.txt39 Select 0 ~ 3 as OFF, GPIO1, GPIO2 and GPIO3 respectively.
44 Select 0 ~ 3 as OFF, GPIO4, GPIO5 and GPIO6 respectively.
Dcs35l32.txt23 if LEDs are OFF (VBST = VP).
/linux-4.4.14/drivers/block/
Dswim.c200 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()
Dskd_main.c356 #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/
Deeh_pe.c765 #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/
Dmwave75 @ECHO OFF
144 QSound=OFF
145 Reverb=OFF
146 Chorus=OFF
/linux-4.4.14/drivers/video/fbdev/i810/
Di810_main.c174 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 …]
Di810_accel.c290 if (mode == OFF) in i810fb_iring_enable()
442 i810fb_iring_enable(par, OFF); in i810fb_init_ringbuffer()
Di810.h126 #define OFF 0 macro
/linux-4.4.14/drivers/net/wireless/brcm80211/include/
Ddefs.h30 #define OFF 0 macro
/linux-4.4.14/sound/isa/sb/
Demu8000_callback.c165 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/
Dbpf_jit_comp.c243 #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/
Dstf.c133 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()
Dmain.c763 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/
Dtps65010.h114 #define OFF 0 macro
/linux-4.4.14/drivers/mfd/
Dtps65010.c468 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()
Ddb8500-prcmu.c1308 writeb((enable ? ON : OFF), (tcdm_base + PRCM_REQ_MB3_SYSCLK_MGT)); in request_sysclk()
/linux-4.4.14/Documentation/networking/timestamping/
Dhwtstamp_config.c47 TX_TYPE(OFF),
/linux-4.4.14/arch/arm/mach-omap2/
Dsleep34xx.S384 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/
Dcpu-cooling-api.txt135 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/
Dcaif_serial.c35 #define OFF 0 macro
292 ser->common.flowctrl(ser->dev, OFF); in caif_xmit()
Dcaif_hsi.c65 #define OFF 0 macro
1064 cfhsi->cfdev.flowctrl(cfhsi->ndev, OFF); in cfhsi_xmit()
/linux-4.4.14/Documentation/input/
Delantech.txt102 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.
Dyealink.txt91 A digit can have a character set, an icon can only be ON or OFF.
/linux-4.4.14/Documentation/ABI/obsolete/
Dsysfs-driver-hid-roccat-arvo50 The integer value of this attribute ranges from 0 (OFF) to 1 (ON).
/linux-4.4.14/include/linux/mfd/
Ddb8500-prcmu.h36 OFF = 0x0, enumerator
/linux-4.4.14/drivers/misc/mei/
Dinit.c49 MEI_PG_STATE(OFF); in mei_pg_state_str()
/linux-4.4.14/drivers/video/fbdev/
Dgbefb.c440 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/
Dfsl-sec4.txt309 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/
Damd64_edac.h106 #define OFF false macro
Damd64_edac.c2644 if (toggle_ecc_err_reporting(s, nid, OFF)) in restore_ecc_error_reporting()
/linux-4.4.14/Documentation/networking/caif/
DREADME49 and is blocking further send operation. Flow OFF has been propagated
/linux-4.4.14/arch/arm/mach-omap1/
Dboard-osk.c219 tps65010_set_led(LED2, OFF); in osk_tps_setup()
/linux-4.4.14/arch/m32r/kernel/
Dhead.S210 st r5, @r4 ; Set MATM Reg(T bit OFF)
/linux-4.4.14/Documentation/sound/alsa/soc/
Ddapm.txt269 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/
Ddot.gdbinit41 # LED OFF
Ddot.gdbinit.nommu41 # LED OFF
Ddot.gdbinit.smp104 # LED OFF
/linux-4.4.14/Documentation/sound/alsa/
DHD-Audio-Controls.txt87 case, turn this control OFF.
/linux-4.4.14/drivers/net/ethernet/sun/
Dniu.h2534 #define LDN_RESV1(OFF) (16 + (OFF)) argument
2536 #define LDN_RESV2(OFF) (56 + (OFF)) argument
/linux-4.4.14/arch/arm/boot/dts/
Dam335x-bone-common.dtsi293 * Configure pmic to enter OFF-state instead of SLEEP-state ("RTC-only
Ddra72-evm.dts495 * SW5.9 (GPMC_WPN) = OFF (HIGH)
/linux-4.4.14/Documentation/
Dkprobes.txt708 /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/
Dbe.h612 #define OFF 0 macro
Dbe_main.c1390 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/
DKconfig19 Turning OFF this setting is NOT recommended! If in doubt, say Y.
/linux-4.4.14/Documentation/gpio/
Dgpio-legacy.txt362 { 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/
Dphy_cmn.c509 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()
Dphy_lcn.c2902 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()
Dphy_n.c19443 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/
Dintel8x0m.c93 DEFINE_REGSET(OFF, 0); /* offset */
Dintel8x0.c132 DEFINE_REGSET(OFF, 0); /* offset */
/linux-4.4.14/fs/jfs/
Djfs_xtree.c55 #define XT_PUTENTRY(XAD, FLAG, OFF, LEN, ADDR)\ argument
58 XADoffset((XAD), (OFF));\
/linux-4.4.14/Documentation/scsi/
Dncr53c8xx.txt817 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.
DChangeLog.ncr53c8xx46 OFF in the NVRAM as it did prior to revision 3.2g.
DBusLogic.txt336 the "Use Bus And Device # For PCI Scanning Seq." option to OFF.
Dsym53c8xx_2.txt537 0x80 also attach controllers set to OFF in the NVRAM (sym53c8xx only)
/linux-4.4.14/drivers/ata/
Dlibahci.c1082 if (val == OFF) { in ahci_activity_store()
Dlibata-scsi.c347 case OFF: case BLINK_ON: case BLINK_OFF: in ata_scsi_activity_store()
/linux-4.4.14/Documentation/m68k/
Dkernel-options.txt119 [Strange and maybe uninteresting stuff OFF]
/linux-4.4.14/Documentation/s390/
DDebugging390.txt1544 VARY OFF PATH <PATH> FROM <devno range>