Searched refs:AL_ADDR_LOW (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/contrib/alpine-hal/
H A Dal_hal_reg_utils.h62 #define AL_ADDR_LOW(x) ((uint32_t)((al_phys_addr_t)(x))) macro
H A Dal_hal_udma_main.c177 al_assert((AL_ADDR_LOW(udma_q->desc_phy_base) &
180 AL_ADDR_LOW(udma_q->desc_phy_base));
192 al_assert((AL_ADDR_LOW(udma_q->cdesc_phy_base) &
195 AL_ADDR_LOW(udma_q->cdesc_phy_base));
/freebsd-12-stable/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_main.c2733 rx_desc->rx.buf2_ptr_lo = swap32_to_le(AL_ADDR_LOW(header_buf->addr));

Completed in 112 milliseconds