Searched refs:mode_sel (Results 1 – 5 of 5) sorted by relevance
/u-boot/arch/arm/mach-davinci/ |
A D | misc.c | 74 void davinci_emac_mii_mode_sel(int mode_sel) in davinci_emac_mii_mode_sel() argument 79 if (mode_sel == 0) in davinci_emac_mii_mode_sel()
|
/u-boot/arch/arm/mach-davinci/include/mach/ |
A D | davinci_misc.h | 44 void davinci_emac_mii_mode_sel(int mode_sel);
|
/u-boot/drivers/ram/rockchip/ |
A D | sdram_rk3399.c | 347 u32 mode_sel; in phy_io_config() local 361 mode_sel = 0x5; in phy_io_config() 367 mode_sel = 0x4; in phy_io_config() 433 mode_sel = 0x0; in phy_io_config() 440 mode_sel = 0x1; in phy_io_config() 463 clrsetbits_le32(&denali_phy[924], 0x7 << 15, mode_sel << 15); in phy_io_config() 465 clrsetbits_le32(&denali_phy[926], 0x7 << 6, mode_sel << 6); in phy_io_config() 467 clrsetbits_le32(&denali_phy[927], 0x7 << 6, mode_sel << 6); in phy_io_config() 469 clrsetbits_le32(&denali_phy[928], 0x7 << 14, mode_sel << 14); in phy_io_config() 471 clrsetbits_le32(&denali_phy[929], 0x7 << 14, mode_sel << 14); in phy_io_config() [all …]
|
/u-boot/arch/mips/mach-octeon/include/mach/cvmx/ |
A D | cvmx-lmcx-defs.h | 1538 uint64_t mode_sel:2; member 1551 uint64_t mode_sel:2; member 1573 uint64_t mode_sel:2; member 1595 uint64_t mode_sel:2; member
|
/u-boot/drivers/ram/octeon/ |
A D | octeon_ddr.c | 2061 SET_DDR_DLL_CTL3(mode_sel, dll_offset_mode); in load_dll_offset()
|
Completed in 34 milliseconds