/kernel/linux/linux-5.10/arch/arm64/mm/ |
H A D | proc.S | 380 1: ldxr w16, [flag_ptr] 381 add w16, w16, #1 382 stxr w17, w16, [flag_ptr] 388 ldxr w16, [flag_ptr] 389 cbnz w16, 1b
|
/kernel/linux/linux-6.6/arch/arm64/mm/ |
H A D | proc.S | 371 1: ldxr w16, [flag_ptr] 372 add w16, w16, #1 373 stxr w17, w16, [flag_ptr] 379 ldxr w16, [flag_ptr] 380 cbnz w16, 1b
|
/kernel/linux/linux-5.10/sound/isa/gus/ |
H A D | gus_pcm.c | 291 int w16, int invert) in snd_gf1_pcm_poke_block() 310 if (w16) { in snd_gf1_pcm_poke_block() 321 if (w16) { in snd_gf1_pcm_poke_block() 358 int w16, invert; in playback_copy_ack() local 364 w16 = (snd_pcm_format_width(runtime->format) == 16); in playback_copy_ack() 367 pcmp->memory + bpos, len, w16, invert); in playback_copy_ack() 289 snd_gf1_pcm_poke_block(struct snd_gus_card *gus, unsigned char *buf, unsigned int pos, unsigned int count, int w16, int invert) snd_gf1_pcm_poke_block() argument
|
/kernel/linux/linux-6.6/sound/isa/gus/ |
H A D | gus_pcm.c | 291 int w16, int invert) in snd_gf1_pcm_poke_block() 310 if (w16) { in snd_gf1_pcm_poke_block() 321 if (w16) { in snd_gf1_pcm_poke_block() 358 int w16, invert; in playback_copy_ack() local 364 w16 = (snd_pcm_format_width(runtime->format) == 16); in playback_copy_ack() 367 pcmp->memory + bpos, len, w16, invert); in playback_copy_ack() 289 snd_gf1_pcm_poke_block(struct snd_gus_card *gus, unsigned char *buf, unsigned int pos, unsigned int count, int w16, int invert) snd_gf1_pcm_poke_block() argument
|
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A D | poly1305-armv8.pl | 133 mov w16,w#$h2 221 mov w16,w#$h2 329 add w15,w16,w16,lsl#2 // r4*5 331 str w16,[$ctx,#16*7] // r4
|
H A D | sha512-armv8.pl | 217 ldr w16,[x16] 218 tst w16,#ARMV8_SHA256 220 tst w16,#ARMV7_NEON
|
H A D | chacha-neon-core.S | 172 a4 .req w16
|
/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | poly1305-armv8.pl | 133 mov w16,w#$h2 221 mov w16,w#$h2 329 add w15,w16,w16,lsl#2 // r4*5 331 str w16,[$ctx,#16*7] // r4
|
H A D | sha512-armv8.pl | 217 ldr w16,[x16] 218 tst w16,#ARMV8_SHA256 220 tst w16,#ARMV7_NEON
|
H A D | sm3-neon-core.S | 55 #define t5 w16
|
H A D | chacha-neon-core.S | 172 a4 .req w16
|
/kernel/linux/linux-6.6/drivers/iio/dac/ |
H A D | ad5766.c | 124 u16 w16[2]; member 169 *val = st->data[2].w16[1]; in __ad5766_spi_read()
|
/kernel/linux/linux-5.10/drivers/net/usb/ |
H A D | pegasus.c | 355 u16 w16; in get_node_id() local 358 ret = read_eprom_word(pegasus, i, &w16); in get_node_id() 361 ((__le16 *) id)[i] = cpu_to_le16(w16); in get_node_id()
|
/kernel/linux/linux-6.6/drivers/net/usb/ |
H A D | pegasus.c | 330 u16 w16; in get_node_id() local 333 ret = read_eprom_word(pegasus, i, &w16); in get_node_id() 336 ((__le16 *) id)[i] = cpu_to_le16(w16); in get_node_id()
|