Home
last modified time | relevance | path

Searched refs:sfc (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/arch/m68k/include/asm/
Dsun3mmu.h74 unsigned char sfc, c; in sun3_get_buserr() local
76 GET_SFC (sfc); in sun3_get_buserr()
79 SET_SFC (sfc); in sun3_get_buserr()
88 unsigned char c, sfc; in sun3_get_segmap() local
90 GET_SFC (sfc); in sun3_get_segmap()
93 SET_SFC (sfc); in sun3_get_segmap()
102 unsigned char sfc; in sun3_put_segmap() local
104 GET_DFC (sfc); in sun3_put_segmap()
107 SET_DFC (sfc); in sun3_put_segmap()
116 unsigned char sfc; in sun3_get_pte() local
[all …]
/linux-4.1.27/sound/firewire/oxfw/
Doxfw-command.c112 unsigned int sfc; in avc_general_inquiry_sig_fmt() local
116 for (sfc = 0; sfc < CIP_SFC_COUNT; sfc++) { in avc_general_inquiry_sig_fmt()
117 if (amdtp_rate_table[sfc] == rate) in avc_general_inquiry_sig_fmt()
120 if (sfc == CIP_SFC_COUNT) in avc_general_inquiry_sig_fmt()
135 buf[5] = 0x07 & sfc; /* FDF-hi. AM824, frequency */ in avc_general_inquiry_sig_fmt()
/linux-4.1.27/drivers/net/ethernet/sfc/
DMakefile1 sfc-y += efx.o nic.o farch.o falcon.o siena.o ef10.o tx.o \
5 sfc-$(CONFIG_SFC_MTD) += mtd.o
6 sfc-$(CONFIG_SFC_SRIOV) += siena_sriov.o
8 obj-$(CONFIG_SFC) += sfc.o
DKconfig15 will be called sfc.
/linux-4.1.27/sound/firewire/
Dfcp.c32 unsigned int sfc; in avc_general_set_sig_fmt() local
38 for (sfc = 0; sfc < CIP_SFC_COUNT; sfc++) { in avc_general_set_sig_fmt()
39 if (amdtp_rate_table[sfc] == rate) { in avc_general_set_sig_fmt()
59 buf[5] = 0x07 & sfc; /* FDF-hi. AM824, frequency */ in avc_general_set_sig_fmt()
86 unsigned int sfc; in avc_general_get_sig_fmt() local
121 sfc = 0x07 & buf[5]; in avc_general_get_sig_fmt()
122 if (sfc >= CIP_SFC_COUNT) { in avc_general_get_sig_fmt()
127 *rate = amdtp_rate_table[sfc]; in avc_general_get_sig_fmt()
Damdtp.c201 unsigned int i, sfc, midi_channels; in amdtp_stream_set_parameters() local
210 for (sfc = 0; sfc < ARRAY_SIZE(amdtp_rate_table); ++sfc) in amdtp_stream_set_parameters()
211 if (amdtp_rate_table[sfc] == rate) in amdtp_stream_set_parameters()
218 s->sfc = sfc; in amdtp_stream_set_parameters()
222 s->syt_interval = amdtp_syt_intervals[sfc]; in amdtp_stream_set_parameters()
325 else if (!cip_sfc_is_base_44100(s->sfc)) { in calculate_data_blocks()
339 if (s->sfc == CIP_SFC_44100) in calculate_data_blocks()
345 data_blocks = 11 * (s->sfc >> 1) + (phase == 0); in calculate_data_blocks()
346 if (++phase >= (80 >> (s->sfc >> 1))) in calculate_data_blocks()
360 if (!cip_sfc_is_base_44100(s->sfc)) in calculate_syt()
[all …]
Damdtp.h119 enum cip_sfc sfc; member
257 static inline bool cip_sfc_is_base_44100(enum cip_sfc sfc) in cip_sfc_is_base_44100() argument
259 return sfc & 1; in cip_sfc_is_base_44100()
/linux-4.1.27/arch/m68k/ifpsp060/
Diskeleton.S204 | load sfc/dfc
212 movec.l %d0,%sfc
226 | restore sfc/dfc
228 movec.l %d2,%sfc
/linux-4.1.27/arch/m68k/kernel/
Dsun3-head.S40 movec %d0, %sfc
Dentry.S327 movec %sfc,%d0
415 movec %a0,%sfc
/linux-4.1.27/drivers/net/ethernet/
DMakefile73 obj-$(CONFIG_SFC) += sfc/
DKconfig163 source "drivers/net/ethernet/sfc/Kconfig"
/linux-4.1.27/
DMAINTAINERS8866 F: drivers/net/ethernet/sfc/