Home
last modified time | relevance | path

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

/linux/drivers/block/
H A Dps3disk.c21 #define BOUNCE_SIZE (64*1024) macro
391 .max_hw_sectors = BOUNCE_SIZE >> 9, in ps3disk_probe()
393 .max_segment_size = BOUNCE_SIZE, in ps3disk_probe()
428 dev->bounce_size = BOUNCE_SIZE; in ps3disk_probe()
429 dev->bounce_buf = kmalloc(BOUNCE_SIZE, GFP_DMA); in ps3disk_probe()