Searched refs:tah (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | klondike.dts | 152 TAH0: emac-tah@400a3000 { 153 compatible = "ibm,tah"; 157 TAH1: emac-tah@400a4000 { 158 compatible = "ibm,tah"; 185 tah-device = <&TAH0>; 186 tah-channel = <0>; 215 tah-device = <&TAH1>; 216 tah-channel = <0>;
|
D | arches.dts | 256 TAH0: emac-tah@ef601350 { 257 compatible = "ibm,tah-460gt", "ibm,tah"; 261 TAH1: emac-tah@ef601450 { 262 compatible = "ibm,tah-460gt", "ibm,tah"; 289 tah-device = <&TAH0>; 290 tah-channel = <0>; 318 tah-device = <&TAH1>; 319 tah-channel = <1>;
|
D | eiger.dts | 290 TAH0: emac-tah@ef600e50 { 291 compatible = "ibm,tah-460sx", "ibm,tah"; 295 TAH1: emac-tah@ef600f50 { 296 compatible = "ibm,tah-460sx", "ibm,tah"; 324 tah-device = <&TAH0>; 325 tah-channel = <0>; 354 tah-device = <&TAH1>; 355 tah-channel = <1>;
|
D | taishan.dts | 274 TAH0: emac-tah@40000b50 { 275 compatible = "ibm,tah-440gx", "ibm,tah"; 279 TAH1: emac-tah@40000d50 { 280 compatible = "ibm,tah-440gx", "ibm,tah"; 345 tah-device = <&TAH0>; 346 tah-channel = <0>; 369 tah-device = <&TAH1>; 370 tah-channel = <0>;
|
D | canyonlands.dts | 350 TAH0: emac-tah@ef601350 { 351 compatible = "ibm,tah-460ex", "ibm,tah"; 355 TAH1: emac-tah@ef601450 { 356 compatible = "ibm,tah-460ex", "ibm,tah"; 384 tah-device = <&TAH0>; 385 tah-channel = <0>; 414 tah-device = <&TAH1>; 415 tah-channel = <1>;
|
D | glacier.dts | 327 TAH0: emac-tah@ef601350 { 328 compatible = "ibm,tah-460gt", "ibm,tah"; 332 TAH1: emac-tah@ef601450 { 333 compatible = "ibm,tah-460gt", "ibm,tah"; 361 tah-device = <&TAH0>; 362 tah-channel = <0>; 391 tah-device = <&TAH1>; 392 tah-channel = <1>;
|
D | bluestone.dts | 308 TAH0: emac-tah@ef601350 { 309 compatible = "ibm,tah"; 336 tah-device = <&TAH0>; 337 tah-channel = <0>;
|
/linux-4.4.14/drivers/net/ethernet/ibm/emac/ |
D | Makefile | 10 ibm_emac-$(CONFIG_IBM_EMAC_TAH) += tah.o
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/4xx/ |
D | emac.txt | 80 - tah-device : 1 cell, optional. If connected to a TAH engine for 82 - tah-channel : 1 cell, optional. If appropriate, channel used on the
|
/linux-4.4.14/drivers/infiniband/ulp/ipoib/ |
D | ipoib_ib.c | 625 struct ipoib_ah *ah, *tah; in __ipoib_reap_ah() local 632 list_for_each_entry_safe(ah, tah, &priv->dead_ahs, list) in __ipoib_reap_ah()
|