Home
last modified time | relevance | path

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

/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_udma.h160 al_phys_addr_t addr; /**< Buffer physical address */
202 al_phys_addr_t desc_phy_base; /**< submission ring descriptors
211 al_phys_addr_t cdesc_phy_base; /**< completion descriptors ring
284 al_phys_addr_t desc_phy_base; /**< submission desc. physical base */
285 al_phys_addr_t cdesc_phy_base; /**< completion desc. physical base */
H A Dal_hal_reg_utils.h62 #define AL_ADDR_LOW(x) ((uint32_t)((al_phys_addr_t)(x)))
63 #define AL_ADDR_HIGH(x) ((uint32_t)((((al_phys_addr_t)(x)) >> 16) >> 16))
H A Dal_hal_plat_types.h64 typedef uint64_t al_phys_addr_t; typedef
H A Dal_hal_pcie.h1242 al_phys_addr_t start,
1243 al_phys_addr_t end);
H A Dal_hal_pcie.c2602 al_phys_addr_t start, in al_pcie_axi_io_config()
2603 al_phys_addr_t end) in al_pcie_axi_io_config()