Home
last modified time | relevance | path

Searched refs:RADEON_TV_HOST_RD_WT_CNTL_RD_ACK (Results 1 – 3 of 3) sorted by relevance

/haiku/headers/private/graphics/radeon/
H A Dtv_out_regs.h47 # define RADEON_TV_HOST_RD_WT_CNTL_RD_ACK (1 << 13) macro
/haiku/src/add-ons/accelerants/radeon/
H A Dinternal_tv_out.c144 if( (status & RADEON_TV_HOST_RD_WT_CNTL_RD_ACK) != 0 )
H A Dtheatre_out.c138 if( (status & RADEON_TV_HOST_RD_WT_CNTL_RD_ACK) != 0 ) in Radeon_TheatreReadFIFO()