Searched refs:startBit (Results 1 – 2 of 2) sorted by relevance
294 u32 startBit, /* Mono data can start at any bit in a byte, this value should be 0 to 7 */ in sm750_hw_imageblit() argument313 startBit &= 7; /* Just make sure the start bit is within legal range */ in sm750_hw_imageblit()314 ulBytesPerScan = (width + startBit + 7) / 8; in sm750_hw_imageblit()359 (startBit << DE_SOURCE_X_K1_SHIFT) & in sm750_hw_imageblit()
215 u32 startBit, /* Mono data can start at any bit in a byte, this value should be 0 to 7 */