Searched refs:bswap (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/arch/x86/net/ |
D | bpf_jit.S | 40 bswap %eax /* ntohl() */ 92 bswap %eax 128 bswap %eax
|
/linux-4.1.27/arch/x86/crypto/ |
D | glue_helper-asm-avx.S | 54 #define load_ctr_8way(iv, bswap, x0, x1, x2, x3, x4, x5, x6, x7, t0, t1, t2) \ argument 57 vmovdqa bswap, t1; \
|
D | glue_helper-asm-avx2.S | 60 #define load_ctr_16way(iv, bswap, x0, x1, x2, x3, x4, x5, x6, x7, t0, t0x, t1, \ argument 70 vbroadcasti128 bswap, t1; \
|
/linux-4.1.27/drivers/media/pci/saa7134/ |
D | saa7134-alsa.c | 521 int bswap, sign; in snd_card_saa7134_capture_prepare() local 542 bswap = 1; in snd_card_saa7134_capture_prepare() 544 bswap = 0; in snd_card_saa7134_capture_prepare() 577 bswap ? 'b' : '-'); in snd_card_saa7134_capture_prepare() 582 if (bswap) in snd_card_saa7134_capture_prepare()
|
D | saa7134-video.c | 118 .bswap = 1, 129 .bswap = 1, 140 .bswap = 1, 151 .bswap = 1, 158 .bswap = 1, 755 if (dev->ovfmt->bswap) in start_preview() 815 if (dev->fmt->bswap) in buffer_activate()
|
D | saa7134.h | 118 unsigned int bswap:1; member
|
/linux-4.1.27/drivers/ide/ |
D | ide-probe.c | 196 int bswap = 1; in do_identify() local 220 bswap ^= 1; in do_identify() 223 ide_fixstring(m, ATA_ID_PROD_LEN, bswap); in do_identify() 224 ide_fixstring((char *)&id[ATA_ID_FW_REV], ATA_ID_FW_REV_LEN, bswap); in do_identify() 225 ide_fixstring((char *)&id[ATA_ID_SERNO], ATA_ID_SERNO_LEN, bswap); in do_identify()
|
/linux-4.1.27/Documentation/filesystems/ |
D | proc.txt | 1047 bswap 0 0 1 r
|