Searched refs:sfc (Results 1 – 12 of 12) sorted by relevance
/linux-2.6.39/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-2.6.39/sound/firewire/ |
D | amdtp.c | 90 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 …]
|
D | amdtp.h | 45 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()
|
D | speakers.c | 199 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-2.6.39/drivers/net/sfc/ |
D | Makefile | 1 sfc-y += efx.o nic.o falcon.o siena.o tx.o rx.o filter.o \ 6 sfc-$(CONFIG_SFC_MTD) += mtd.o 8 obj-$(CONFIG_SFC) += sfc.o
|
D | Kconfig | 14 will be called sfc.
|
/linux-2.6.39/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-2.6.39/arch/m68k/kernel/ |
D | sun3-head.S | 40 movec %d0, %sfc
|
D | entry_mm.S | 314 movec %sfc,%d0 402 movec %a0,%sfc
|
/linux-2.6.39/drivers/net/ |
D | Makefile | 299 obj-$(CONFIG_SFC) += sfc/
|
D | Kconfig | 2919 source "drivers/net/sfc/Kconfig"
|
/linux-2.6.39/ |
D | MAINTAINERS | 5636 F: drivers/net/sfc/
|