Home
last modified time | relevance | path

Searched refs:TE (Results 1 – 25 of 25) sorted by relevance

/linux-4.1.27/Documentation/devicetree/bindings/video/
Dpanel-dsi-cm.txt10 - te-gpios: panel TE gpio
/linux-4.1.27/Documentation/filesystems/
Dcoda.txt438 NNOOTTEE It is questionable if we need CodaCreds in Venus. Finally Venus
547 NNOOTTEE The data structures and code are a mess. We need to clean this
620 NNOOTTEE The type of the vtype is currently wrong. It should be
775 NNOOTTEE The packing of parameters is very inefficient and appears to
823 NNOOTTEE The input parameter should be changed to mode instead of
887 NNOOTTEE The attributes of the target directory should be returned since
916 NNOOTTEE The attributes of the directory should be returned since its
945 NNOOTTEE The attributes of the parent directory should be returned since
1016 NNOOTTEE Currently the cfs_open_out structure is not properly adapted to
1046 NNOOTTEE The flags argument is bogus and not used. However, Venus' code
[all …]
/linux-4.1.27/drivers/net/ethernet/freescale/
Dgianfar_ptp.c90 #define TE (1<<2) /* 1588 timer enable. */ macro
512 gfar_write(&etsects->regs->tmr_ctrl, tmr_ctrl|FS|RTPE|TE|FRD); in gianfar_ptp_probe()
/linux-4.1.27/arch/metag/tbx/
Dtbictx.S188 D SETD [A0.2++],TE
356 D GETD TE,[A0.2++]
/linux-4.1.27/drivers/net/ethernet/adi/
Dbfin_mac.c1201 bfin_write_EMAC_OPMODE(bfin_read_EMAC_OPMODE() | TE); in bfin_mac_hard_start_xmit()
1359 opmode &= (~TE); in bfin_mac_disable()
1408 opmode |= TE; in bfin_mac_enable()
1774 bfin_write_EMAC_OPMODE((bfin_read_EMAC_OPMODE() & ~TE) | RE); in bfin_mac_suspend()
1791 bfin_write_EMAC_OPMODE(bfin_read_EMAC_OPMODE() | TE); in bfin_mac_resume()
/linux-4.1.27/arch/blackfin/mach-bf527/include/mach/
DdefBF527.h177 #define TE 0x00010000 /* Transmitter Enable */ macro
/linux-4.1.27/arch/blackfin/mach-bf537/include/mach/
DdefBF537.h176 #define TE 0x00010000 /* Transmitter Enable … macro
/linux-4.1.27/arch/blackfin/mach-bf518/include/mach/
DdefBF516.h178 #define TE 0x00010000 /* Transmitter Enable */ macro
/linux-4.1.27/drivers/net/irda/
Dsh_irda.c86 #define TE (1 << 0) /* Transmit Enable */ macro
653 sh_irda_write(self, IRTCTR, ARMOD | TE); in sh_irda_hard_xmit()
/linux-4.1.27/Documentation/video4linux/
DCARDLIST.cx8856 55 -> Shenzhen Tungsten Ages Tech TE-DTV-250 / Swann OEM [c180:c980]
/linux-4.1.27/arch/arm/mm/
Dproc-arm1020e.S470 .long 0x4105a200 @ ARM 1020TE (Architecture v5TE)
Dproc-v7.S57 THUMB( bic r1, r1, #1 << 30 ) @ SCTLR.TE (Thumb exceptions)
/linux-4.1.27/drivers/scsi/sym53c8xx_2/
Dsym_defs.h291 #define TE 0x80 /* c: tolerAnt enable */ macro
Dsym_hipd.c202 OUTB(np, nc_stest3, TE); in sym_reset_scsi_bus()
1717 OUTB(np, nc_stest3, TE|CSF);
1792 OUTB(np, nc_stest3, TE); /* TolerANT enable */
2206 OUTB(np, nc_stest3, TE|CSF); /* clear scsi fifo */
2481 OUTB(np, nc_stest3, TE|CSF); /* scsi fifo */
2932 OUTB(np, nc_stest3, TE|CSF); /* clear scsi fifo */
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
Di40e_common.c205 #define I40E_PTT(PTYPE, OUTER_IP, OUTER_IP_VER, OUTER_FRAG, T, TE, TEF, I, PL)\ argument
212 I40E_RX_PTYPE_TUNNEL_END_##TE, \
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/
Dxgbe-dev.c2613 XGMAC_IOWRITE_BITS(pdata, MAC_TCR, TE, 1); in xgbe_enable_tx()
2631 XGMAC_IOWRITE_BITS(pdata, MAC_TCR, TE, 0); in xgbe_disable_tx()
2713 XGMAC_IOWRITE_BITS(pdata, MAC_TCR, TE, 1); in xgbe_powerup_tx()
2731 XGMAC_IOWRITE_BITS(pdata, MAC_TCR, TE, 0); in xgbe_powerdown_tx()
/linux-4.1.27/drivers/scsi/
Dncr53c8xx.h814 #define TE 0x80 /* c: tolerAnt enable */ macro
Dncr53c8xx.c4500 OUTB (nc_stest3, TE); in ncr_reset_scsi_bus()
5218 OUTB (nc_stest3, TE|CSF); in ncr_init()
5294 OUTB (nc_stest3, TE); /* TolerANT enable */ in ncr_init()
6040 OUTB (nc_stest3, TE|CSF); in ncr_exception()
6218 OUTB (nc_stest3, TE|CSF); /* clear scsi fifo */ in ncr_int_par()
6310 OUTB (nc_stest3, TE|CSF); /* clear scsi fifo */ in ncr_int_ma()
/linux-4.1.27/drivers/net/ethernet/cadence/
Dmacb.c1681 macb_writel(bp, NCR, MACB_BIT(RE) | MACB_BIT(TE) | MACB_BIT(MPE)); in macb_init_hw()
2413 macb_writel(lp, NCR, ctl | MACB_BIT(RE) | MACB_BIT(TE)); in at91ether_start()
2460 macb_writel(lp, NCR, ctl & ~(MACB_BIT(TE) | MACB_BIT(RE))); in at91ether_close()
/linux-4.1.27/drivers/usb/gadget/udc/
DKconfig132 Intel's PXA 25x series XScale ARM-5TE processors include
/linux-4.1.27/Documentation/blockdev/
DREADME.DAC960280 the future. Note that with a SAF-TE (SCSI Accessed Fault-Tolerant Enclosure)
311 SAF-TE Enclosure Management Enabled
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_common.c204 #define I40E_PTT(PTYPE, OUTER_IP, OUTER_IP_VER, OUTER_FRAG, T, TE, TEF, I, PL)\ argument
211 I40E_RX_PTYPE_TUNNEL_END_##TE, \
/linux-4.1.27/arch/powerpc/xmon/
Dppc-opc.c579 #define TE DGM + 1 macro
582 #define RMC TE + 1
4672 { "dquai", ZRC(59,67,0), Z_MASK, POWER6, { TE, FRT, FRB, RMC } },
4673 { "dquai.", ZRC(59,67,1), Z_MASK, POWER6, { TE, FRT, FRB, RMC } },
4844 { "dquaiq", ZRC(63,67,0), Z_MASK, POWER6, { TE, FRT, FRB, RMC } },
/linux-4.1.27/drivers/eisa/
Deisa.ids451 DEL0003 "Dell System(R) 425TE(TM) System Board"
452 DEL0004 "Dell System(R) 433TE(TM) System Board"
/linux-4.1.27/drivers/message/fusion/lsi/
Dmpi_history.txt281 * Added defines for SES, SAF-TE, and cross channel for