Home
last modified time | relevance | path

Searched refs:TSE (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/Documentation/devicetree/bindings/net/
Daltera_tse.txt1 * Altera Triple-Speed Ethernet MAC driver (TSE)
4 - compatible: Should be "altr,tse-1.0" for legacy SGDMA based TSE, and should
5 be "altr,tse-msgdma-1.0" for the preferred MSGDMA based TSE.
18 - interrupts: Should contain the TSE interrupts and it's mode.
29 If present, TSE supports additional unicast addresses.
32 If present, TSE supports a hash based multicast filter.
35 - mdio device tree subnode: When the TSE has a phy connected to its local
Dsocfpga-dwmac.txt27 altr,sgmii-to-sgmii-converter: phandle to the TSE SGMII converter
/Linux-v5.4/Documentation/devicetree/bindings/sound/
Daxentia,tse850-pcm5142.txt1 Devicetree bindings for the Axentia TSE-850 audio complex
39 are active, short-cutting the TSE-850 from channel 2. IN1, IN2, OUT1 and OUT2
40 are TSE-850 connectors and DAC is the PCB name of the (filtered) output from
/Linux-v5.4/drivers/net/ethernet/altera/
DKconfig7 This driver supports the Altera Triple-Speed (TSE) Ethernet MAC.
/Linux-v5.4/Documentation/devicetree/bindings/arm/
Daxentia.txt22 TSE-850 v3 board
/Linux-v5.4/arch/arm/boot/dts/
Dat91-tse850-3.dts3 * at91-tse850-3.dts - Device Tree file for the Axentia TSE-850 3.0 board
14 model = "Axentia TSE-850 3.0";
/Linux-v5.4/sound/soc/atmel/
DKconfig90 tristate "ASoC driver for the Axentia TSE-850"
97 Axentia TSE-850 with a PCM5142 codec.
/Linux-v5.4/Documentation/networking/
Daltera_tse.txt5 This is the driver for the Altera Triple-Speed Ethernet (TSE) controllers
133 The statistics supported by the TSE and the device driver are as follows:
251 Altera TSE. This statistics counts the number of received good and errored
253 in the frm_length register. See the Altera TSE User Guide for More details.
/Linux-v5.4/drivers/net/ethernet/amd/xgbe/
Dxgbe-dev.c305 XGMAC_DMA_IOWRITE_BITS(pdata->channel[i], DMA_CH_TCR, TSE, 1); in xgbe_config_tso_mode()
1804 XGMAC_SET_BITS_LE(rdesc->desc3, TX_NORMAL_DESC3, TSE, 1); in xgbe_dev_xmit()
/Linux-v5.4/drivers/gpu/drm/i915/
Dintel_pm.c6441 intel_uncore_write16(uncore, TSC1, I915_READ(TSC1) | TSE); in ironlake_enable_drps()
Di915_reg.h3670 #define TSE (1 << 0) macro