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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dps3rom.c38 #define BOUNCE_SIZE (64*1024) macro
40 #define PS3ROM_MAX_SECTORS (BOUNCE_SIZE >> 9)
373 dev->bounce_size = BOUNCE_SIZE;
374 dev->bounce_buf = kmalloc(BOUNCE_SIZE, GFP_DMA);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dps3disk.c32 #define BOUNCE_SIZE (64*1024) macro
440 dev->bounce_size = BOUNCE_SIZE;
441 dev->bounce_buf = kmalloc(BOUNCE_SIZE, GFP_DMA);

Completed in 91 milliseconds