Lines Matching full:tc6
4 OPEN Alliance 10BASE-T1x MAC-PHY Serial Interface (TC6) Framework Support
107 | MAC Driver |<--->| OPEN Alliance TC6 Framework |
132 - Initializes OA TC6 framework for the MAC-PHY.
136 - Sends the tx ethernet frames from n/w subsystem to OA TC6 framework.
138 OPEN Alliance TC6 Framework
459 Initialize OA TC6 lib.
461 .. c:function:: void oa_tc6_exit(struct oa_tc6 *tc6)
463 Free allocated OA TC6 lib.
465 .. c:function:: int oa_tc6_write_register(struct oa_tc6 *tc6, u32 address, \
470 .. c:function:: int oa_tc6_write_registers(struct oa_tc6 *tc6, u32 address, \
476 .. c:function:: int oa_tc6_read_register(struct oa_tc6 *tc6, u32 address, \
481 .. c:function:: int oa_tc6_read_registers(struct oa_tc6 *tc6, u32 address, \
487 .. c:function:: netdev_tx_t oa_tc6_start_xmit(struct oa_tc6 *tc6, \
493 .. c:function:: int oa_tc6_zero_align_receive_frame_enable(struct oa_tc6 *tc6);