Home
last modified time | relevance | path

Searched refs:is_mx6 (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/arm/mach-imx/
H A Dmac.c32 offset = is_mx6() ? MAC_FUSE_MX6_OFFSET : MAC_FUSE_MX7_OFFSET; in imx_get_mac_from_fuse()
/openbmc/u-boot/arch/arm/include/asm/mach-imx/
H A Dsys_proto.h27 #define is_mx6() (is_soc_type(MXC_SOC_MX6)) macro
/openbmc/u-boot/drivers/usb/host/
H A Dehci-mx6.c448 if (is_mx6()) { in ehci_usb_phy_mode()