/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/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 | 276 unsigned int sfc; in amdtp_stream_set_parameters() local 278 for (sfc = 0; sfc < ARRAY_SIZE(amdtp_rate_table); ++sfc) { in amdtp_stream_set_parameters() 279 if (amdtp_rate_table[sfc] == rate) in amdtp_stream_set_parameters() 282 if (sfc == ARRAY_SIZE(amdtp_rate_table)) in amdtp_stream_set_parameters() 285 s->sfc = sfc; in amdtp_stream_set_parameters() 287 s->syt_interval = amdtp_syt_intervals[sfc]; in amdtp_stream_set_parameters() 344 unsigned int syt_interval, enum cip_sfc sfc) in calculate_data_blocks() argument 357 if (!cip_sfc_is_base_44100(sfc)) { in calculate_data_blocks() 371 if (sfc == CIP_SFC_44100) in calculate_data_blocks() 377 data_blocks = 11 * (sfc >> 1) + (phase == 0); in calculate_data_blocks() [all …]
|
D | amdtp-stream.h | 161 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()
|
D | amdtp-am824.c | 86 s->ctx_data.rx.fdf = AMDTP_FDF_AM824 | s->sfc; in amdtp_am824_set_parameters() 294 p->midi_fifo_used[port] += amdtp_rate_table[s->sfc]; in midi_rate_use_one_byte()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
D | Makefile | 2 sfc-y += efx.o efx_common.o efx_channels.o nic.o \ 10 sfc-$(CONFIG_SFC_MTD) += mtd.o 11 sfc-$(CONFIG_SFC_SRIOV) += sriov.o siena_sriov.o ef10_sriov.o 13 obj-$(CONFIG_SFC) += sfc.o
|
D | Kconfig | 33 will be called sfc. 67 source "drivers/net/ethernet/sfc/falcon/Kconfig"
|
/kernel/linux/linux-5.10/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.
|
/kernel/linux/linux-5.10/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 | 145 int snd_ff_stream_get_multiplier_mode(enum cip_sfc sfc,
|
D | ff-pcm.c | 185 rate = amdtp_rate_table[ff->rx_stream.sfc]; in pcm_open()
|
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/controllers/ |
D | Makefile | 3 obj-$(CONFIG_SPI_HISI_SFC) += hisi-sfc.o
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/ |
D | iskeleton.S | 204 | load sfc/dfc 212 movec.l %d0,%sfc 226 | restore sfc/dfc 228 movec.l %d2,%sfc
|
/kernel/linux/linux-5.10/drivers/net/phy/ |
D | at803x.c | 717 int sfc; in at803x_read_status() local 719 sfc = phy_read(phydev, AT803X_SPECIFIC_FUNCTION_CONTROL); in at803x_read_status() 720 if (sfc < 0) in at803x_read_status() 721 return sfc; in at803x_read_status() 744 switch (FIELD_GET(AT803X_SFC_MDI_CROSSOVER_MODE_M, sfc)) { in at803x_read_status()
|
/kernel/linux/linux-5.10/arch/m68k/kernel/ |
D | sun3-head.S | 41 movec %d0, %sfc
|
D | entry.S | 340 movec %sfc,%d0 428 movec %a0,%sfc
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/sound/firewire/motu/ |
D | amdtp-motu.c | 108 p->quotient_ticks_per_event = params[s->sfc].quotient_ticks_per_event; in amdtp_motu_set_parameters() 109 p->remainder_ticks_per_event = params[s->sfc].remainder_ticks_per_event; in amdtp_motu_set_parameters()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/ |
D | Makefile | 82 obj-$(CONFIG_NET_VENDOR_SOLARFLARE) += sfc/
|
D | Kconfig | 168 source "drivers/net/ethernet/sfc/Kconfig"
|
/kernel/linux/build/ |
D | kernel.mk | 70 NEWIP_PATCH_FILE := $(OHOS_BUILD_HOME)/foundation/communication/sfc/newip/apply_newip.sh
|
/kernel/linux/linux-5.10/drivers/spi/ |
D | Makefile | 57 obj-$(CONFIG_SPI_HISI_SFC_V3XX) += spi-hisi-sfc-v3xx.o
|
/kernel/linux/linux-5.10/ |
D | MAINTAINERS | 8016 F: drivers/spi/spi-hisi-sfc-v3xx.c 15809 F: drivers/net/ethernet/sfc/
|