Searched refs:startBit (Results 1 – 2 of 2) sorted by relevance
301 u32 startBit, /* Mono data can start at any bit in a byte, this value should be 0 to 7 */ in hw_imageblit() argument320 startBit &= 7; /* Just make sure the start bit is within legal range */ in hw_imageblit()321 ulBytesPerScan = (width + startBit + 7) / 8; in hw_imageblit()358 FIELD_VALUE(0, DE_SOURCE, X_K1_MONO, startBit)); /* dpr00 */ in hw_imageblit()
264 u32 startBit, /* Mono data can start at any bit in a byte, this value should be 0 to 7 */