Home
last modified time | relevance | path

Searched refs:addrh (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Ddpaa_ext.h75 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 & …
/freebsd/sys/dev/sound/pci/hda/
H A Dhdac_private.h146 volatile uint32_t addrh; member
H A Dhdac.c1999 bdle->addrh = htole32((uint32_t)(addr >> 32)); in hdac_stream_start()
/freebsd/usr.sbin/bhyve/
H A Dpci_hda.c81 uint32_t addrh; member
643 bdle_addrh = bdle->addrh; in hda_stream_start()