Home
last modified time | relevance | path

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

/linux-3.4.99/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-3.4.99/sound/firewire/
Damdtp.c90 unsigned int sfc; in amdtp_out_stream_set_rate() local
95 for (sfc = 0; sfc < ARRAY_SIZE(rate_info); ++sfc) in amdtp_out_stream_set_rate()
96 if (rate_info[sfc].rate == rate) { in amdtp_out_stream_set_rate()
97 s->sfc = sfc; in amdtp_out_stream_set_rate()
98 s->syt_interval = rate_info[sfc].syt_interval; in amdtp_out_stream_set_rate()
128 return 8 + max_data_blocks[s->sfc] * 4 * s->data_block_quadlets; in amdtp_out_stream_get_max_payload()
171 if (!cip_sfc_is_base_44100(s->sfc)) { in calculate_data_blocks()
185 if (s->sfc == CIP_SFC_44100) in calculate_data_blocks()
191 data_blocks = 11 * (s->sfc >> 1) + (phase == 0); in calculate_data_blocks()
192 if (++phase >= (80 >> (s->sfc >> 1))) in calculate_data_blocks()
[all …]
Damdtp.h45 enum cip_sfc sfc; member
164 static inline bool cip_sfc_is_base_44100(enum cip_sfc sfc) in cip_sfc_is_base_44100() argument
166 return sfc & 1; in cip_sfc_is_base_44100()
Dspeakers.c199 static int fwspk_set_rate(struct fwspk *fwspk, unsigned int sfc) in fwspk_set_rate() argument
213 buf[5] = 0x00 | sfc; /* AM824, frequency */ in fwspk_set_rate()
256 err = fwspk_set_rate(fwspk, fwspk->stream.sfc); in fwspk_hw_params()
/linux-3.4.99/drivers/net/ethernet/sfc/
DMakefile1 sfc-y += efx.o nic.o falcon.o siena.o tx.o rx.o filter.o \
6 sfc-$(CONFIG_SFC_MTD) += mtd.o
7 sfc-$(CONFIG_SFC_SRIOV) += siena_sriov.o
9 obj-$(CONFIG_SFC) += sfc.o
DKconfig13 will be called sfc.
/linux-3.4.99/arch/m68k/ifpsp060/
Diskeleton.S204 | load sfc/dfc
212 movec.l %d0,%sfc
226 | restore sfc/dfc
228 movec.l %d2,%sfc
/linux-3.4.99/arch/m68k/kernel/
Dsun3-head.S40 movec %d0, %sfc
Dentry_mm.S324 movec %sfc,%d0
412 movec %a0,%sfc
/linux-3.4.99/drivers/net/ethernet/
DMakefile65 obj-$(CONFIG_SFC) += sfc/
DKconfig166 source "drivers/net/ethernet/sfc/Kconfig"
/linux-3.4.99/
DMAINTAINERS6028 F: drivers/net/ethernet/sfc/