Home
last modified time | relevance | path

Searched refs:ddfstrt (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Damigahw.h150 unsigned short ddfstrt; member
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Damigahw.h150 unsigned short ddfstrt; member
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Damifb.c189 - ddfstrt: Horizontal start of display DMA
213 - ddfstrt and ddfstop are best aligned to 64 pixels.
215 the first pixel is output, so diwstrt_h = ddfstrt + 64 + 4 if you want
219 - ddfstop is ddfstrt+#pixels - 64.
225 - if ddfstrt < 192, the sprite DMA cycles are all stolen by the bitplane
227 - you really don't want to make ddfstrt < 128, since this will steal DMA
245 - ddfstrt must be aligned to fetchstart (table 1)
247 ddfstrt = ((diwstrt_h - 4) & -fetchstart) - prefetch
250 - if fetchstart is smaller than fetchsize, then ddfstrt can a little bit
252 - ddfstop is ddfstrt
755 u_short ddfstrt; global() member
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Damifb.c189 - ddfstrt: Horizontal start of display DMA
213 - ddfstrt and ddfstop are best aligned to 64 pixels.
215 the first pixel is output, so diwstrt_h = ddfstrt + 64 + 4 if you want
219 - ddfstop is ddfstrt+#pixels - 64.
225 - if ddfstrt < 192, the sprite DMA cycles are all stolen by the bitplane
227 - you really don't want to make ddfstrt < 128, since this will steal DMA
245 - ddfstrt must be aligned to fetchstart (table 1)
247 ddfstrt = ((diwstrt_h - 4) & -fetchstart) - prefetch
250 - if fetchstart is smaller than fetchsize, then ddfstrt can a little bit
252 - ddfstop is ddfstrt
755 u_short ddfstrt; global() member
[all...]

Completed in 7 milliseconds