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

/drivers/scsi/
H A Dps3rom.c39 #define BOUNCE_SIZE (64*1024) macro
41 #define PS3ROM_MAX_SECTORS (BOUNCE_SIZE >> 9)
376 dev->bounce_size = BOUNCE_SIZE;
377 dev->bounce_buf = kmalloc(BOUNCE_SIZE, GFP_DMA);
/drivers/block/
H A Dps3disk.c33 #define BOUNCE_SIZE (64*1024) macro
441 dev->bounce_size = BOUNCE_SIZE;
442 dev->bounce_buf = kmalloc(BOUNCE_SIZE, GFP_DMA);

Completed in 128 milliseconds