Home
last modified time | relevance | path

Searched refs:offsetr (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/
H A Ddmc_init_ddr3.c366 unsigned int offsetr; in test_shifts() local
370 offsetr = dmc_get_read_offset_value(phy_ctrl); in test_shifts()
371 offsetr &= ~(0xFF << (8 * byte_lane)); in test_shifts()
372 offsetr |= (byte_offsetr << (8 * byte_lane)); in test_shifts()
373 dmc_set_read_offset_value(phy_ctrl, offsetr); in test_shifts()
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Drt1305.c995 unsigned int valmsb, vallsb, offsetl, offsetr; in rt1305_calibrate() local
1042 offsetr = valmsb << 16 | vallsb; in rt1305_calibrate()
1043 pr_info("DC offsetl=0x%x, offsetr=0x%x\n", offsetl, offsetr); in rt1305_calibrate()