Home
last modified time | relevance | path

Searched refs:tah (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/arch/powerpc/boot/dts/
Dklondike.dts152 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>;
Darches.dts256 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>;
Dtaishan.dts274 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>;
Deiger.dts290 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>;
Dglacier.dts327 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>;
Dcanyonlands.dts350 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>;
Dbluestone.dts308 TAH0: emac-tah@ef601350 {
309 compatible = "ibm,tah";
336 tah-device = <&TAH0>;
337 tah-channel = <0>;
/linux-4.1.27/drivers/net/ethernet/ibm/emac/
DMakefile10 ibm_emac-$(CONFIG_IBM_EMAC_TAH) += tah.o
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/4xx/
Demac.txt80 - 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.1.27/drivers/infiniband/ulp/ipoib/
Dipoib_ib.c639 struct ipoib_ah *ah, *tah; in __ipoib_reap_ah() local
646 list_for_each_entry_safe(ah, tah, &priv->dead_ahs, list) in __ipoib_reap_ah()