Searched refs:phy (Results 1 - 9 of 9) sorted by relevance

/fuchsia/zircon/system/dev/ethernet/realtek-8211f/
H A Drtl8211f.h9 namespace phy { namespace
21 } // namespace phy
H A Drtl8211f.cpp16 namespace phy { namespace
61 // on the phy, it defaults to having an extra delay in the TXD path.
62 // Since we reset the phy, this needs to be corrected.
126 zxlogf(ERROR, "dwmac: Could not create phy device: %d\n", status);
138 } // namespace phy
141 return phy::PhyDevice::Create(device);
/fuchsia/zircon/system/dev/display/astro-display/
H A Drules.mk17 $(LOCAL_DIR)/aml-mipi-phy.cpp \
/fuchsia/zircon/system/dev/lib/amlogic/
H A Drules.mk13 $(LOCAL_DIR)/aml-usb-phy-v2.c \
H A Daml-usb-phy-v2.c8 #include <soc/aml-common/aml-usb-phy-v2-regs.h>
98 // wait phy ready max 1ms, common is 100us
/fuchsia/zircon/system/dev/board/astro/
H A Dastro-usb.c8 #include <soc/aml-common/aml-usb-phy-v2.h>
/fuchsia/zircon/system/dev/board/gauss/
H A Dgauss-usb.c9 #include <soc/aml-common/aml-usb-phy.h>
/fuchsia/zircon/system/dev/board/vim/
H A Dvim-usb.c9 #include <soc/aml-common/aml-usb-phy.h>
/fuchsia/zircon/system/dev/ethernet/rndis/
H A Drndishost.c342 uint32_t* phy; local
346 query->msg_length = sizeof(rndis_query) + sizeof(*phy);
348 query->info_buffer_length = sizeof(*phy);
358 phy = buf + 8 + phy_query_cmplt->info_buffer_offset;

Completed in 46 milliseconds