Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/sm750fb/
Dsm750_accel.c323 u32 startBit, /* Mono data can start at any bit in a byte, this value should be 0 to 7 */ in hw_imageblit() argument
342 startBit &= 7; /* Just make sure the start bit is within legal range */ in hw_imageblit()
343 ulBytesPerScan = (width + startBit + 7) / 8; in hw_imageblit()
370 startBit *= 3; in hw_imageblit()
395 FIELD_VALUE(0, DE_SOURCE, X_K1_MONO, startBit));//dpr00 in hw_imageblit()
Dsm750_accel.h264 u32 startBit, /* Mono data can start at any bit in a byte, this value should be 0 to 7 */