Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/drivers/net/ethernet/altera/
DKconfig7 This driver supports the Altera Triple-Speed (TSE) Ethernet MAC.
/kernel/linux/linux-5.10/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";
/kernel/linux/linux-5.10/sound/soc/atmel/
DKconfig91 tristate "ASoC driver for the Axentia TSE-850"
98 Axentia TSE-850 with a PCM5142 codec.
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/altera/
Daltera_tse.rst11 This is the driver for the Altera Triple-Speed Ethernet (TSE) controllers
156 The statistics supported by the TSE and the device driver are as follows:
274 Altera TSE. This statistics counts the number of received good and errored
276 in the frm_length register. See the Altera TSE User Guide for More details.
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
Dintel_rps.c515 intel_uncore_read16(uncore, TSC1) | TSE); in gen5_rps_enable()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Di915_reg.h3830 #define TSE (1 << 0) macro