Searched refs:OFF (Results 1 - 25 of 30) sorted by relevance

12

/drivers/net/irda/
H A Dvia-ircc.c472 EnRXFIFOReadyInt(iobase, OFF);
473 EnRXFIFOHalfLevelInt(iobase, OFF);
474 EnTXFIFOHalfLevelInt(iobase, OFF);
476 EnTXFIFOReadyInt(iobase, OFF);
477 InvertTX(iobase, OFF);
478 InvertRX(iobase, OFF);
488 EnableDMA(iobase, OFF);
489 EnableTX(iobase, OFF);
490 EnableRX(iobase, OFF);
491 EnRXDMA(iobase, OFF);
[all...]
H A Dvia-ircc.h172 #define OFF 0 macro
414 EnTimerInt(iobase, OFF);
729 SwapDMA(iobase, OFF);
731 EnRXFIFOReadyInt(iobase, OFF);
732 EnRXFIFOHalfLevelInt(iobase, OFF);
733 EnTXFIFOHalfLevelInt(iobase, OFF);
736 InvertTX(iobase, OFF);
737 InvertRX(iobase, OFF);
743 SIRFilter(iobase, OFF);
744 SIRRecvAny(iobase, OFF);
[all...]
/drivers/net/wireless/brcm80211/include/
H A Ddefs.h30 #define OFF 0 macro
/drivers/net/wireless/bcmdhd/include/
H A Dtypedefs.h243 #ifndef OFF
244 #define OFF 0 macro
/drivers/isdn/capi/
H A Dcapiutil.c417 #define OFF (((u8 *)cmsg) + cdef[cmsg->par[cmsg->p]].off) macro
442 byteTLcpy(cmsg->m + cmsg->l, OFF);
446 wordTLcpy(cmsg->m + cmsg->l, OFF);
450 dwordTLcpy(cmsg->m + cmsg->l, OFF);
454 if (*(u8 **) OFF == NULL) {
457 } else if (**(_cstruct *) OFF != 0xff) {
458 structTLcpy(cmsg->m + cmsg->l, *(_cstruct *) OFF, 1 + **(_cstruct *) OFF);
459 cmsg->l += 1 + **(_cstruct *) OFF;
461 _cstruct s = *(_cstruct *) OFF;
[all...]
/drivers/block/
H A Dswim.c200 OFF, enumerator in enum:motor_action
337 } else if (action == OFF) {
450 swim_motor(base, OFF);
661 swim_motor(base, OFF);
688 swim_motor(base, OFF);
762 swim_motor(base, OFF);
801 swim_motor(base, OFF);
/drivers/net/wireless/brcm80211/brcmsmac/
H A Dstf.c132 if ((int_val != AUTO) && (int_val != OFF) && (int_val != ON))
351 wlc->bandstate[BAND_2G_INDEX]->band_stf_stbc_tx = OFF;
352 wlc->bandstate[BAND_5G_INDEX]->band_stf_stbc_tx = OFF;
H A Dmain.c757 if (OFF == clk) { /* clear gmode bit, put phy into reset */
816 wlc_phy_switch_radio(wlc_hw->band->pi, OFF);
818 brcms_b_core_phy_clk(wlc_hw, OFF);
1975 brcms_b_xtal(wlc_hw, OFF);
2861 wlc_phy_switch_radio(wlc_hw->band->pi, OFF);
2864 wlc_phy_anacore(wlc_hw->band->pi, OFF);
3034 brcms_b_xtal(wlc_hw, OFF);
3790 brcms_c_txflowcontrol_signal(wlc, qi, OFF, ALLPRIO);
4692 brcms_b_xtal(wlc_hw, OFF);
5109 brcms_b_xtal(wlc_hw, OFF);
[all...]
H A Daiutils.c1012 ai_clkctl_xtal(&sii->pub, XTAL, OFF);
/drivers/video/i810/
H A Di810_main.c173 val = (mode == OFF) ? val | SCR_OFF :
196 val = (mode == OFF) ? val : val | DRAM_ON;
215 reg = (mode == OFF) ? reg & ~0x80 :
424 i810_screen_off(mmio, OFF);
425 i810_protect_regs(mmio, OFF);
426 i810_dram_off(mmio, OFF);
565 i810_dram_off(mmio, OFF);
589 i810_screen_off(mmio, OFF);
590 i810_protect_regs(mmio, OFF);
591 i810_dram_off(mmio, OFF);
[all...]
H A Di810_accel.c290 if (mode == OFF)
442 i810fb_iring_enable(par, OFF);
H A Di810.h126 #define OFF 0 macro
/drivers/mfd/
H A Dtps65010.c467 tps65010_set_led(offset - 3, value ? ON : OFF);
484 tps65010_set_led(offset - 3, value ? ON : OFF);
778 * mode: ON, OFF or BLINK
806 case OFF:
860 * value: ON or OFF
888 * mode: ON or OFF
907 case OFF:
995 * mode: ON or OFF
1021 case OFF:
/drivers/net/caif/
H A Dcaif_serial.c35 #define OFF 0 macro
295 ser->common.flowctrl(ser->dev, OFF);
H A Dcaif_hsi.c57 MODULE_PARM_DESC(hsi_high_threshold, "HSI high threshold (FLOW OFF).");
64 #define OFF 0 macro
964 cfhsi->cfdev.flowctrl(cfhsi->ndev, OFF);
/drivers/edac/
H A Damd64_edac.h160 #define OFF false macro
H A Damd64_edac.c1191 * bit will be OFF.
2411 if (toggle_ecc_err_reporting(s, nid, OFF))
/drivers/video/
H A Dgbefb.c445 SET_GBE_FIELD(FP_DE, OFF, outputVal, fp_vbe);
448 SET_GBE_FIELD(FP_HDRV, OFF, outputVal, fp_wid);
452 SET_GBE_FIELD(FP_VDRV, OFF, outputVal, fp_hgt + 1);
/drivers/net/wireless/bcmdhd/
H A Ddhd_cdc.c449 iftype_desc, ((wlfc->hostif_flow_state[i] == OFF)
450 ? " OFF":" ON"));
980 ctx->hostif_flow_state[if_id] = OFF;
982 WLFC_DBGMESG(("qlen:%02d, if:%02d, ->OFF, start traffic %s()\n",
986 dhd_txflowcontrol(ctx->dhdp, if_id, OFF);
989 if ((pq->len >= WLFC_FLOWCONTROL_HIWATER) && (ctx->hostif_flow_state[if_id] == OFF)) {
2365 wlfc->hostif_flow_state[i] = OFF;
/drivers/net/ethernet/emulex/benet/
H A Dbe.h412 #define OFF 0 macro
/drivers/net/ethernet/sun/
H A Dniu.h2534 #define LDN_RESV1(OFF) (16 + (OFF))
2536 #define LDN_RESV2(OFF) (56 + (OFF))
/drivers/net/wireless/brcm80211/brcmsmac/phy/
H A Dphy_cmn.c508 wlc_phy_switch_radio((struct brcms_phy_pub *) pi, OFF);
788 wlc_phy_do_dummy_tx(pi, true, OFF);
1036 wlc_phy_pa_override_nphy(pi, OFF);
/drivers/net/wireless/brcm80211/brcmfmac/
H A Ddhd_sdio.c795 brcmf_dbg(INFO, "CLKCTL: turned OFF\n");
2267 bus->txoff = OFF;
2268 brcmf_txflowcontrol(bus->sdiodev->dev, 0, OFF);
/drivers/ata/
H A Dlibahci.c1043 if (val == OFF) {
1047 /* set the LED to OFF */
H A Dlibata-scsi.c330 case OFF: case BLINK_ON: case BLINK_OFF:

Completed in 4858 milliseconds

12