Searched refs:sfc (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/arch/m68k/include/asm/ |
D | sun3mmu.h | 74 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/ |
D | oxfw-command.c | 112 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/ |
D | Makefile | 1 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
|
D | Kconfig | 15 will be called sfc.
|
/linux-4.1.27/sound/firewire/ |
D | fcp.c | 32 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()
|
D | amdtp.c | 201 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 …]
|
D | amdtp.h | 119 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/ |
D | iskeleton.S | 204 | load sfc/dfc 212 movec.l %d0,%sfc 226 | restore sfc/dfc 228 movec.l %d2,%sfc
|
/linux-4.1.27/arch/m68k/kernel/ |
D | sun3-head.S | 40 movec %d0, %sfc
|
D | entry.S | 327 movec %sfc,%d0 415 movec %a0,%sfc
|
/linux-4.1.27/drivers/net/ethernet/ |
D | Makefile | 73 obj-$(CONFIG_SFC) += sfc/
|
D | Kconfig | 163 source "drivers/net/ethernet/sfc/Kconfig"
|
/linux-4.1.27/ |
D | MAINTAINERS | 8866 F: drivers/net/ethernet/sfc/
|