Searched refs:PIPEACONF (Results 1 - 19 of 19) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
H A D | oaktrail_device.c | 198 p->conf = PSB_RVDC32(PIPEACONF); in oaktrail_save_display_registers() 277 PSB_WVDC32(0x0, PIPEACONF); in oaktrail_save_display_registers() 337 PSB_WVDC32(p->conf, PIPEACONF); in oaktrail_restore_display_registers() 458 .conf = PIPEACONF,
|
H A D | psb_irq.c | 64 return PIPEACONF; in mid_pipeconf() 621 uint32_t pipeconf_reg = PIPEACONF; in psb_get_vblank_counter()
|
H A D | psb_device.c | 255 .conf = PIPEACONF,
|
H A D | mdfld_dsi_dpi.c | 124 u32 pipeconf_reg = PIPEACONF; in dsi_set_pipe_plane_enable_state() 828 u32 pipeconf_reg = PIPEACONF; in mdfld_dsi_dpi_mode_set()
|
H A D | mdfld_intel_display.c | 246 !((REG_READ(PIPEACONF) | REG_READ(PIPECCONF)) in mdfld_disable_crtc() 431 if ((pipe != 1 && !((REG_READ(PIPEACONF) in mdfld_crtc_dpms() 889 /* FIXME jliu7 check the DPLL lock bit PIPEACONF[29] */ in mdfld_crtc_mode_set()
|
H A D | mdfld_device.c | 443 .conf = PIPEACONF,
|
H A D | cdv_device.c | 520 .conf = PIPEACONF,
|
H A D | oaktrail_hdmi.c | 279 int pipeconf_reg = (pipe == 0) ? PIPEACONF : PIPEBCONF; in oaktrail_crtc_hdmi_mode_set()
|
H A D | psb_intel_reg.h | 479 #define PIPEACONF 0x70008 macro 845 /* #define PIPEACONF 0x70008 */
|
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/ |
H A D | oaktrail_device.c | 140 p->conf = PSB_RVDC32(PIPEACONF); in oaktrail_save_display_registers() 219 PSB_WVDC32(0x0, PIPEACONF); in oaktrail_save_display_registers() 279 PSB_WVDC32(p->conf, PIPEACONF); in oaktrail_restore_display_registers() 400 .conf = PIPEACONF,
|
H A D | psb_irq.c | 38 return PIPEACONF; in gma_pipeconf() 439 uint32_t pipeconf_reg = PIPEACONF; in gma_crtc_get_vblank_counter()
|
H A D | psb_device.c | 203 .conf = PIPEACONF,
|
H A D | cdv_device.c | 501 .conf = PIPEACONF,
|
H A D | oaktrail_hdmi.c | 282 int pipeconf_reg = (pipe == 0) ? PIPEACONF : PIPEBCONF; in oaktrail_crtc_hdmi_mode_set()
|
H A D | psb_intel_reg.h | 479 #define PIPEACONF 0x70008 macro 805 /* #define PIPEACONF 0x70008 */
|
/kernel/linux/linux-5.10/drivers/video/fbdev/intelfb/ |
H A D | intelfbhw.h | 281 #define PIPEACONF 0x70008 macro
|
H A D | intelfbhw.c | 587 hw->pipe_a_conf = INREG(PIPEACONF); in intelfbhw_read_hw_state() 812 printk(" PIPEACONF: 0x%08x\n", hw->pipe_a_conf); in intelfbhw_print_hw_state() 1341 pipe_conf_reg = PIPEACONF; in intelfbhw_program_mode()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/intelfb/ |
H A D | intelfbhw.h | 281 #define PIPEACONF 0x70008 macro
|
H A D | intelfbhw.c | 585 hw->pipe_a_conf = INREG(PIPEACONF); in intelfbhw_read_hw_state() 810 printk(" PIPEACONF: 0x%08x\n", hw->pipe_a_conf); in intelfbhw_print_hw_state() 1339 pipe_conf_reg = PIPEACONF; in intelfbhw_program_mode()
|
Completed in 31 milliseconds