Searched refs:DEBUG_INIT_S (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/ddr/marvell/axp/ |
| H A D | ddr3_init.h | 21 #define DEBUG_INIT_S(s) puts(s) macro 25 #define DEBUG_INIT_S(s) macro 35 { DEBUG_INIT_S("Write Reg: 0x"); DEBUG_INIT_D((reg), 8); \ 36 DEBUG_INIT_S("= "); DEBUG_INIT_D((val), 8); DEBUG_INIT_S("\n"); } 38 { DEBUG_INIT_S("Read Reg: 0x"); DEBUG_INIT_D((reg), 8); \ 39 DEBUG_INIT_S("= "); DEBUG_INIT_D((val), 8); DEBUG_INIT_S("\n"); } 51 { DEBUG_INIT_S(s); DEBUG_INIT_D(d, l); DEBUG_INIT_S("\n"); }
|
| H A D | ddr3_init.c | 284 DEBUG_INIT_S("DDR3 Training Error: Bad sample at reset"); in ddr3_init() 286 DEBUG_INIT_S("DDR3 Training Error: Bad DIMM setup"); in ddr3_init() 288 DEBUG_INIT_S("DDR3 Training Error: Max CS limit"); in ddr3_init() 290 DEBUG_INIT_S("DDR3 Training Error: Max enable CS limit"); in ddr3_init() 292 DEBUG_INIT_S("DDR3 Training Error: Bad R-DIMM setup"); in ddr3_init() 294 DEBUG_INIT_S("DDR3 Training Error: TWSI failure"); in ddr3_init() 296 DEBUG_INIT_S("DDR3 Training Error: DIMM type no match"); in ddr3_init() 298 DEBUG_INIT_S("DDR3 Training Error: TWSI bad type"); in ddr3_init() 300 DEBUG_INIT_S("DDR3 Training Error: bus width no match"); in ddr3_init() 372 DEBUG_INIT_S("4\n"); in ddr3_init_main() [all …]
|
| H A D | ddr3_spd.c | 514 DEBUG_INIT_S("DDR3 Dimm Compare - DIMM type does not match - FAIL\n"); in ddr3_spd_sum_init() 519 DEBUG_INIT_S("DDR3 Dimm Compare - ECC does not match. ECC is disabled\n"); in ddr3_spd_sum_init() 522 DEBUG_INIT_S("DDR3 Dimm Compare - DRAM bus width does not match - FAIL\n"); in ddr3_spd_sum_init() 616 DEBUG_INIT_S("DDR3 Training Sequence - No DIMMs detected\n"); 618 DEBUG_INIT_S("DDR3 Training Sequence - FAILED (Wrong DIMMs Setup)\n"); 727 DEBUG_INIT_S("DDR3 Training Sequence - FAIL - Illegal R-DIMM setup\n"); 1195 DEBUG_INIT_S("DDR3 Training Sequence - Registered DIMM detected\n");
|
| /OK3568_Linux_fs/u-boot/drivers/ddr/marvell/a38x/ |
| H A D | ddr3_init.h | 36 #define DEBUG_INIT_S(s) puts(s) macro 40 #define DEBUG_INIT_S(s) 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"); }
|
| H A D | ddr3_init.c | 505 DEBUG_INIT_S("\n*** Error: ddr3_get_static_ddr_mode: No match for requested DDR mode. ***\n\n"); in ddr3_get_static_ddr_mode()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-mvebu/serdes/a38x/ |
| H A D | ctrl_pex.c | 117 DEBUG_INIT_S("PCIe, Idx "); in hws_pex_config() 119 DEBUG_INIT_S(": detected no link\n"); in hws_pex_config() 146 DEBUG_INIT_S(":** Link is Gen1, check the EP capability\n"); in hws_pex_config() 166 DEBUG_INIT_S("PCIe, Idx "); in hws_pex_config() 168 DEBUG_INIT_S(": remains Gen1\n"); in hws_pex_config() 192 DEBUG_INIT_S("PCIe, Idx "); in hws_pex_config() 194 DEBUG_INIT_S in hws_pex_config()
|
| H A D | high_speed_env_spec.c | 1366 DEBUG_INIT_S("board SerDes lanes topology details:\n"); in print_topology_details() 1368 DEBUG_INIT_S(" | Lane # | Speed | Type |\n"); in print_topology_details() 1369 DEBUG_INIT_S(" --------------------------------\n"); in print_topology_details() 1373 DEBUG_INIT_S(" | "); in print_topology_details() 1375 DEBUG_INIT_S(" | "); in print_topology_details() 1377 DEBUG_INIT_S(" | "); in print_topology_details() 1378 DEBUG_INIT_S((char *) in print_topology_details() 1381 DEBUG_INIT_S("\t|\n"); in print_topology_details() 1383 DEBUG_INIT_S(" --------------------------------\n"); in print_topology_details() 1418 DEBUG_INIT_S("High speed PHY - Version: "); in serdes_phy_config() [all …]
|
| H A D | seq_exec.c | 120 DEBUG_INIT_S("poll_op_execute: TIMEOUT\n"); in poll_op_execute()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-mvebu/serdes/axp/ |
| H A D | high_speed_env_lib.c | 287 DEBUG_INIT_S("High speed PHY - Version: "); in serdes_phy_config() 288 DEBUG_INIT_S(SERDES_VERSION); in serdes_phy_config() 289 DEBUG_INIT_S(" - 2nd boot - Skip\n"); in serdes_phy_config() 292 DEBUG_INIT_S("High speed PHY - Version: "); in serdes_phy_config() 293 DEBUG_INIT_S(SERDES_VERSION); in serdes_phy_config() 294 DEBUG_INIT_S(" (COM-PHY-V20)\n"); in serdes_phy_config() 359 DEBUG_INIT_S("Hight speed PHY Error #1\n"); in serdes_phy_config() 1264 DEBUG_INIT_S("PEX"); in serdes_phy_config() 1415 DEBUG_INIT_S(ENDED_OK); in serdes_phy_config()
|