Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/aic94xx/
Daic94xx_seq.c211 #define LSEQ_CODEPAGE_SIZE 4096 in asd_verify_lseq() macro
212 int pages = (size + LSEQ_CODEPAGE_SIZE - 1) / LSEQ_CODEPAGE_SIZE; in asd_verify_lseq()
221 for (i = 0; size > 0 && i < LSEQ_CODEPAGE_SIZE; in asd_verify_lseq()