Home
last modified time | relevance | path

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

/u-boot/include/
A Dphy_interface.h91 static inline bool is_backplane_mode(const char *phyconn) in is_backplane_mode() argument
95 if (!phyconn) in is_backplane_mode()
98 if (!strcmp(phyconn, backplane_mode_strings[i])) in is_backplane_mode()
/u-boot/board/freescale/ls1046aqds/
A Deth.c159 const char *phyconn; in board_ft_fman_fixup_port() local
215 phyconn = fdt_getprop(fdt, offset, "phy-connection-type", NULL); in board_ft_fman_fixup_port()
216 if (is_backplane_mode(phyconn)) { in board_ft_fman_fixup_port()
/u-boot/board/freescale/t208xqds/
A Deth_t208xqds.c208 const char *phyconn; in board_ft_fman_fixup_port() local
421 phyconn = fdt_getprop(fdt, offset, in board_ft_fman_fixup_port()
424 if (is_backplane_mode(phyconn)) { in board_ft_fman_fixup_port()

Completed in 5 milliseconds