Lines Matching refs:docg3
249 * Each floor of docg3 has 2 protection areas: DPS0 and DPS1. These areas span
258 * struct docg3_cascade - Cascade of 1 to 4 docg3 chips
259 * @floors: floors (ie. one physical docg3 chip is one floor)
262 * @lock: lock to protect docg3 IO space from concurrent accesses
272 * struct docg3 - DiskOnChip driver private data
278 * @reliable: if 0, docg3 in normal mode, if 1 docg3 in fast mode, if 2 in
289 struct docg3 {
302 #define doc_err(fmt, arg...) dev_err(docg3->dev, (fmt), ## arg)
303 #define doc_info(fmt, arg...) dev_info(docg3->dev, (fmt), ## arg)
304 #define doc_dbg(fmt, arg...) dev_dbg(docg3->dev, (fmt), ## arg)
305 #define doc_vdbg(fmt, arg...) dev_vdbg(docg3->dev, (fmt), ## arg)
312 #define TRACE_SYSTEM docg3
332 TP_printk("docg3: %s%02d reg=%04x, val=%04x",
342 #define TRACE_INCLUDE_FILE docg3