Searched refs:bswap (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/drivers/ide/ |
D | ide-h8300.c | 13 #define bswap(d) \ macro 29 *(volatile u16 *)addr = bswap(*bp); in mm_outsw() 36 *bp = bswap(*(volatile u16 *)addr); in mm_insw()
|
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-2.6.39/drivers/media/video/saa7134/ |
D | saa7134-alsa.c | 445 int bswap, sign; in snd_card_saa7134_capture_prepare() local 466 bswap = 1; in snd_card_saa7134_capture_prepare() 468 bswap = 0; in snd_card_saa7134_capture_prepare() 501 bswap ? 'b' : '-'); in snd_card_saa7134_capture_prepare() 506 if (bswap) in snd_card_saa7134_capture_prepare()
|
D | saa7134-video.c | 116 .bswap = 1, 127 .bswap = 1, 138 .bswap = 1, 149 .bswap = 1, 156 .bswap = 1, 902 if (dev->ovfmt->bswap) in start_preview() 962 if (buf->fmt->bswap) in buffer_activate()
|
D | saa7134.h | 115 unsigned int bswap:1; member
|
/linux-2.6.39/Documentation/filesystems/ |
D | proc.txt | 901 bswap 0 0 1 r
|