Home
last modified time | relevance | path

Searched refs:w16 (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/mm/
H A Dproc.S380 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 Dproc.S371 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 Dgus_pcm.c291 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 Dgus_pcm.c291 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 Dpoly1305-armv8.pl133 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 Dsha512-armv8.pl217 ldr w16,[x16]
218 tst w16,#ARMV8_SHA256
220 tst w16,#ARMV7_NEON
H A Dchacha-neon-core.S172 a4 .req w16
/kernel/linux/linux-6.6/arch/arm64/crypto/
H A Dpoly1305-armv8.pl133 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 Dsha512-armv8.pl217 ldr w16,[x16]
218 tst w16,#ARMV8_SHA256
220 tst w16,#ARMV7_NEON
H A Dsm3-neon-core.S55 #define t5 w16
H A Dchacha-neon-core.S172 a4 .req w16
/kernel/linux/linux-6.6/drivers/iio/dac/
H A Dad5766.c124 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 Dpegasus.c355 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 Dpegasus.c330 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()

Completed in 13 milliseconds