Searched refs:encrst (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/video/nexell/soc/
H A Ds5pxx18_soc_dpc.c1331 const u16 encrst = 1u << 13; local
1340 temp |= (u16)encrst;
1342 temp &= (u16)~encrst;
1349 const u16 encrst = 1u << 13; local
1353 return (readl(&pregister->dpcctrl0) & encrst) ? 1 : 0;

Completed in 92 milliseconds