Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/cdrom/
Dcm206.c239 #define BLOCKS_ISO (ISO_SECTOR_SIZE/LINUX_BLOCK_SIZE) /* 4 */ macro
873 cd_sec_no = (CURRENT->sector + i) / BLOCKS_ISO; /* 4 times 512 bytes */ in do_cm206_request()
874 quarter = (CURRENT->sector + i) % BLOCKS_ISO; in do_cm206_request()