Home
last modified time | relevance | path

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

/u-boot/drivers/video/nexell/soc/
A Ds5pxx18_soc_dpc.c737 const u32 polhsync = 1u << 0; in nx_dpc_set_hsync() local
753 temp |= (u32)polhsync; in nx_dpc_set_hsync()
755 temp &= (u32)~polhsync; in nx_dpc_set_hsync()
763 const u32 polhsync = 1u << 0; in nx_dpc_get_hsync() local
785 *pbinvhsync = (pregister->dpcctrl0 & polhsync) ? 1 : 0; in nx_dpc_get_hsync()

Completed in 8 milliseconds