AT91_HWFIFO_MAX_SIZE
unsigned int pages = DIV_ROUND_UP(AT91_HWFIFO_MAX_SIZE *
if (val > AT91_HWFIFO_MAX_SIZE)
val = AT91_HWFIFO_MAX_SIZE;