Searched refs:lynx_accel (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/staging/sm750fb/ |
H A D | sm750_accel.c | 20 static inline void write_dpr(struct lynx_accel *accel, int offset, u32 regValue) in write_dpr() 25 static inline u32 read_dpr(struct lynx_accel *accel, int offset) in read_dpr() 30 static inline void write_dpPort(struct lynx_accel *accel, u32 data) in write_dpPort() 35 void sm750_hw_de_init(struct lynx_accel *accel) in sm750_hw_de_init() 75 void sm750_hw_set2dformat(struct lynx_accel *accel, int fmt) in sm750_hw_set2dformat() 87 int sm750_hw_fillrect(struct lynx_accel *accel, in sm750_hw_fillrect() 148 int sm750_hw_copyarea(struct lynx_accel *accel, in sm750_hw_copyarea() 287 static unsigned int deGetTransparency(struct lynx_accel *accel) in deGetTransparency() 318 int sm750_hw_imageblit(struct lynx_accel *accel, const char *pSrcbuf, in sm750_hw_imageblit()
|
H A D | sm750.h | 51 struct lynx_accel { struct 58 void (*de_init)(struct lynx_accel *accel); argument 62 int (*de_fillrect)(struct lynx_accel *accel, argument 67 int (*de_copyarea)(struct lynx_accel *accel, argument 75 int (*de_imageblit)(struct lynx_accel *accel, const char *p_srcbuf, argument 88 struct lynx_accel accel;
|
H A D | sm750_accel.h | 188 void sm750_hw_set2dformat(struct lynx_accel *accel, int fmt); 190 void sm750_hw_de_init(struct lynx_accel *accel); 192 int sm750_hw_fillrect(struct lynx_accel *accel, 212 int sm750_hw_copyarea(struct lynx_accel *accel, 238 int sm750_hw_imageblit(struct lynx_accel *accel, const char *pSrcbuf,
|