Home
last modified time | relevance | path

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

/external/coreboot/src/vendorcode/cavium/bdk/libbdk-driver/
Dbdk-driver-rnm.c78 return bdk_read64_uint32(bdk_numa_get_address(bdk_numa_local(), BDK_RNM_RANDOM)); in bdk_rng_get_random32()
/external/coreboot/src/vendorcode/cavium/include/bdk/
Dbdk-coreboot.h108 static inline uint32_t bdk_read64_uint32(uint64_t address) in bdk_read64_uint32() function
/external/coreboot/src/vendorcode/cavium/bdk/libbdk-hal/
Dbdk-pcie.c119 result = bdk_le32_to_cpu(bdk_read64_uint32(address)); in bdk_pcie_config_read32()
Dbdk-ecam-io.c347 result = bdk_le32_to_cpu(bdk_read64_uint32(address)); in bdk_ecam_read32()
/external/coreboot/src/vendorcode/cavium/bdk/libbdk-hal/device/
Dbdk-device.c680 return bdk_le32_to_cpu(bdk_read64_uint32(address)); in bdk_bar_read()