Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/
Dps3rom.c27 #define BOUNCE_SIZE (64*1024) macro
29 #define PS3ROM_MAX_SECTORS (BOUNCE_SIZE >> 9)
358 dev->bounce_size = BOUNCE_SIZE; in ps3rom_probe()
359 dev->bounce_buf = kmalloc(BOUNCE_SIZE, GFP_DMA); in ps3rom_probe()
/Linux-v5.10/drivers/block/
Dps3disk.c21 #define BOUNCE_SIZE (64*1024) macro
431 dev->bounce_size = BOUNCE_SIZE; in ps3disk_probe()
432 dev->bounce_buf = kmalloc(BOUNCE_SIZE, GFP_DMA); in ps3disk_probe()