Home
last modified time | relevance | path

Searched refs:aligned_chipptr (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Damifb.c3518 static void *aligned_chipptr; variable
3522 aligned_chipptr = amiga_chip_alloc(size, "amifb [RAM]"); in chipalloc()
3523 if (!aligned_chipptr) { in chipalloc()
3527 memset(aligned_chipptr, 0, size); in chipalloc()
3528 return (u_long)aligned_chipptr; in chipalloc()
3533 if (aligned_chipptr) in chipfree()
3534 amiga_chip_free(aligned_chipptr); in chipfree()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Damifb.c3507 static void *aligned_chipptr; variable
3511 aligned_chipptr = amiga_chip_alloc(size, "amifb [RAM]"); in chipalloc()
3512 if (!aligned_chipptr) { in chipalloc()
3516 memset(aligned_chipptr, 0, size); in chipalloc()
3517 return (u_long)aligned_chipptr; in chipalloc()
3522 if (aligned_chipptr) in chipfree()
3523 amiga_chip_free(aligned_chipptr); in chipfree()

Completed in 9 milliseconds