Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/exynos/
H A Dexynos_dp_lowlevel.c496 writel(reg, &dp_regs->buf_data0); in exynos_dp_write_byte_to_dpcd()
549 reg = readl(&dp_regs->buf_data0); in exynos_dp_read_byte_from_dpcd()
592 writel(reg, (unsigned int)&dp_regs->buf_data0 + in exynos_dp_write_bytes_to_dpcd()
677 reg = readl((unsigned int)&dp_regs->buf_data0 + in exynos_dp_read_bytes_from_dpcd()
701 writel(reg_addr, &dp_regs->buf_data0); in exynos_dp_select_i2c_device()
758 *data = readl(&dp_regs->buf_data0); in exynos_dp_read_byte_from_i2c()
824 reg = readl((unsigned int)&dp_regs->buf_data0 in exynos_dp_read_bytes_from_i2c()
/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddp.h162 unsigned int buf_data0; member