Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/
Damifb.c1574 static u_long unaligned_chipptr = 0; variable
1579 if (!(unaligned_chipptr = (u_long)amiga_chip_alloc(size, in chipalloc()
1582 memset((void *)unaligned_chipptr, 0, size); in chipalloc()
1583 return PAGE_ALIGN(unaligned_chipptr); in chipalloc()
1588 if (unaligned_chipptr) in chipfree()
1589 amiga_chip_free((void *)unaligned_chipptr); in chipfree()