Searched refs:DEBUG_INIT_D (Results 1 – 3 of 3) sorted by relevance
| /drivers/ddr/marvell/a38x/ |
| A D | ddr_ml_wrapper.h | 25 #define DEBUG_INIT_D(d, l) printf("%x", d) macro 29 #define DEBUG_INIT_D(d, l) macro 38 { DEBUG_INIT_S("Write Reg: 0x"); DEBUG_INIT_D((reg), 8); \ 39 DEBUG_INIT_S("= "); DEBUG_INIT_D((val), 8); DEBUG_INIT_S("\n"); } 41 { DEBUG_INIT_S("Read Reg: 0x"); DEBUG_INIT_D((reg), 8); \ 42 DEBUG_INIT_S("= "); DEBUG_INIT_D((val), 8); DEBUG_INIT_S("\n"); } 56 { DEBUG_INIT_S(s); DEBUG_INIT_D(d, l); DEBUG_INIT_S("\n"); }
|
| /drivers/ddr/marvell/axp/ |
| A D | ddr3_init.h | 21 #define DEBUG_INIT_D(d, l) printf("%x", d) macro 25 #define DEBUG_INIT_D(d, l) macro 34 { DEBUG_INIT_S("Write Reg: 0x"); DEBUG_INIT_D((reg), 8); \ 35 DEBUG_INIT_S("= "); DEBUG_INIT_D((val), 8); DEBUG_INIT_S("\n"); } 37 { DEBUG_INIT_S("Read Reg: 0x"); DEBUG_INIT_D((reg), 8); \ 38 DEBUG_INIT_S("= "); DEBUG_INIT_D((val), 8); DEBUG_INIT_S("\n"); } 50 { DEBUG_INIT_S(s); DEBUG_INIT_D(d, l); DEBUG_INIT_S("\n"); }
|
| /drivers/ddr/marvell/a38x/old/ |
| A D | ddr3_init.h | 37 #define DEBUG_INIT_D(d, l) printf("%x", d) macro 41 #define DEBUG_INIT_D(d, l) macro 50 { DEBUG_INIT_S("Write Reg: 0x"); DEBUG_INIT_D((reg), 8); \ 51 DEBUG_INIT_S("= "); DEBUG_INIT_D((val), 8); DEBUG_INIT_S("\n"); } 53 { DEBUG_INIT_S("Read Reg: 0x"); DEBUG_INIT_D((reg), 8); \ 54 DEBUG_INIT_S("= "); DEBUG_INIT_D((val), 8); DEBUG_INIT_S("\n"); } 68 { DEBUG_INIT_S(s); DEBUG_INIT_D(d, l); DEBUG_INIT_S("\n"); }
|
Completed in 7 milliseconds