Home
last modified time | relevance | path

Searched refs:LOAD_DATA (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/arch/powerpc/crypto/
H A Daes-spe-modes.S13 #define LOAD_DATA(reg, off) \ macro
30 #define LOAD_DATA(reg, off) \ macro
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(rD3, 12)
[all …]
H A Dmd5-asm.S48 #define LOAD_DATA(reg, off) \ macro
54 #define LOAD_DATA(reg, off) \ macro
62 LOAD_DATA(w0, off) /* W */ \
66 LOAD_DATA(w1, off+4) /* W */ \
H A Dsha256-spe-asm.S90 #define LOAD_DATA(reg, off) \ macro
95 #define LOAD_DATA(reg, off) \ macro
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) \ macro
100 #define LOAD_DATA(reg, off) \ macro
107 LOAD_DATA(w0, off) /* 1: W */ \
116 LOAD_DATA(w1, off+4) /* 2: W */ \
/openbmc/linux/lib/raid6/
H A Ds390vx.uc57 static inline void LOAD_DATA(int x, u8 *ptr)
97 LOAD_DATA(0,&dptr[z0][d]);
104 LOAD_DATA(16,&dptr[z][d]);
131 LOAD_DATA(0,&dptr[z0][d]);
138 LOAD_DATA(16,&dptr[z][d]);
149 LOAD_DATA(16,&p[d]);
152 LOAD_DATA(16,&q[d]);
/openbmc/linux/include/video/
H A Dda8xx-fb.h22 LOAD_DATA = 1, enumerator
/openbmc/u-boot/drivers/video/
H A Dda8xx-fb.h30 LOAD_DATA = 1, enumerator
H A Dda8xx-fb.c291 if (load_mode == LOAD_DATA) { in lcd_blit()
769 lcd_blit(LOAD_DATA, par); in lcdc_irq_handler_rev01()
818 lcd_blit(LOAD_DATA, par); in lcdc_irq_handler_rev02()
/openbmc/linux/drivers/video/fbdev/
H A Dda8xx-fb.c313 if (load_mode == LOAD_DATA) { in lcd_blit()
845 lcd_blit(LOAD_DATA, par); in lcdc_irq_handler_rev02()
910 lcd_blit(LOAD_DATA, par); in lcdc_irq_handler_rev01()