Searched refs:addrh (Results 1 – 4 of 4) sorted by relevance
75 volatile uint8_t addrh;79 volatile uint8_t addrh;118 #define DPAA_FD_GET_ADDRH(fd) ((t_DpaaFD *)fd)->addrh /**< Macro to g…127 #define DPAA_FD_SET_ADDRH(fd,val) ((t_DpaaFD *)fd)->addrh = (val) /**< Macro to set …145 volatile uint32_t addrh; /**< Buffer Address high */185 #define DPAA_SGTE_GET_ADDRH(sgte) (((t_DpaaSGTE *)sgte)->addrh & DPAA_SGTE_ADDRH_MASK) …195 … DPAA_SGTE_SET_ADDRH(sgte,val) (((t_DpaaSGTE *)sgte)->addrh = ((((t_DpaaSGTE *)sgte)->addrh & …
146 volatile uint32_t addrh; member
1999 bdle->addrh = htole32((uint32_t)(addr >> 32)); in hdac_stream_start()
81 uint32_t addrh; member643 bdle_addrh = bdle->addrh; in hda_stream_start()