Home
last modified time | relevance | path

Searched refs:oa_tc6 (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/drivers/ethernet/
Doa_tc6.h86 struct oa_tc6 { struct
152 int oa_tc6_reg_read(struct oa_tc6 *tc6, const uint32_t reg, uint32_t *val);
165 int oa_tc6_reg_write(struct oa_tc6 *tc6, const uint32_t reg, uint32_t val);
176 int oa_tc6_set_protected_ctrl(struct oa_tc6 *tc6, bool prote);
187 int oa_tc6_send_chunks(struct oa_tc6 *tc6, struct net_pkt *pkt);
198 int oa_tc6_read_chunks(struct oa_tc6 *tc6, struct net_pkt *pkt);
215 int oa_tc6_chunk_spi_transfer(struct oa_tc6 *tc6, uint8_t *buf_rx, uint8_t *buf_tx,
227 int oa_tc6_read_status(struct oa_tc6 *tc6, uint32_t *ftr);
242 int oa_tc6_reg_rmw(struct oa_tc6 *tc6, const uint32_t reg,
252 int oa_tc6_check_status(struct oa_tc6 *tc6);
Doa_tc6.c10 LOG_MODULE_REGISTER(oa_tc6, CONFIG_ETHERNET_LOG_LEVEL);
20 int oa_tc6_reg_read(struct oa_tc6 *tc6, const uint32_t reg, uint32_t *val) in oa_tc6_reg_read()
77 int oa_tc6_reg_write(struct oa_tc6 *tc6, const uint32_t reg, uint32_t val) in oa_tc6_reg_write()
146 int oa_tc6_reg_rmw(struct oa_tc6 *tc6, const uint32_t reg, in oa_tc6_reg_rmw()
166 int oa_tc6_set_protected_ctrl(struct oa_tc6 *tc6, bool prote) in oa_tc6_set_protected_ctrl()
178 int oa_tc6_send_chunks(struct oa_tc6 *tc6, struct net_pkt *pkt) in oa_tc6_send_chunks()
234 int oa_tc6_check_status(struct oa_tc6 *tc6) in oa_tc6_check_status()
265 static int oa_tc6_update_status(struct oa_tc6 *tc6, uint32_t ftr) in oa_tc6_update_status()
280 int oa_tc6_chunk_spi_transfer(struct oa_tc6 *tc6, uint8_t *buf_rx, uint8_t *buf_tx, in oa_tc6_chunk_spi_transfer()
317 int oa_tc6_read_status(struct oa_tc6 *tc6, uint32_t *ftr) in oa_tc6_read_status()
[all …]
Deth_lan865x_priv.h72 struct oa_tc6 *tc6;
DCMakeLists.txt41 zephyr_library_sources_ifdef(CONFIG_ETH_LAN865X eth_lan865x.c oa_tc6.c)
Deth_lan865x.c403 struct oa_tc6 *tc6 = ctx->tc6; in lan865x_read_chunks()
434 struct oa_tc6 *tc6 = ctx->tc6; in lan865x_int_thread()
554 struct oa_tc6 *tc6 = ctx->tc6; in lan865x_port_send()
600 struct oa_tc6 oa_tc6_##inst = { \