Searched refs:aligned_chipptr (Results 1 – 1 of 1) sorted by relevance
3518 static void *aligned_chipptr; variable3522 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()