Home
last modified time | relevance | path

Searched refs:bdk_ptr_to_phys (Results 1 – 3 of 3) sorted by relevance

/external/coreboot/src/vendorcode/cavium/bdk/libbdk-hal/
Dbdk-sata.c539 bdk_ptr_to_phys(clb)); in bdk_sata_initialize()
553 bdk_ptr_to_phys(fb)); in bdk_sata_initialize()
710 cmd_table.prdt_entry[0].dba = bdk_cpu_to_le64(bdk_ptr_to_phys(buffer)); in issue_command()
731 cmd_header->ctba = bdk_cpu_to_le64(bdk_ptr_to_phys(&cmd_table)); in issue_command()
1095 cmd_header->ctba = bdk_ptr_to_phys(&cmd_table); in bdk_sata_bist_fis()
Dbdk-nic.c116 bdk_ptr_to_phys(cq_memory)); in vnic_setup_cq()
199 bdk_ptr_to_phys(rbdr_base)); in vnic_setup_rbdr()
778 bdk_ptr_to_phys(sq_memory)); in bdk_nic_port_init()
/external/coreboot/src/vendorcode/cavium/include/bdk/
Dbdk-coreboot.h25 static inline uint64_t bdk_ptr_to_phys(void *ptr) in bdk_ptr_to_phys() function