Home
last modified time | relevance | path

Searched refs:tcq (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/tools/testing/selftests/drivers/net/netdevsim/
H A Dtc-mq-visibility.sh13 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 Dfsl-mx25-tcq.txt7 - compatible: Should be "fsl,imx25-tcq".
28 tsc: tcq@50030400 {
29 compatible = "fsl,imx25-tcq";
/linux-6.15/Documentation/devicetree/bindings/mfd/
H A Dfsl-imx25-tsadc.txt36 tsc: tcq@50030400 {
37 compatible = "fsl,imx25-tcq";
/linux-6.15/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_txrx.c2108 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 DMakefile62 obj-$(CONFIG_TOUCHSCREEN_MX25) += fsl-imx25-tcq.o
H A DKconfig976 module will be called fsl-imx25-tcq.
/linux-6.15/arch/arm/boot/dts/nxp/imx/
H A Dimx25.dtsi308 tsc: tcq@50030400 {
309 compatible = "fsl,imx25-tcq";