1 /* SPDX-License-Identifier: GPL-2.0+ */ 1 2 /* 3 * OPEN Alliance 10BASE‑T1x MAC‑PHY Serial 4 * 5 * Link: https://opensig.org/download/document 6 * 7 * Author: Parthiban Veerasooran <parthiban.ve 8 */ 9 10 #include <linux/etherdevice.h> 11 #include <linux/spi/spi.h> 12 13 struct oa_tc6; 14 15 struct oa_tc6 *oa_tc6_init(struct spi_device * 16 void oa_tc6_exit(struct oa_tc6 *tc6); 17 int oa_tc6_write_register(struct oa_tc6 *tc6, 18 int oa_tc6_write_registers(struct oa_tc6 *tc6, 19 u8 length); 20 int oa_tc6_read_register(struct oa_tc6 *tc6, u 21 int oa_tc6_read_registers(struct oa_tc6 *tc6, 22 u8 length); 23 netdev_tx_t oa_tc6_start_xmit(struct oa_tc6 *t 24 int oa_tc6_zero_align_receive_frame_enable(str 25
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.