Searched refs:LOAD_DATA (Results 1 - 6 of 6) sorted by last modified time

/linux-master/drivers/video/fbdev/
H A Dda8xx-fb.c313 if (load_mode == LOAD_DATA) {
845 lcd_blit(LOAD_DATA, par);
910 lcd_blit(LOAD_DATA, par);
/linux-master/arch/powerpc/crypto/
H A Dmd5-asm.S48 #define LOAD_DATA(reg, off) \ define
54 #define LOAD_DATA(reg, off) \ define
62 LOAD_DATA(w0, off) /* W */ \
66 LOAD_DATA(w1, off+4) /* W */ \
H A Dsha256-spe-asm.S90 #define LOAD_DATA(reg, off) \ define
95 #define LOAD_DATA(reg, off) \ define
102 LOAD_DATA(w, off) /* 1: W */ \
126 LOAD_DATA(w, off+4) /* 2: W */ \
H A Dsha1-spe-asm.S95 #define LOAD_DATA(reg, off) \ define
100 #define LOAD_DATA(reg, off) \ define
107 LOAD_DATA(w0, off) /* 1: W */ \
116 LOAD_DATA(w1, off+4) /* 2: W */ \
H A Daes-spe-modes.S13 #define LOAD_DATA(reg, off) \ define
30 #define LOAD_DATA(reg, off) \ define
167 LOAD_DATA(rD0, 0)
168 LOAD_DATA(rD1, 4)
169 LOAD_DATA(rD2, 8)
170 LOAD_DATA(rD3, 12)
194 LOAD_DATA(rD0, 0)
196 LOAD_DATA(rD1, 4)
197 LOAD_DATA(rD2, 8)
198 LOAD_DATA(rD
[all...]
/linux-master/include/video/
H A Dda8xx-fb.h22 LOAD_DATA = 1, enumerator in enum:raster_load_mode

Completed in 157 milliseconds