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

/linux-master/drivers/scsi/
H A Dps3rom.c27 #define BOUNCE_SIZE (64*1024) macro
29 #define PS3ROM_MAX_SECTORS (BOUNCE_SIZE >> 9)
353 dev->bounce_size = BOUNCE_SIZE;
354 dev->bounce_buf = kmalloc(BOUNCE_SIZE, GFP_DMA);
/linux-master/drivers/block/
H A Dps3disk.c21 #define BOUNCE_SIZE (64*1024) macro
424 dev->bounce_size = BOUNCE_SIZE;
425 dev->bounce_buf = kmalloc(BOUNCE_SIZE, GFP_DMA);

Completed in 128 milliseconds