Searched refs:phyAddr (Results 1 – 3 of 3) sorted by relevance
| /hal_infineon-latest/mtb-pdl-cat1/drivers/include/ |
| D | cy_ephy.h | 283 typedef void (*cy_ephy_read_handle)(uint32_t phyAddr, uint32_t regAddress, uint32_t *value); 286 typedef void (*cy_ephy_write_handle)(uint32_t phyAddr, uint32_t regAddress, uint32_t value);
|
| /hal_infineon-latest/mtb-pdl-cat1/drivers/third_party/ethernet/include/ |
| D | cedi.h | 3245 …void (*phyStartMdioWrite)(void* pD, uint8_t flags, uint8_t phyAddr, uint8_t devReg, uint16_t addrD… 3264 void (*phyStartMdioRead)(void* pD, uint8_t flags, uint8_t phyAddr, uint8_t devReg);
|
| /hal_infineon-latest/mtb-pdl-cat1/drivers/third_party/ethernet/src/ |
| D | edd.c | 4258 void emacPhyStartMdioWrite(void *pD, uint8_t flags, uint8_t phyAddr, in emacPhyStartMdioWrite() argument 4267 EMAC_REGS__PHY_MANAGEMENT__PHY_ADDRESS__MODIFY(reg, phyAddr); in emacPhyStartMdioWrite() 4294 void emacPhyStartMdioRead(void *pD, uint8_t flags, uint8_t phyAddr, in emacPhyStartMdioRead() argument 4302 EMAC_REGS__PHY_MANAGEMENT__PHY_ADDRESS__MODIFY(reg, phyAddr); in emacPhyStartMdioRead()
|