Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/an/
H A Dif_an.c3481 #define FLASH_SIZE 32 * 1024 macro
3694 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()