Home
last modified time | relevance | path

Searched refs:poke32 (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/staging/sm750fb/
H A Dddk750_mode.c31 poke32(CRT_AUTO_CENTERING_TL, 0); in display_control_adjust_SM750LE()
33 poke32(CRT_AUTO_CENTERING_BR, in display_control_adjust_SM750LE()
72 poke32(CRT_DISPLAY_CTRL, disp_control); in display_control_adjust_SM750LE()
86 poke32(CRT_PLL_CTRL, sm750_format_pll_reg(pll)); in program_mode_registers()
94 poke32(CRT_HORIZONTAL_TOTAL, tmp); in program_mode_registers()
102 poke32(CRT_HORIZONTAL_SYNC, tmp); in program_mode_registers()
110 poke32(CRT_VERTICAL_TOTAL, tmp); in program_mode_registers()
118 poke32(CRT_VERTICAL_SYNC, tmp); in program_mode_registers()
134 poke32(CRT_DISPLAY_CTRL, tmp | reg); in program_mode_registers()
140 poke32(PANEL_PLL_CTRL, sm750_format_pll_reg(pll)); in program_mode_registers()
[all …]
H A Dddk750_display.c30 poke32(reg, val); in set_display_control()
41 poke32(reg, val); in set_display_control()
55 poke32(reg, val); in set_display_control()
58 poke32(reg, val); in set_display_control()
94 poke32(PANEL_DISPLAY_CTRL, reg); in sw_panel_power_sequence()
99 poke32(PANEL_DISPLAY_CTRL, reg); in sw_panel_power_sequence()
104 poke32(PANEL_DISPLAY_CTRL, reg); in sw_panel_power_sequence()
109 poke32(PANEL_DISPLAY_CTRL, reg); in sw_panel_power_sequence()
123 poke32(PANEL_DISPLAY_CTRL, reg); in ddk750_set_logical_disp_out()
134 poke32(CRT_DISPLAY_CTRL, reg); in ddk750_set_logical_disp_out()
H A Dddk750_swi2c.c127 poke32(sw_i2c_clk_gpio_data_dir_reg, gpio_dir); in sw_i2c_scl()
132 poke32(sw_i2c_clk_gpio_data_reg, gpio_data); in sw_i2c_scl()
136 poke32(sw_i2c_clk_gpio_data_dir_reg, gpio_dir); in sw_i2c_scl()
164 poke32(sw_i2c_data_gpio_data_dir_reg, gpio_dir); in sw_i2c_sda()
169 poke32(sw_i2c_data_gpio_data_reg, gpio_data); in sw_i2c_sda()
173 poke32(sw_i2c_data_gpio_data_dir_reg, gpio_dir); in sw_i2c_sda()
193 poke32(sw_i2c_data_gpio_data_dir_reg, gpio_dir); in sw_i2c_read_sda()
419 poke32(sw_i2c_clk_gpio_mux_reg, in sm750_sw_i2c_init()
421 poke32(sw_i2c_data_gpio_mux_reg, in sm750_sw_i2c_init()
H A Dddk750_power.c13 poke32(CRT_DISPLAY_CTRL, value); in ddk750_set_dpms()
17 poke32(SYSTEM_CTRL, value); in ddk750_set_dpms()
72 poke32(POWER_MODE_CTRL, ctrl); in sm750_set_power_mode()
78 poke32(MODE1_GATE, gate); in sm750_set_current_gate()
80 poke32(MODE0_GATE, gate); in sm750_set_current_gate()
H A Dsm750_cursor.c21 #define poke32(addr, data) \ macro
52 poke32(HWC_ADDRESS, reg); in sm750_hw_cursor_enable()
57 poke32(HWC_ADDRESS, 0); in sm750_hw_cursor_disable()
72 poke32(HWC_LOCATION, reg); in sm750_hw_cursor_set_pos()
80 poke32(HWC_COLOR_12, reg | (bg & HWC_COLOR_12_1_RGB565_MASK)); in sm750_hw_cursor_set_color()
81 poke32(HWC_COLOR_3, 0xffe0); in sm750_hw_cursor_set_color()
H A Dddk750_power.h13 poke32(MISC_CTRL, \
H A Dddk750_chip.h21 static inline void poke32(u32 addr, u32 data) in poke32() function