Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/lowlevel_v2x/
A Dde_lcd.c446 return lcd_dev[sel]->tcon_debug.bits.tcon0_field_polarity; in tcon_get_cur_field()
448 return lcd_dev[sel]->tcon_debug.bits.tcon1_field_polarity; in tcon_get_cur_field()
596 return lcd_dev[sel]->tcon_debug.bits.tcon0_current_line; in tcon_get_cur_line()
598 return lcd_dev[sel]->tcon_debug.bits.tcon1_current_line; in tcon_get_cur_line()
607 if (lcd_dev[sel]->tcon_debug.bits.tcon0_fifo_under_flow) { in tcon_get_status()
608 lcd_dev[sel]->tcon_debug.bits.tcon0_fifo_under_flow = 0; in tcon_get_status()
612 if (lcd_dev[sel]->tcon_debug.bits.tcon1_fifo_under_flow) { in tcon_get_status()
613 lcd_dev[sel]->tcon_debug.bits.tcon1_fifo_under_flow = 0; in tcon_get_status()
A Dde_lcd_sun50iw10.c525 return lcd_dev[sel]->tcon_debug.bits.tcon0_field_polarity; in tcon_get_cur_field()
527 return lcd_dev[sel]->tcon_debug.bits.tcon1_field_polarity; in tcon_get_cur_field()
679 return lcd_dev[sel]->tcon_debug.bits.tcon0_current_line; in tcon_get_cur_line()
681 return lcd_dev[sel]->tcon_debug.bits.tcon1_current_line; in tcon_get_cur_line()
690 if (lcd_dev[sel]->tcon_debug.bits.tcon0_fifo_under_flow) { in tcon_get_status()
691 lcd_dev[sel]->tcon_debug.bits.tcon0_fifo_under_flow = 0; in tcon_get_status()
695 if (lcd_dev[sel]->tcon_debug.bits.tcon1_fifo_under_flow) { in tcon_get_status()
696 lcd_dev[sel]->tcon_debug.bits.tcon1_fifo_under_flow = 0; in tcon_get_status()
A Dde_lcd_type.h841 union tcon_debug_reg_t tcon_debug; member

Completed in 19 milliseconds