Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/sm750fb/
Dsm750_accel.c294 u32 startBit, /* Mono data can start at any bit in a byte, this value should be 0 to 7 */ in sm750_hw_imageblit() argument
313 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()
Dsm750_accel.h215 u32 startBit, /* Mono data can start at any bit in a byte, this value should be 0 to 7 */