Home
last modified time | relevance | path

Searched refs:MSG (Results 1 – 21 of 21) sorted by relevance

/linux-4.1.27/arch/arm/crypto/
Dsha256-armv4.pl579 my @MSG=map("q$_",(8..11));
606 vld1.8 {@MSG[0]-@MSG[1]},[$inp]!
607 vld1.8 {@MSG[2]-@MSG[3]},[$inp]!
609 vrev32.8 @MSG[0],@MSG[0]
610 vrev32.8 @MSG[1],@MSG[1]
611 vrev32.8 @MSG[2],@MSG[2]
612 vrev32.8 @MSG[3],@MSG[3]
620 vadd.i32 $W0,$W0,@MSG[0]
621 sha256su0 @MSG[0],@MSG[1]
625 sha256su1 @MSG[0],@MSG[2],@MSG[3]
[all …]
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
Dport.h5 #ifndef MSG
6 #define MSG(l,f,a...) do { \ macro
10 #define DBG(f,a...) MSG(debug, f, ##a)
11 #define ERR(f,a...) MSG(error, f, ##a)
Dpad.h46 #ifndef MSG
47 #define MSG(l,f,a...) do { \ macro
53 #define DBG(f,a...) MSG(debug, f, ##a)
54 #define ERR(f,a...) MSG(error, f, ##a)
/linux-4.1.27/samples/rpmsg/
Drpmsg_client_sample.c24 #define MSG "hello world!" macro
45 ret = rpmsg_send(rpdev, MSG, strlen(MSG)); in rpmsg_sample_cb()
58 ret = rpmsg_send(rpdev, MSG, strlen(MSG)); in rpmsg_sample_probe()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dconn.h49 #ifndef MSG
50 #define MSG(l,f,a...) do { \ macro
55 #define DBG(f,a...) MSG(debug, f, ##a)
56 #define ERR(f,a...) MSG(error, f, ##a)
Doutp.h52 #ifndef MSG
53 #define MSG(l,f,a...) do { \ macro
58 #define DBG(f,a...) MSG(debug, f, ##a)
59 #define ERR(f,a...) MSG(error, f, ##a)
/linux-4.1.27/tools/build/
DMakefile.feature86 $(call feature_check,all,$(MSG))
105 feature_print_status = $(eval $(feature_print_status_code)) $(info $(MSG))
109 MSG = $(shell printf '...%30s: [ \033[32mon\033[m ]' $(1))
111 MSG = $(shell printf '...%30s: [ \033[31mOFF\033[m ]' $(1))
115 feature_print_text = $(eval $(feature_print_text_code)) $(info $(MSG))
117 MSG = $(shell printf '...%30s: %s' $(1) $(2))
/linux-4.1.27/sound/soc/au1x/
Ddbdma2.c35 #define MSG(x...) printk(KERN_INFO "au1xpsc_pcm: " x) macro
37 #define DBG MSG
220 MSG("DDMA channel (re)alloc failed!\n"); in au1xpsc_pcm_hw_params()
/linux-4.1.27/Documentation/usb/
Dmass-storage.txt3 Mass Storage Gadget (or MSG) acts as a USB Mass Storage device,
200 that MSG is a composite gadget (ie. uses the composite framework)
203 kernel hacker's point of view, this means that (i) MSG does not
212 for all logical units whereas in MSG they accept a list of y/n
218 parameters are handled in MSG by the composite layer's parameters
222 3. MSG does not support FSG's test mode, thus “transport”,
224 supported. MSG always uses SCSI protocol with bulk only
/linux-4.1.27/drivers/staging/skein/
Dskein_base.c71 skein_start_new_type(ctx, MSG); /* T0=0, T1= MSG type */ in skein_256_init()
132 skein_start_new_type(ctx, MSG); in skein_256_init_ext()
297 skein_start_new_type(ctx, MSG); /* T0=0, T1= MSG type */ in skein_512_init()
357 skein_start_new_type(ctx, MSG); in skein_512_init_ext()
516 skein_start_new_type(ctx, MSG); /* T0=0, T1= MSG type */ in skein_1024_init()
577 skein_start_new_type(ctx, MSG); in skein_1024_init_ext()
Dskein_api.c144 skein_start_new_type(&ctx->m, MSG); in skein_reset()
Dskein_base.h192 #define SKEIN_T1_BLK_TYPE_MSG SKEIN_T1_BLK_TYPE(MSG) /* message processing */
/linux-4.1.27/fs/ocfs2/cluster/
Dmasklog.c84 define_mask(MSG),
/linux-4.1.27/arch/x86/crypto/
Dsha512-avx-asm.S90 # MSG, DIGEST, K_t, W_t are arrays
94 #define MSG(i) 8*i(msg) macro
316 vmovdqu MSG(t), %xmm0
323 vmovdqu MSG(t), %xmm0
Dsha512-ssse3-asm.S87 # MSG, DIGEST, K_t, W_t are arrays
91 #define MSG(i) 8*i(msg) macro
315 movdqu MSG(t), %xmm0
322 movdqu MSG(t), %xmm0
/linux-4.1.27/tools/perf/config/
DMakefile681 print_var = $(eval $(print_var_code)) $(info $(MSG))
683 MSG = $(shell printf '...%30s: %s' $(1) $($(1)))
/linux-4.1.27/Documentation/dvb/
Dci.txt159 EN50221 CA MSG=[ 9f 80 32 19 03 01 2d d1 f0 08 01 09 06 06 04 05 50 ff f1 02 e0 c9 00 00 04 e1 2d 0…
/linux-4.1.27/Documentation/sysctl/
Dfs.txt258 API (as noted by the MSG tag in the POSIX 1003.1-2001 version of the System
/linux-4.1.27/Documentation/scsi/
DChangeLog.sym53c8xx286 - On MSG REJECT for a negotiation, the driver attempted to restart
591 - Interrupt the SCRIPTS if a device does not go to MSG OUT phase after
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic7xxx.seq657 * target to assert REQ before checking MSG, C/D and I/O for
1884 mov NONE,SCSIDATL; /* ACK Identify MSG */
Daic79xx.seq846 * target to assert REQ before checking MSG, C/D and I/O for
1117 mov NONE, SCSIDAT; /* ACK Identify MSG */