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

/haiku/src/add-ons/kernel/drivers/network/wlan/aironetwifi/dev/an/
H A Dif_an.c3481 #define FLASH_SIZE 32 * 1024 macro
3694 for (nwords = 0; nwords != FLASH_SIZE / 2; nwords++) {
3698 for (nwords = 0; nwords != FLASH_SIZE / 4; nwords++) {
3753 sc->an_flash_buffer = malloc(FLASH_SIZE, M_DEVBUF, M_WAITOK);
3789 if (l_ioctl->len > FLASH_SIZE) {
3791 l_ioctl->len, FLASH_SIZE);

Completed in 39 milliseconds