Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/drivers/net/netdevsim/
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 replace parent 100:1 handle 204:
/linux-6.12.1/Documentation/devicetree/bindings/input/touchscreen/
Dfsl-mx25-tcq.txt7 - compatible: Should be "fsl,imx25-tcq".
28 tsc: tcq@50030400 {
29 compatible = "fsl,imx25-tcq";
/linux-6.12.1/Documentation/devicetree/bindings/mfd/
Dfsl-imx25-tsadc.txt36 tsc: tcq@50030400 {
37 compatible = "fsl,imx25-tcq";
/linux-6.12.1/drivers/net/ethernet/meta/fbnic/
Dfbnic_txrx.c1746 struct fbnic_ring *tcq) in fbnic_enable_tcq() argument
1748 u32 log_size = fls(tcq->size_mask); in fbnic_enable_tcq()
1750 if (!tcq->size_mask) in fbnic_enable_tcq()
1754 fbnic_ring_wr32(tcq, FBNIC_QUEUE_TCQ_CTL, FBNIC_QUEUE_TCQ_CTL_RESET); in fbnic_enable_tcq()
1755 tcq->tail = 0; in fbnic_enable_tcq()
1756 tcq->head = 0; in fbnic_enable_tcq()
1759 fbnic_ring_wr32(tcq, FBNIC_QUEUE_TCQ_BAL, lower_32_bits(tcq->dma)); in fbnic_enable_tcq()
1760 fbnic_ring_wr32(tcq, FBNIC_QUEUE_TCQ_BAH, upper_32_bits(tcq->dma)); in fbnic_enable_tcq()
1763 fbnic_ring_wr32(tcq, FBNIC_QUEUE_TCQ_SIZE, log_size & 0xf); in fbnic_enable_tcq()
1766 fbnic_ring_wr32(tcq, FBNIC_QUEUE_TIM_CTL, nv->v_idx); in fbnic_enable_tcq()
[all …]
/linux-6.12.1/drivers/input/touchscreen/
DMakefile61 obj-$(CONFIG_TOUCHSCREEN_MX25) += fsl-imx25-tcq.o
DKconfig961 module will be called fsl-imx25-tcq.
/linux-6.12.1/arch/arm/boot/dts/nxp/imx/
Dimx25.dtsi308 tsc: tcq@50030400 {
309 compatible = "fsl,imx25-tcq";