Searched refs:phy_ptr (Results 1 – 2 of 2) sorted by relevance
/trusted-firmware-a-latest/drivers/nxp/ddr/phy-gen2/ |
D | phy.h | 44 int save_phy_training_values(uint16_t **phy_ptr, uint32_t address_to_store, 63 int restore_phy_training_values(uint16_t **phy_ptr, uint32_t address_to_restore,
|
D | phy.c | 143 static void get_cdd_val(uint16_t **phy_ptr, uint32_t rank, uint32_t freq, in get_cdd_val() argument 157 phy = phy_ptr[i]; in get_cdd_val() 373 int save_phy_training_values(uint16_t **phy_ptr, uint32_t address_to_store, in save_phy_training_values() argument 392 phy = phy_ptr[j]; in save_phy_training_values() 469 int restore_phy_training_values(uint16_t **phy_ptr, uint32_t address_to_restore, in restore_phy_training_values() argument 482 phy = phy_ptr[j]; in restore_phy_training_values() 732 static void i_load_pie(uint16_t **phy_ptr, in i_load_pie() argument 740 phy = phy_ptr[i]; in i_load_pie() 1893 static int c_init_phy_config(uint16_t **phy_ptr, in c_init_phy_config() argument 1903 phy = phy_ptr[i]; in c_init_phy_config() [all …]
|