Searched refs:tqc (Results 1 – 11 of 11) sorted by relevance
| /linux-4.4.14/arch/powerpc/boot/dts/ |
| D | tqm5200.dts | 16 model = "tqc,tqm5200"; 17 compatible = "tqc,tqm5200";
|
| D | tqm8548-bigflash.dts | 16 model = "tqc,tqm8548"; 17 compatible = "tqc,tqm8548"; 418 compatible = "tqc,tqm8548-upm-nand", "fsl,upm-nand";
|
| D | tqm8548.dts | 16 model = "tqc,tqm8548"; 17 compatible = "tqc,tqm8548"; 418 compatible = "tqc,tqm8548-upm-nand", "fsl,upm-nand";
|
| D | tqm8541.dts | 15 model = "tqc,tqm8541"; 16 compatible = "tqc,tqm8541";
|
| D | tqm8555.dts | 15 model = "tqc,tqm8555"; 16 compatible = "tqc,tqm8555";
|
| D | tqm8540.dts | 15 model = "tqc,tqm8540"; 16 compatible = "tqc,tqm8540";
|
| D | tqm8560.dts | 16 model = "tqc,tqm8560"; 17 compatible = "tqc,tqm8560";
|
| D | tqm8xx.dts | 17 compatible = "tqc,tqm8xx";
|
| /linux-4.4.14/arch/powerpc/platforms/52xx/ |
| D | Kconfig | 30 tqc,tqm5200
|
| /linux-4.4.14/Documentation/devicetree/bindings/mtd/ |
| D | fsl-upm-nand.txt | 49 compatible = "tqc,tqm8548-upm-nand", "fsl,upm-nand";
|
| /linux-4.4.14/drivers/net/vmxnet3/ |
| D | vmxnet3_drv.c | 2266 struct Vmxnet3_TxQueueConf *tqc; in vmxnet3_setup_driver_shared() local 2309 tqc = &adapter->tqd_start[i].conf; in vmxnet3_setup_driver_shared() 2310 tqc->txRingBasePA = cpu_to_le64(tq->tx_ring.basePA); in vmxnet3_setup_driver_shared() 2311 tqc->dataRingBasePA = cpu_to_le64(tq->data_ring.basePA); in vmxnet3_setup_driver_shared() 2312 tqc->compRingBasePA = cpu_to_le64(tq->comp_ring.basePA); in vmxnet3_setup_driver_shared() 2313 tqc->ddPA = cpu_to_le64(tq->buf_info_pa); in vmxnet3_setup_driver_shared() 2314 tqc->txRingSize = cpu_to_le32(tq->tx_ring.size); in vmxnet3_setup_driver_shared() 2315 tqc->dataRingSize = cpu_to_le32(tq->data_ring.size); in vmxnet3_setup_driver_shared() 2316 tqc->compRingSize = cpu_to_le32(tq->comp_ring.size); in vmxnet3_setup_driver_shared() 2317 tqc->ddLen = cpu_to_le32( in vmxnet3_setup_driver_shared() [all …]
|