Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/sm750fb/
H A Dsm750_accel.c319 u32 srcDelta, u32 startBit, u32 dBase, u32 dPitch, in sm750_hw_imageblit() argument
330 startBit &= 7; /* Just make sure the start bit is within legal range */ in sm750_hw_imageblit()
331 ulBytesPerScan = (width + startBit + 7) / 8; in sm750_hw_imageblit()
376 (startBit << DE_SOURCE_X_K1_SHIFT) & in sm750_hw_imageblit()
H A Dsm750_accel.h239 u32 srcDelta, u32 startBit, u32 dBase, u32 dPitch,