Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/
H A Damifb.c3509 static void *aligned_chipptr; variable
3513 aligned_chipptr = amiga_chip_alloc(size, "amifb [RAM]"); in chipalloc()
3514 if (!aligned_chipptr) { in chipalloc()
3518 memset(aligned_chipptr, 0, size); in chipalloc()
3519 return (u_long)aligned_chipptr; in chipalloc()
3524 if (aligned_chipptr) in chipfree()
3525 amiga_chip_free(aligned_chipptr); in chipfree()