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

/u-boot/drivers/video/nexell/soc/
H A Ds5pxx18_soc_dpc.c1394 #define fdrst (1u << 6) macro
1398 (u8)(fscsel_ntsc | fdrst), (u8)(ifmt | fscsel_ntsc),
1401 (u8)(ifmt | fscsel_pal | phalt | fdrst),
1419 #undef fdrst macro
1425 const u16 fdrst = 1u << 6; local
1432 temp |= (u16)fdrst;
1434 temp &= (u16)~fdrst;
1440 const u16 fdrst = 1u << 6; local
1444 return (readl(&pregister->ntsc_ecmda) & fdrst) ? 1 : 0;

Completed in 35 milliseconds