Searched refs:FLASH_SIZE (Results 1 – 1 of 1) sorted by relevance
3481 #define FLASH_SIZE 32 * 1024 macro3694 for (nwords = 0; nwords != FLASH_SIZE / 2; nwords++) { in flashputbuf()3698 for (nwords = 0; nwords != FLASH_SIZE / 4; nwords++) { in flashputbuf()3753 sc->an_flash_buffer = malloc(FLASH_SIZE, M_DEVBUF, M_WAITOK); in flashcard()3789 if (l_ioctl->len > FLASH_SIZE) { in flashcard()3791 l_ioctl->len, FLASH_SIZE); in flashcard()