Lines Matching +full:pad +full:- +full:select
1 // SPDX-License-Identifier: GPL-2.0+
16 #include <asm/mach-types.h>
30 * power-up. Otherwise the RTC is halted. in board_init()
45 2 * CONFIG_ENV_SECT_SIZE - 1, in board_late_init()
55 * board_nand_init - Board specific NAND initialization
67 if (!(readl(&misc_regs_p->auto_cfg_reg) & MISC_NANDDIS)) in board_nand_init()
81 printf("PHY KSZ9031 detected - "); in board_phy_config()
85 /* control data pad skew - devaddr = 0x02, register = 0x04 */ in board_phy_config()
90 /* rx data pad skew - devaddr = 0x02, register = 0x05 */ in board_phy_config()
95 /* tx data pad skew - devaddr = 0x02, register = 0x05 */ in board_phy_config()
100 /* gtx and rx clock pad skew - devaddr = 0x02, reg = 0x08 */ in board_phy_config()
107 printf("PHY VSC8641 detected - "); in board_phy_config()
109 /* Extended PHY control 1, select GMII */ in board_phy_config()
122 /* 16e: Enhanced LED method select */ in board_phy_config()
132 if (phydev->drv->config) in board_phy_config()
133 phydev->drv->config(phydev); in board_phy_config()