HomeSort by relevance Sort by last modified time
    Searched defs:DEBUG_INIT_S (Results 1 - 2 of 2) sorted by null

  /external/u-boot/drivers/ddr/marvell/axp/
ddr3_init.h 20 #define DEBUG_INIT_S(s) puts(s)
24 #define DEBUG_INIT_S(s)
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");
    [all...]
  /external/u-boot/drivers/ddr/marvell/a38x/
ddr_ml_wrapper.h 27 #define DEBUG_INIT_S(s) puts(s)
31 #define DEBUG_INIT_S(s)
41 { DEBUG_INIT_S("Write Reg: 0x"); DEBUG_INIT_D((reg), 8); \
42 DEBUG_INIT_S("= "); DEBUG_INIT_D((val), 8); DEBUG_INIT_S("\n"); }
44 { DEBUG_INIT_S("Read Reg: 0x"); DEBUG_INIT_D((reg), 8); \
45 DEBUG_INIT_S("= "); DEBUG_INIT_D((val), 8); DEBUG_INIT_S("\n"); }
59 { DEBUG_INIT_S(s); DEBUG_INIT_D(d, l); DEBUG_INIT_S("\n");
    [all...]

Completed in 90 milliseconds