startBit 294 drivers/staging/sm750fb/sm750_accel.c u32 startBit, /* Mono data can start at any bit in a byte, this value should be 0 to 7 */ startBit 313 drivers/staging/sm750fb/sm750_accel.c startBit &= 7; /* Just make sure the start bit is within legal range */ startBit 314 drivers/staging/sm750fb/sm750_accel.c ulBytesPerScan = (width + startBit + 7) / 8; startBit 359 drivers/staging/sm750fb/sm750_accel.c (startBit << DE_SOURCE_X_K1_SHIFT) & startBit 215 drivers/staging/sm750fb/sm750_accel.h u32 startBit, /* Mono data can start at any bit in a byte, this value should be 0 to 7 */