Searched refs:CF_SECBITS (Results 1 – 2 of 2) sorted by relevance
74 #define CF_SECBITS 9 macro75 #define CF_SECTOR_SIZE (1 << CF_SECBITS)492 Size = nBlocks << CF_SECBITS; in SysAce_read()738 s = SysAce_read(sc->sc_dp,addr,sector,reqcnt >> CF_SECBITS); in acestrategy()
256 #define CF_SECBITS 9 macro257 #define CF_SECTOR_SIZE (1 << CF_SECBITS)425 sz = sz << CF_SECBITS; /* in bytes */ in sysace_thread()1125 for (i = 0; i < (BlocksThisTime << CF_SECBITS); in sysace_read_at()1165 buffer += BlocksThisTime << CF_SECBITS; in sysace_read_at()1249 for (i = 0; i < (BlocksThisTime << CF_SECBITS); in sysace_write_at()1291 buffer += BlocksThisTime << CF_SECBITS; in sysace_write_at()1841 sc->sc_bio.nblks = bp->b_bcount >> CF_SECBITS; in __acestart()