Home
last modified time | relevance | path

Searched refs:DDR_PFE_TO_VIRT (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/net/pfe_eth/
H A Dpfe_hw.c499 memcpy((void *)DDR_PFE_TO_VIRT(addr), in pe_load_ddr_section()
510 memcpy((void *)DDR_PFE_TO_VIRT(addr), data + offset, in pe_load_ddr_section()
518 memset((void *)DDR_PFE_TO_VIRT(addr), 0, size); in pe_load_ddr_section()
796 memset((void *)DDR_PFE_TO_VIRT(cfg->route_table_baseaddr), 0, in class_set_config()
H A Dpfe_driver.c43 hif_header = (struct hif_header_s *)DDR_PFE_TO_VIRT(readl(&bd->data)); in pfe_recv()
144 tx_buf_va = (void *)DDR_PFE_TO_VIRT(readl(&bd->data)); in pfe_send()
H A Dpfe_cmd.c410 memcpy((void *)DDR_PFE_TO_VIRT(buf), dummy_pkt, sizeof(dummy_pkt)); in send_dummy_pkt_to_hif()
/openbmc/u-boot/include/net/pfe_eth/pfe/
H A Dpfe_hw.h74 #define DDR_PFE_TO_VIRT(p) ((unsigned long int)((p) + 0x80000000)) macro