Lines Matching defs:ps3vram_priv
68 struct ps3vram_priv { struct
69 struct request_queue *queue;
70 struct gendisk *gendisk;
72 u64 size;
74 u64 memory_handle;
75 u64 context_handle;
76 u32 __iomem *ctrl;
77 void __iomem *reports;
78 u8 *xdr_buf;
80 u32 *fifo_base;
81 u32 *fifo_ptr;
83 struct ps3vram_cache cache;
85 spinlock_t lock; /* protecting list of bios */
86 struct bio_list list;