Home
last modified time | relevance | path

Searched refs:tx_buf_wptr (Results 1 – 16 of 16) sorted by relevance

/utopia/UTPA2-700.0.x/modules/urdma/hal/M7621/urdma/
H A DregURDMA.h203 volatile MS_VIRT tx_buf_wptr : 16; /* BIT0 ~ BIT15 */ member
/utopia/UTPA2-700.0.x/modules/urdma/hal/k6lite/urdma/
H A DregURDMA.h203 volatile MS_VIRT tx_buf_wptr : 16; /* BIT0 ~ BIT15 */ member
/utopia/UTPA2-700.0.x/modules/urdma/hal/mustang/urdma/
H A DregURDMA.h202 volatile MS_U16 tx_buf_wptr : 16; /* BIT0 ~ BIT15 */ member
/utopia/UTPA2-700.0.x/modules/urdma/hal/mainz/urdma/
H A DregURDMA.h202 volatile MS_VIRT tx_buf_wptr : 16; /* BIT0 ~ BIT15 */ member
/utopia/UTPA2-700.0.x/modules/urdma/hal/mooney/urdma/
H A DregURDMA.h202 volatile MS_VIRT tx_buf_wptr : 16; /* BIT0 ~ BIT15 */ member
/utopia/UTPA2-700.0.x/modules/urdma/hal/messi/urdma/
H A DregURDMA.h202 volatile MS_VIRT tx_buf_wptr : 16; /* BIT0 ~ BIT15 */ member
/utopia/UTPA2-700.0.x/modules/urdma/hal/manhattan/urdma/
H A DregURDMA.h203 volatile MS_VIRT tx_buf_wptr : 16; /* BIT0 ~ BIT15 */ member
/utopia/UTPA2-700.0.x/modules/urdma/hal/maxim/urdma/
H A DregURDMA.h203 volatile MS_VIRT tx_buf_wptr : 16; /* BIT0 ~ BIT15 */ member
/utopia/UTPA2-700.0.x/modules/urdma/hal/maserati/urdma/
H A DregURDMA.h203 volatile MS_VIRT tx_buf_wptr : 16; /* BIT0 ~ BIT15 */ member
/utopia/UTPA2-700.0.x/modules/urdma/hal/k6/urdma/
H A DregURDMA.h202 volatile MS_VIRT tx_buf_wptr : 16; /* BIT0 ~ BIT15 */ member
/utopia/UTPA2-700.0.x/modules/urdma/hal/curry/urdma/
H A DregURDMA.h203 volatile MS_VIRT tx_buf_wptr : 16; /* BIT0 ~ BIT15 */ member
/utopia/UTPA2-700.0.x/modules/urdma/hal/kano/urdma/
H A DregURDMA.h203 volatile MS_VIRT tx_buf_wptr : 16; /* BIT0 ~ BIT15 */ member
/utopia/UTPA2-700.0.x/modules/urdma/hal/M7821/urdma/
H A DregURDMA.h203 volatile MS_VIRT tx_buf_wptr : 16; /* BIT0 ~ BIT15 */ member
/utopia/UTPA2-700.0.x/modules/urdma/hal/macan/urdma/
H A DregURDMA.h202 volatile MS_VIRT tx_buf_wptr : 16; /* BIT0 ~ BIT15 */ member
/utopia/UTPA2-700.0.x/modules/urdma/hal/maldives/urdma/
H A DregURDMA.h202 volatile MS_U16 tx_buf_wptr : 16; /* BIT0 ~ BIT15 */ member
/utopia/UTPA2-700.0.x/modules/urdma/drv/urdma/
H A DdrvURDMA.c234 p_uart_dma->tx_buf_wptr = (MS_VIRT)((tx_size-1) + (((MS_VIRT)tx_buf)%8)); /* alignment issue */ in MDrv_UrDMA_TxInit()