Searched refs:rx_cm_input (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/ram/rockchip/ |
| H A D | sdram_rk3399.c | 207 u32 rx_cm_input; in phy_io_config() local 400 rx_cm_input = 0x1; in phy_io_config() 402 clrsetbits_le32(&denali_phy[924], 0x1 << 14, rx_cm_input << 14); in phy_io_config() 404 clrsetbits_le32(&denali_phy[926], 0x1 << 11, rx_cm_input << 11); in phy_io_config() 406 clrsetbits_le32(&denali_phy[927], 0x1 << 13, rx_cm_input << 13); in phy_io_config() 408 clrsetbits_le32(&denali_phy[928], 0x1 << 19, rx_cm_input << 19); in phy_io_config() 410 clrsetbits_le32(&denali_phy[929], 0x1 << 21, rx_cm_input << 21); in phy_io_config() 412 clrsetbits_le32(&denali_phy[935], 0x1 << 19, rx_cm_input << 19); in phy_io_config() 414 clrsetbits_le32(&denali_phy[937], 0x1 << 19, rx_cm_input << 19); in phy_io_config() 416 clrsetbits_le32(&denali_phy[939], 0x1 << 19, rx_cm_input << 19); in phy_io_config()
|