Searched refs:w16 (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/arm64/mm/ |
| H A D | proc.S | 453 1: ldxr w16, [flag_ptr] 454 add w16, w16, #1 455 stxr w17, w16, [flag_ptr] 461 ldxr w16, [flag_ptr] 462 cbnz w16, 1b
|
| /linux/sound/isa/gus/ |
| H A D | gus_pcm.c | 277 int w16, int invert) in snd_gf1_pcm_poke_block() argument 290 if (w16) { in snd_gf1_pcm_poke_block() 300 if (w16) { in snd_gf1_pcm_poke_block() 337 int w16, invert; in playback_copy_ack() local 343 w16 = (snd_pcm_format_width(runtime->format) == 16); in playback_copy_ack() 346 pcmp->memory + bpos, len, w16, invert); in playback_copy_ack()
|
| /linux/drivers/iio/dac/ |
| H A D | ad5766.c | 124 u16 w16[2]; member 167 *val = st->data[2].w16[1]; in __ad5766_spi_read()
|
| /linux/drivers/net/usb/ |
| H A D | pegasus.c | 340 u16 w16; in get_node_id() local 343 ret = read_eprom_word(pegasus, i, &w16); in get_node_id() 346 ((__le16 *) id)[i] = cpu_to_le16(w16); in get_node_id()
|