Home
last modified time | relevance | path

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

/drivers/scsi/
A Dps3rom.c27 #define BOUNCE_SIZE (64*1024) macro
29 #define PS3ROM_MAX_SECTORS (BOUNCE_SIZE >> 9)
354 dev->bounce_size = BOUNCE_SIZE; in ps3rom_probe()
355 dev->bounce_buf = kmalloc(BOUNCE_SIZE, GFP_DMA); in ps3rom_probe()
/drivers/block/
A Dps3disk.c21 #define BOUNCE_SIZE (64*1024) macro
387 .max_hw_sectors = BOUNCE_SIZE >> 9, in ps3disk_probe()
389 .max_segment_size = BOUNCE_SIZE, in ps3disk_probe()
424 dev->bounce_size = BOUNCE_SIZE; in ps3disk_probe()
425 dev->bounce_buf = kmalloc(BOUNCE_SIZE, GFP_DMA); in ps3disk_probe()

Completed in 8 milliseconds