Searched defs:tc6 (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/ |
H A D | oa_tc6.c | 159 static int oa_tc6_spi_transfer(struct oa_tc6 *tc6, in oa_tc6_spi_transfer() 210 static void oa_tc6_update_ctrl_write_data(struct oa_tc6 *tc6, u32 value[], in oa_tc6_update_ctrl_write_data() 228 static void oa_tc6_prepare_ctrl_spi_buf(struct oa_tc6 *tc6, u32 address, in oa_tc6_prepare_ctrl_spi_buf() 240 static int oa_tc6_check_ctrl_write_reply(struct oa_tc6 *tc6, u8 size) in oa_tc6_check_ctrl_write_reply() 256 static int oa_tc6_check_ctrl_read_reply(struct oa_tc6 *tc6, u8 size) in oa_tc6_check_ctrl_read_reply() 270 static void oa_tc6_copy_ctrl_read_data(struct oa_tc6 *tc6, u32 value[], in oa_tc6_copy_ctrl_read_data() 280 static int oa_tc6_perform_ctrl(struct oa_tc6 *tc6, u32 address, u32 value[], in oa_tc6_perform_ctrl() 324 int oa_tc6_read_registers(struct oa_tc6 *tc6, u32 address, u32 value[], in oa_tc6_read_registers() 351 int oa_tc6_read_register(struct oa_tc6 *tc6, u32 address, u32 *value) in oa_tc6_read_register() 368 int oa_tc6_write_registers(struct oa_tc6 *tc6, u32 address, u32 value[], in oa_tc6_write_registers() [all …]
|
/linux/drivers/net/ethernet/microchip/lan865x/ |
H A D | lan865x.c | 39 struct oa_tc6 *tc6; member 42 static int lan865x_set_hw_macaddr_low_bytes(struct oa_tc6 *tc6, const u8 *mac) in lan865x_set_hw_macaddr_low_bytes()
|