Lines Matching defs:phy_store
382 uint32_t size = 1U, num_of_regs = 1U, phy_store = 0U;
406 phy_store = address_to_store + (j *
410 phy_store = address_to_store + (j *
413 debug("Saving 1D Training reg val at: %d\n", phy_store);
425 ret = xspi_write(phy_store, (void *)training_1D_values, size);
427 phy_store = phy_store+size;
430 debug("Saving 2D Training reg val at:%d\n", phy_store);
443 ret = xspi_write(phy_store, training_2D_values,
449 phy_store += size;
452 ret = xspi_write(phy_store, ddrctrl_regs, size);
477 uint32_t size = 1U, num_of_regs = 1U, phy_store = 0U;
489 phy_store = address_to_restore + (j *
493 phy_store = address_to_restore + (j *
504 ret = xspi_read(phy_store, (uint32_t *)training_1D_values,
514 debug("Restoring 1D Training reg val at:%08x\n", phy_store);
527 phy_store = phy_store + size;
531 ret = xspi_read(phy_store,
543 phy_store);
557 phy_store = phy_store + size;
559 ret = xspi_read(phy_store, (uint32_t *)ddrctrl_regs, size);