Searched refs:tcq (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/tools/testing/selftests/drivers/net/netdevsim/ |
| H A D | tc-mq-visibility.sh | 13 tcq() { function 34 tcq add root handle 100: $root $opts 52 tcq replace parent 100:4 handle 204: pfifo_fast 62 tcq del parent 100:4 handle 204: 65 tcq replace parent 100:1 handle 205: pfifo limit 1000
|
| /linux-6.15/Documentation/devicetree/bindings/input/touchscreen/ |
| H A D | fsl-mx25-tcq.txt | 7 - compatible: Should be "fsl,imx25-tcq". 28 tsc: tcq@50030400 { 29 compatible = "fsl,imx25-tcq";
|
| /linux-6.15/Documentation/devicetree/bindings/mfd/ |
| H A D | fsl-imx25-tsadc.txt | 36 tsc: tcq@50030400 { 37 compatible = "fsl,imx25-tcq";
|
| /linux-6.15/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_txrx.c | 2108 struct fbnic_ring *tcq) in fbnic_enable_tcq() argument 2110 u32 log_size = fls(tcq->size_mask); in fbnic_enable_tcq() 2112 if (!tcq->size_mask) in fbnic_enable_tcq() 2117 tcq->tail = 0; in fbnic_enable_tcq() 2118 tcq->head = 0; in fbnic_enable_tcq() 2121 fbnic_ring_wr32(tcq, FBNIC_QUEUE_TCQ_BAL, lower_32_bits(tcq->dma)); in fbnic_enable_tcq() 2122 fbnic_ring_wr32(tcq, FBNIC_QUEUE_TCQ_BAH, upper_32_bits(tcq->dma)); in fbnic_enable_tcq() 2125 fbnic_ring_wr32(tcq, FBNIC_QUEUE_TCQ_SIZE, log_size & 0xf); in fbnic_enable_tcq() 2128 fbnic_ring_wr32(tcq, FBNIC_QUEUE_TIM_CTL, nv->v_idx); in fbnic_enable_tcq() 2129 fbnic_ring_wr32(tcq, FBNIC_QUEUE_TIM_THRESHOLD, tcq->size_mask / 2); in fbnic_enable_tcq() [all …]
|
| /linux-6.15/drivers/input/touchscreen/ |
| H A D | Makefile | 62 obj-$(CONFIG_TOUCHSCREEN_MX25) += fsl-imx25-tcq.o
|
| H A D | Kconfig | 976 module will be called fsl-imx25-tcq.
|
| /linux-6.15/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx25.dtsi | 308 tsc: tcq@50030400 { 309 compatible = "fsl,imx25-tcq";
|