Searched refs:poke32 (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/staging/sm750fb/
H A Dddk750_hwi2c.c20 poke32(GPIO_MUX, value);
33 poke32(I2C_CTRL, value);
44 poke32(I2C_CTRL, value);
53 poke32(GPIO_MUX, value);
91 poke32(I2C_SLAVE_ADDRESS, addr & ~0x01);
103 poke32(I2C_RESET, 0);
110 poke32(I2C_BYTE_COUNT, count);
114 poke32(I2C_DATA0 + i, *buf++);
117 poke32(I2C_CTRL, peek32(I2C_CTRL) | I2C_CTRL_CTRL);
156 poke32(I2C_SLAVE_ADDRES
[all...]
H A Dddk750_mode.c31 poke32(CRT_AUTO_CENTERING_TL, 0);
33 poke32(CRT_AUTO_CENTERING_BR,
72 poke32(CRT_DISPLAY_CTRL, disp_control);
86 poke32(CRT_PLL_CTRL, sm750_format_pll_reg(pll));
94 poke32(CRT_HORIZONTAL_TOTAL, tmp);
102 poke32(CRT_HORIZONTAL_SYNC, tmp);
110 poke32(CRT_VERTICAL_TOTAL, tmp);
118 poke32(CRT_VERTICAL_SYNC, tmp);
134 poke32(CRT_DISPLAY_CTRL, tmp | reg);
140 poke32(PANEL_PLL_CTR
[all...]
H A Dddk750_display.c31 poke32(reg, val);
42 poke32(reg, val);
56 poke32(reg, val);
59 poke32(reg, val);
95 poke32(PANEL_DISPLAY_CTRL, reg);
100 poke32(PANEL_DISPLAY_CTRL, reg);
105 poke32(PANEL_DISPLAY_CTRL, reg);
110 poke32(PANEL_DISPLAY_CTRL, reg);
124 poke32(PANEL_DISPLAY_CTRL, reg);
135 poke32(CRT_DISPLAY_CTR
[all...]
H A Dsm750_hw.c112 poke32(SYSTEM_CTRL,
120 poke32(MISC_CTRL,
125 poke32(SYSTEM_CTRL, val);
127 poke32(MISC_CTRL,
132 poke32(SYSTEM_CTRL, val);
148 poke32(PANEL_DISPLAY_CTRL, val);
217 poke32(DISPLAY_CONTROL_750LE, reg);
316 poke32(PANEL_FB_ADDRESS,
328 poke32(PANEL_FB_WIDTH, reg);
333 poke32(PANEL_WINDOW_WIDT
[all...]
H A Dddk750_power.c13 poke32(CRT_DISPLAY_CTRL, value);
17 poke32(SYSTEM_CTRL, value);
72 poke32(POWER_MODE_CTRL, ctrl);
78 poke32(MODE1_GATE, gate);
80 poke32(MODE0_GATE, gate);
H A Dddk750_swi2c.c127 poke32(sw_i2c_clk_gpio_data_dir_reg, gpio_dir);
132 poke32(sw_i2c_clk_gpio_data_reg, gpio_data);
136 poke32(sw_i2c_clk_gpio_data_dir_reg, gpio_dir);
164 poke32(sw_i2c_data_gpio_data_dir_reg, gpio_dir);
169 poke32(sw_i2c_data_gpio_data_reg, gpio_data);
173 poke32(sw_i2c_data_gpio_data_dir_reg, gpio_dir);
193 poke32(sw_i2c_data_gpio_data_dir_reg, gpio_dir);
419 poke32(sw_i2c_clk_gpio_mux_reg,
421 poke32(sw_i2c_data_gpio_mux_reg,
H A Dddk750_power.h13 poke32(MISC_CTRL, \
H A Dsm750_cursor.c21 #define poke32(addr, data) \ macro
52 poke32(HWC_ADDRESS, reg);
57 poke32(HWC_ADDRESS, 0);
72 poke32(HWC_LOCATION, reg);
80 poke32(HWC_COLOR_12, reg | (bg & HWC_COLOR_12_1_RGB565_MASK));
81 poke32(HWC_COLOR_3, 0xffe0);
H A Dddk750_chip.c81 poke32(MXCLK_PLL_CTRL, sm750_format_pll_reg(&pll));
193 poke32(MODE0_GATE, reg);
230 poke32(VGA_CONFIGURATION, reg);
257 poke32(MISC_CTRL, reg);
260 poke32(MISC_CTRL, reg);
269 poke32(VIDEO_DISPLAY_CTRL, reg);
274 poke32(VIDEO_ALPHA_DISPLAY_CTRL, reg);
279 poke32(ALPHA_DISPLAY_CTRL, reg);
284 poke32(DMA_ABORT_INTERRUPT, reg);
H A Dddk750_chip.h21 static inline void poke32(u32 addr, u32 data) function

Completed in 146 milliseconds