Searched defs:tc6 (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/drivers/ethernet/ |
D | oa_tc6.c | 21 int oa_tc6_reg_read(struct oa_tc6 *tc6, const uint32_t reg, uint32_t *val) in oa_tc6_reg_read() 76 int oa_tc6_reg_write(struct oa_tc6 *tc6, const uint32_t reg, uint32_t val) in oa_tc6_reg_write() 143 int oa_tc6_reg_rmw(struct oa_tc6 *tc6, const uint32_t reg, uint32_t mask, uint32_t val) in oa_tc6_reg_rmw() 162 int oa_tc6_mdio_read(struct oa_tc6 *tc6, uint8_t prtad, uint8_t regad, uint16_t *data) in oa_tc6_mdio_read() 169 int oa_tc6_mdio_write(struct oa_tc6 *tc6, uint8_t prtad, uint8_t regad, uint16_t data) in oa_tc6_mdio_write() 191 int oa_tc6_mdio_read_c45(struct oa_tc6 *tc6, uint8_t prtad, uint8_t devad, uint16_t regad, in oa_tc6_mdio_read_c45() 212 int oa_tc6_mdio_write_c45(struct oa_tc6 *tc6, uint8_t prtad, uint8_t devad, uint16_t regad, in oa_tc6_mdio_write_c45() 225 int oa_tc6_set_protected_ctrl(struct oa_tc6 *tc6, bool prote) in oa_tc6_set_protected_ctrl() 238 int oa_tc6_send_chunks(struct oa_tc6 *tc6, struct net_pkt *pkt) in oa_tc6_send_chunks() 291 int oa_tc6_check_status(struct oa_tc6 *tc6) in oa_tc6_check_status() [all …]
|
D | eth_lan865x.c | 292 struct oa_tc6 *tc6 = ctx->tc6; in lan865x_read_chunks() local 323 struct oa_tc6 *tc6 = ctx->tc6; in lan865x_int_thread() local 435 struct oa_tc6 *tc6 = ctx->tc6; in lan865x_port_send() local
|
D | eth_lan865x_priv.h | 64 struct oa_tc6 *tc6; member
|
/Zephyr-latest/dts/arm/atmel/ |
D | samd20.dtsi | 40 tc6: tc@42003800 { label
|
D | samd21.dtsi | 38 tc6: tc@42003800 { label
|
D | samd5x.dtsi | 424 tc6: tc@43001400 { label
|