Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/aic94xx/
Daic94xx_seq.c783 moffs = LSEQ_PAGE_SIZE + i*LSEQ_MODE_SCRATCH_SIZE; in asd_init_lseq_mdp()
785 for (j = 0; j < LSEQ_PAGE_SIZE; j += 4) in asd_init_lseq_mdp()
795 for (i = 0; i < LSEQ_PAGE_SIZE; i+=4) in asd_init_lseq_mdp()
Daic94xx_reg_def.h2141 #define LSEQ_PAGE_SIZE 0x20 /* Scratch page size (in bytes) */ macro