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

/drivers/net/wireless/
H A Dairo.c924 #define FLASHSIZE 32768 macro
7973 (AIRO_FLASH(dev) = kmalloc(FLASHSIZE, GFP_KERNEL)) == NULL)
7994 if(comp->len > FLASHSIZE)
8145 memcpy_toio(ai->pciaux + 0x8000, ai->flash, FLASHSIZE);
8150 for(nwords=0;nwords != FLASHSIZE / 2;nwords++){

Completed in 66 milliseconds