/Linux-v5.4/arch/m68k/include/asm/ |
D | sun3mmu.h | 75 unsigned char sfc, c; in sun3_get_buserr() local 77 GET_SFC (sfc); in sun3_get_buserr() 80 SET_SFC (sfc); in sun3_get_buserr() 89 unsigned char c, sfc; in sun3_get_segmap() local 91 GET_SFC (sfc); in sun3_get_segmap() 94 SET_SFC (sfc); in sun3_get_segmap() 103 unsigned char sfc; in sun3_put_segmap() local 105 GET_DFC (sfc); in sun3_put_segmap() 108 SET_DFC (sfc); in sun3_put_segmap() 117 unsigned char sfc; in sun3_get_pte() local [all …]
|
/Linux-v5.4/sound/firewire/oxfw/ |
D | oxfw-command.c | 115 unsigned int sfc; in avc_general_inquiry_sig_fmt() local 119 for (sfc = 0; sfc < CIP_SFC_COUNT; sfc++) { in avc_general_inquiry_sig_fmt() 120 if (amdtp_rate_table[sfc] == rate) in avc_general_inquiry_sig_fmt() 123 if (sfc == CIP_SFC_COUNT) in avc_general_inquiry_sig_fmt() 138 buf[5] = 0x07 & sfc; /* FDF-hi. AM824, frequency */ in avc_general_inquiry_sig_fmt()
|
/Linux-v5.4/drivers/net/ethernet/sfc/ |
D | Makefile | 2 sfc-y += efx.o nic.o farch.o siena.o ef10.o tx.o rx.o \ 5 sfc-$(CONFIG_SFC_MTD) += mtd.o 6 sfc-$(CONFIG_SFC_SRIOV) += sriov.o siena_sriov.o ef10_sriov.o 8 obj-$(CONFIG_SFC) += sfc.o
|
D | Kconfig | 32 will be called sfc. 66 source "drivers/net/ethernet/sfc/falcon/Kconfig"
|
/Linux-v5.4/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() 88 unsigned int sfc; in avc_general_get_sig_fmt() local 125 sfc = 0x07 & buf[5]; in avc_general_get_sig_fmt() 126 if (sfc >= CIP_SFC_COUNT) { in avc_general_get_sig_fmt() 131 *rate = amdtp_rate_table[sfc]; in avc_general_get_sig_fmt()
|
D | amdtp-stream.c | 258 unsigned int sfc; in amdtp_stream_set_parameters() local 260 for (sfc = 0; sfc < ARRAY_SIZE(amdtp_rate_table); ++sfc) { in amdtp_stream_set_parameters() 261 if (amdtp_rate_table[sfc] == rate) in amdtp_stream_set_parameters() 264 if (sfc == ARRAY_SIZE(amdtp_rate_table)) in amdtp_stream_set_parameters() 267 s->sfc = sfc; in amdtp_stream_set_parameters() 269 s->syt_interval = amdtp_syt_intervals[sfc]; in amdtp_stream_set_parameters() 338 if (!cip_sfc_is_base_44100(s->sfc)) { in calculate_data_blocks() 352 if (s->sfc == CIP_SFC_44100) in calculate_data_blocks() 358 data_blocks = 11 * (s->sfc >> 1) + (phase == 0); in calculate_data_blocks() 359 if (++phase >= (80 >> (s->sfc >> 1))) in calculate_data_blocks() [all …]
|
D | amdtp-stream.h | 156 enum cip_sfc sfc; member 253 static inline bool cip_sfc_is_base_44100(enum cip_sfc sfc) in cip_sfc_is_base_44100() argument 255 return sfc & 1; in cip_sfc_is_base_44100()
|
D | amdtp-am824.c | 85 s->ctx_data.rx.fdf = AMDTP_FDF_AM824 | s->sfc; in amdtp_am824_set_parameters() 293 p->midi_fifo_used[port] += amdtp_rate_table[s->sfc]; in midi_rate_use_one_byte()
|
/Linux-v5.4/drivers/net/ethernet/sfc/falcon/ |
D | Makefile | 2 sfc-falcon-y += efx.o nic.o farch.o falcon.o tx.o rx.o selftest.o \ 6 sfc-falcon-$(CONFIG_SFC_FALCON_MTD) += mtd.o 7 obj-$(CONFIG_SFC_FALCON) += sfc-falcon.o
|
D | Kconfig | 14 will be called sfc-falcon.
|
/Linux-v5.4/sound/firewire/fireface/ |
D | ff-stream.c | 12 int snd_ff_stream_get_multiplier_mode(enum cip_sfc sfc, in snd_ff_stream_get_multiplier_mode() argument 25 if (sfc >= CIP_SFC_COUNT) in snd_ff_stream_get_multiplier_mode() 28 *mode = modes[sfc]; in snd_ff_stream_get_multiplier_mode()
|
D | ff.h | 138 int snd_ff_stream_get_multiplier_mode(enum cip_sfc sfc,
|
D | ff-pcm.c | 177 rate = amdtp_rate_table[ff->rx_stream.sfc]; in pcm_open()
|
/Linux-v5.4/drivers/mtd/spi-nor/ |
D | Makefile | 5 obj-$(CONFIG_SPI_HISI_SFC) += hisi-sfc.o
|
/Linux-v5.4/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-v5.4/arch/m68k/kernel/ |
D | sun3-head.S | 41 movec %d0, %sfc
|
D | entry.S | 333 movec %sfc,%d0 421 movec %a0,%sfc
|
/Linux-v5.4/sound/firewire/digi00x/ |
D | amdtp-dot.c | 130 s->ctx_data.rx.fdf = AMDTP_FDF_AM824 | s->sfc; in amdtp_dot_set_parameters() 245 p->midi_fifo_used[port] += amdtp_rate_table[s->sfc] * count; in midi_use_bytes()
|
/Linux-v5.4/sound/firewire/motu/ |
D | amdtp-motu.c | 112 p->quotient_ticks_per_event = params[s->sfc].quotient_ticks_per_event; in amdtp_motu_set_parameters() 113 p->remainder_ticks_per_event = params[s->sfc].remainder_ticks_per_event; in amdtp_motu_set_parameters()
|
/Linux-v5.4/drivers/net/ethernet/ |
D | Makefile | 83 obj-$(CONFIG_NET_VENDOR_SOLARFLARE) += sfc/
|
D | Kconfig | 168 source "drivers/net/ethernet/sfc/Kconfig"
|
/Linux-v5.4/ |
D | MAINTAINERS | 14651 F: drivers/net/ethernet/sfc/
|