Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/platforms/ps3/
Dsetup.c160 struct ps3_prealloc ps3flash_bounce_buffer = { variable
165 EXPORT_SYMBOL_GPL(ps3flash_bounce_buffer);
166 #define prealloc_ps3flash_bounce_buffer() prealloc(&ps3flash_bounce_buffer)
174 ps3flash_bounce_buffer.size = 0; in early_parse_ps3flash()
/Linux-v4.19/drivers/char/
Dps3flash.c365 if (!ps3flash_bounce_buffer.address) in ps3flash_probe()
386 dev->bounce_size = ps3flash_bounce_buffer.size; in ps3flash_probe()
387 dev->bounce_buf = ps3flash_bounce_buffer.address; in ps3flash_probe()
/Linux-v4.19/arch/powerpc/include/asm/
Dps3.h465 extern struct ps3_prealloc ps3flash_bounce_buffer;