srt              3887 arch/mips/include/asm/octeon/cvmx-mio-defs.h 		uint64_t srt:2;
srt              3889 arch/mips/include/asm/octeon/cvmx-mio-defs.h 		uint64_t srt:2;
srt              4302 arch/mips/include/asm/octeon/cvmx-mio-defs.h 		uint64_t srt:2;
srt              4304 arch/mips/include/asm/octeon/cvmx-mio-defs.h 		uint64_t srt:2;
srt              1274 drivers/block/floppy.c 	unsigned long srt;
srt              1315 drivers/block/floppy.c 	srt = 16 - DIV_ROUND_UP(DP->srt * scale_dtr / 1000, NOMINAL_DTR);
srt              1317 drivers/block/floppy.c 		srt = srt / 4;
srt              1319 drivers/block/floppy.c 	SUPBOUND(srt, 0xf);
srt              1320 drivers/block/floppy.c 	INFBOUND(srt, 0);
srt              1334 drivers/block/floppy.c 	spec1 = (srt << 4) | hut;
srt              3607 drivers/block/floppy.c 	compat_ulong_t	srt;
srt              3739 drivers/block/floppy.c 	UDP->srt = v.srt;
srt              3769 drivers/block/floppy.c 	v.srt = UDP->srt;
srt              2898 drivers/spi/spi.c 	struct spi_replaced_transfers *srt;
srt              2906 drivers/spi/spi.c 	srt = spi_replace_transfers(msg, xfer, 1, count, NULL, 0, gfp);
srt              2907 drivers/spi/spi.c 	if (IS_ERR(srt))
srt              2908 drivers/spi/spi.c 		return PTR_ERR(srt);
srt              2909 drivers/spi/spi.c 	xfers = srt->inserted_transfers;
srt               137 include/uapi/linux/fd.h 	unsigned long srt;     		/* Step rate, usec */
srt               739 sound/pci/ctxfi/cthw20k2.c 		u16 srt:1;
srt               747 sound/pci/ctxfi/cthw20k2.c 	unsigned int	srt;
srt               818 sound/pci/ctxfi/cthw20k2.c 	set_field(&ctl->srt, SRTCTL_SRCO, src);
srt               819 sound/pci/ctxfi/cthw20k2.c 	ctl->dirty.bf.srt = 1;
srt               827 sound/pci/ctxfi/cthw20k2.c 	set_field(&ctl->srt, SRTCTL_SRCM, src);
srt               828 sound/pci/ctxfi/cthw20k2.c 	ctl->dirty.bf.srt = 1;
srt               836 sound/pci/ctxfi/cthw20k2.c 	set_field(&ctl->srt, SRTCTL_RSR, rsr);
srt               837 sound/pci/ctxfi/cthw20k2.c 	ctl->dirty.bf.srt = 1;
srt               845 sound/pci/ctxfi/cthw20k2.c 	set_field(&ctl->srt, SRTCTL_DRAT, drat);
srt               846 sound/pci/ctxfi/cthw20k2.c 	ctl->dirty.bf.srt = 1;
srt               854 sound/pci/ctxfi/cthw20k2.c 	set_field(&ctl->srt, SRTCTL_EC, ec ? 1 : 0);
srt               855 sound/pci/ctxfi/cthw20k2.c 	ctl->dirty.bf.srt = 1;
srt               863 sound/pci/ctxfi/cthw20k2.c 	set_field(&ctl->srt, SRTCTL_ET, et ? 1 : 0);
srt               864 sound/pci/ctxfi/cthw20k2.c 	ctl->dirty.bf.srt = 1;
srt               872 sound/pci/ctxfi/cthw20k2.c 	if (ctl->dirty.bf.srt) {
srt               873 sound/pci/ctxfi/cthw20k2.c 		hw_write_20kx(hw, AUDIO_IO_RX_SRT_CTL+0x40*idx, ctl->srt);
srt               874 sound/pci/ctxfi/cthw20k2.c 		ctl->dirty.bf.srt = 0;