Home
last modified time | relevance | path

Searched refs:DEBUG_INIT_D (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/ddr/marvell/axp/
H A Dddr3_init.h22 #define DEBUG_INIT_D(d, l) printf("%x", d) macro
26 #define DEBUG_INIT_D(d, l) 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"); }
/OK3568_Linux_fs/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_init.h37 #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"); }
/OK3568_Linux_fs/u-boot/arch/arm/mach-mvebu/serdes/a38x/
H A Dctrl_pex.c118 DEBUG_INIT_D(pex_idx, 1); in hws_pex_config()
167 DEBUG_INIT_D(pex_idx, 1); in hws_pex_config()
193 DEBUG_INIT_D(pex_idx, 1); in hws_pex_config()
H A Dhigh_speed_env_spec.c1374 DEBUG_INIT_D(hws_get_physical_serdes_num(lane_num), 1); in print_topology_details()
1376 DEBUG_INIT_D(serdes_map[lane_num].serdes_speed, 2); in print_topology_details()
/OK3568_Linux_fs/u-boot/arch/arm/mach-mvebu/serdes/axp/
H A Dhigh_speed_env_lib.c1265 DEBUG_INIT_D(pex_if, 1); in serdes_phy_config()