Searched refs:MG_SECTOR_SIZE (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/block/
H A Dmg_disk.c35 #define MG_SECTOR_SIZE 512 macro
361 for (i = 0; i < (MG_SECTOR_SIZE >> 1); i++)
485 for (i = 0; i < MG_SECTOR_SIZE >> 1; i++)
512 } while (mg_end_request(host, 0, MG_SECTOR_SIZE));
520 for (i = 0; i < MG_SECTOR_SIZE >> 1; i++)
561 } while (mg_end_request(host, 0, MG_SECTOR_SIZE));
593 if (mg_end_request(host, 0, MG_SECTOR_SIZE)) {
623 if ((rem = mg_end_request(host, 0, MG_SECTOR_SIZE))) {
984 blk_queue_logical_block_size(host->breq, MG_SECTOR_SIZE);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/block/
H A Dmg_disk.c35 #define MG_SECTOR_SIZE 512 macro
361 for (i = 0; i < (MG_SECTOR_SIZE >> 1); i++)
485 for (i = 0; i < MG_SECTOR_SIZE >> 1; i++)
512 } while (mg_end_request(host, 0, MG_SECTOR_SIZE));
520 for (i = 0; i < MG_SECTOR_SIZE >> 1; i++)
561 } while (mg_end_request(host, 0, MG_SECTOR_SIZE));
593 if (mg_end_request(host, 0, MG_SECTOR_SIZE)) {
623 if ((rem = mg_end_request(host, 0, MG_SECTOR_SIZE))) {
984 blk_queue_logical_block_size(host->breq, MG_SECTOR_SIZE);

Completed in 68 milliseconds