sfc                75 arch/m68k/include/asm/sun3mmu.h 	unsigned char sfc, c;
sfc                77 arch/m68k/include/asm/sun3mmu.h 	GET_SFC (sfc);
sfc                80 arch/m68k/include/asm/sun3mmu.h 	SET_SFC (sfc);
sfc                89 arch/m68k/include/asm/sun3mmu.h         unsigned char c, sfc;
sfc                91 arch/m68k/include/asm/sun3mmu.h         GET_SFC (sfc);
sfc                94 arch/m68k/include/asm/sun3mmu.h         SET_SFC (sfc);
sfc               103 arch/m68k/include/asm/sun3mmu.h         unsigned char sfc;
sfc               105 arch/m68k/include/asm/sun3mmu.h         GET_DFC (sfc);
sfc               108 arch/m68k/include/asm/sun3mmu.h 	SET_DFC (sfc);
sfc               117 arch/m68k/include/asm/sun3mmu.h         unsigned char sfc;
sfc               119 arch/m68k/include/asm/sun3mmu.h         GET_SFC (sfc);
sfc               122 arch/m68k/include/asm/sun3mmu.h         SET_SFC (sfc);
sfc               130 arch/m68k/include/asm/sun3mmu.h         unsigned char sfc;
sfc               132 arch/m68k/include/asm/sun3mmu.h         GET_DFC (sfc);
sfc               135 arch/m68k/include/asm/sun3mmu.h 	SET_DFC (sfc);
sfc               143 arch/m68k/include/asm/sun3mmu.h 	unsigned char sfc, c;
sfc               145 arch/m68k/include/asm/sun3mmu.h 	GET_SFC(sfc);
sfc               148 arch/m68k/include/asm/sun3mmu.h 	SET_SFC(sfc);
sfc                85 sound/firewire/amdtp-am824.c 	s->ctx_data.rx.fdf = AMDTP_FDF_AM824 | s->sfc;
sfc               293 sound/firewire/amdtp-am824.c 	p->midi_fifo_used[port] += amdtp_rate_table[s->sfc];
sfc               258 sound/firewire/amdtp-stream.c 	unsigned int sfc;
sfc               260 sound/firewire/amdtp-stream.c 	for (sfc = 0; sfc < ARRAY_SIZE(amdtp_rate_table); ++sfc) {
sfc               261 sound/firewire/amdtp-stream.c 		if (amdtp_rate_table[sfc] == rate)
sfc               264 sound/firewire/amdtp-stream.c 	if (sfc == ARRAY_SIZE(amdtp_rate_table))
sfc               267 sound/firewire/amdtp-stream.c 	s->sfc = sfc;
sfc               269 sound/firewire/amdtp-stream.c 	s->syt_interval = amdtp_syt_intervals[sfc];
sfc               338 sound/firewire/amdtp-stream.c 		if (!cip_sfc_is_base_44100(s->sfc)) {
sfc               352 sound/firewire/amdtp-stream.c 			if (s->sfc == CIP_SFC_44100)
sfc               358 sound/firewire/amdtp-stream.c 				data_blocks = 11 * (s->sfc >> 1) + (phase == 0);
sfc               359 sound/firewire/amdtp-stream.c 			if (++phase >= (80 >> (s->sfc >> 1)))
sfc               374 sound/firewire/amdtp-stream.c 		if (!cip_sfc_is_base_44100(s->sfc))
sfc               927 sound/firewire/amdtp-stream.c 		entry = &initial_state[s->sfc];
sfc               156 sound/firewire/amdtp-stream.h 	enum cip_sfc sfc;
sfc               253 sound/firewire/amdtp-stream.h static inline bool cip_sfc_is_base_44100(enum cip_sfc sfc)
sfc               255 sound/firewire/amdtp-stream.h 	return sfc & 1;
sfc               130 sound/firewire/digi00x/amdtp-dot.c 	s->ctx_data.rx.fdf = AMDTP_FDF_AM824 | s->sfc;
sfc               245 sound/firewire/digi00x/amdtp-dot.c 	p->midi_fifo_used[port] += amdtp_rate_table[s->sfc] * count;
sfc                32 sound/firewire/fcp.c 	unsigned int sfc;
sfc                38 sound/firewire/fcp.c 	for (sfc = 0; sfc < CIP_SFC_COUNT; sfc++) {
sfc                39 sound/firewire/fcp.c 		if (amdtp_rate_table[sfc] == rate) {
sfc                59 sound/firewire/fcp.c 	buf[5] = 0x07 & sfc;	/* FDF-hi. AM824, frequency */
sfc                88 sound/firewire/fcp.c 	unsigned int sfc;
sfc               125 sound/firewire/fcp.c 	sfc = 0x07 & buf[5];
sfc               126 sound/firewire/fcp.c 	if (sfc >= CIP_SFC_COUNT) {
sfc               131 sound/firewire/fcp.c 	*rate = amdtp_rate_table[sfc];
sfc               177 sound/firewire/fireface/ff-pcm.c 			rate = amdtp_rate_table[ff->rx_stream.sfc];
sfc                12 sound/firewire/fireface/ff-stream.c int snd_ff_stream_get_multiplier_mode(enum cip_sfc sfc,
sfc                25 sound/firewire/fireface/ff-stream.c 	if (sfc >= CIP_SFC_COUNT)
sfc                28 sound/firewire/fireface/ff-stream.c 	*mode = modes[sfc];
sfc               138 sound/firewire/fireface/ff.h int snd_ff_stream_get_multiplier_mode(enum cip_sfc sfc,
sfc               112 sound/firewire/motu/amdtp-motu.c 	p->quotient_ticks_per_event = params[s->sfc].quotient_ticks_per_event;
sfc               113 sound/firewire/motu/amdtp-motu.c 	p->remainder_ticks_per_event = params[s->sfc].remainder_ticks_per_event;
sfc               115 sound/firewire/oxfw/oxfw-command.c 	unsigned int sfc;
sfc               119 sound/firewire/oxfw/oxfw-command.c 	for (sfc = 0; sfc < CIP_SFC_COUNT; sfc++) {
sfc               120 sound/firewire/oxfw/oxfw-command.c 		if (amdtp_rate_table[sfc] == rate)
sfc               123 sound/firewire/oxfw/oxfw-command.c 	if (sfc == CIP_SFC_COUNT)
sfc               138 sound/firewire/oxfw/oxfw-command.c 	buf[5] = 0x07 & sfc;	/* FDF-hi. AM824, frequency */