Searched refs:soft (Results 1 - 25 of 40) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm26/
H A Dfpstate.h26 struct fp_soft_struct soft; member in union:fp_state
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dmbcs.c199 static inline int mbcs_getdma_start(struct mbcs_soft *soft) argument
206 mmr_base = soft->mmr_base;
207 gdma = &soft->getdma;
239 static inline int mbcs_putdma_start(struct mbcs_soft *soft) argument
246 mmr_base = soft->mmr_base;
247 pdma = &soft->putdma;
279 static inline int mbcs_algo_start(struct mbcs_soft *soft) argument
281 struct algoblock *algo_soft = &soft->algo;
282 void *mmr_base = soft->mmr_base;
285 if (down_interruptible(&soft
308 do_mbcs_sram_dmawrite(struct mbcs_soft *soft, uint64_t hostAddr, size_t len, loff_t * off) argument
345 do_mbcs_sram_dmaread(struct mbcs_soft *soft, uint64_t hostAddr, size_t len, loff_t * off) argument
382 struct mbcs_soft *soft; local
400 struct mbcs_soft *soft = cx_dev->soft; local
425 struct mbcs_soft *soft = cx_dev->soft; local
475 mbcs_pioaddr(struct mbcs_soft *soft, uint64_t offset) argument
484 mbcs_debug_pioaddr_set(struct mbcs_soft *soft) argument
489 mbcs_gscr_pioaddr_set(struct mbcs_soft *soft) argument
497 struct mbcs_soft *soft = cx_dev->soft; local
524 struct mbcs_soft *soft = (struct mbcs_soft *)arg; local
574 struct mbcs_soft *soft; local
651 struct mbcs_soft *soft; local
663 mbcs_hw_init(struct mbcs_soft *soft) argument
704 struct mbcs_soft *soft = cx_dev->soft; local
721 struct mbcs_soft *soft = cx_dev->soft; local
748 struct mbcs_soft *soft; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/pci/pcibr/
H A Dpcibr_provider.c24 sal_pcibr_slot_enable(struct pcibus_info *soft, int device, void *resp, argument
34 segment = soft->pbi_buscommon.bs_persist_segment;
35 busnum = soft->pbi_buscommon.bs_persist_busnum;
44 sal_pcibr_slot_disable(struct pcibus_info *soft, int device, int action, argument
54 segment = soft->pbi_buscommon.bs_persist_segment;
55 busnum = soft->pbi_buscommon.bs_persist_busnum;
63 static int sal_pcibr_error_interrupt(struct pcibus_info *soft) argument
71 segment = soft->pbi_buscommon.bs_persist_segment;
72 busnum = soft->pbi_buscommon.bs_persist_busnum;
103 struct pcibus_info *soft local
116 struct pcibus_info *soft; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/arcnet/
H A Drfc1201.c94 struct arc_rfc1201 *soft = &pkt->soft.rfc1201; local
110 switch (soft->proto) {
140 struct arc_rfc1201 *soft = &pkthdr->soft.rfc1201; local
151 if (soft->split_flag == 0xFF) { /* Exception Packet */
164 soft, sizeof(pkt->soft));
166 if (!soft->split_flag) { /* not split */
168 soft
382 struct arc_rfc1201 *soft = &pkt->soft.rfc1201; local
438 load_pkt(struct net_device *dev, struct arc_hardware *hard, struct arc_rfc1201 *soft, int softlen, int bufnum) argument
512 struct arc_rfc1201 *soft = &out->pkt->soft.rfc1201, *newsoft; local
[all...]
H A Dcapmode.c129 /* up to sizeof(pkt->soft) has already been copied from the card */
136 memcpy(pktbuf, pkthdrbuf, ARC_HDR_SIZE+sizeof(pkt->soft.cap.proto));
137 memcpy(pktbuf+ARC_HDR_SIZE+sizeof(pkt->soft.cap.proto)+sizeof(int),
138 pkthdrbuf+ARC_HDR_SIZE+sizeof(pkt->soft.cap.proto),
139 sizeof(struct archdr)-ARC_HDR_SIZE-sizeof(pkt->soft.cap.proto));
141 if (length > sizeof(pkt->soft))
142 lp->hw.copy_from_card(dev, bufnum, ofs + sizeof(pkt->soft),
143 pkt->soft.raw + sizeof(pkt->soft)
145 length - sizeof(pkt->soft));
[all...]
H A Drfc1051.c93 struct arc_rfc1051 *soft = &pkt->soft.rfc1051; local
108 switch (soft->proto) {
151 /* up to sizeof(pkt->soft) has already been copied from the card */
153 if (length > sizeof(pkt->soft))
154 lp->hw.copy_from_card(dev, bufnum, ofs + sizeof(pkt->soft),
155 pkt->soft.raw + sizeof(pkt->soft),
156 length - sizeof(pkt->soft));
167 * Create the ARCnet hard/soft header
175 struct arc_rfc1051 *soft = &pkt->soft.rfc1051; local
[all...]
H A Darc-rawmode.c2 * Linux ARCnet driver - "raw mode" packet encapsulation (no soft headers)
116 /* up to sizeof(pkt->soft) has already been copied from the card */
118 if (length > sizeof(pkt->soft))
119 lp->hw.copy_from_card(dev, bufnum, ofs + sizeof(pkt->soft),
120 pkt->soft.raw + sizeof(pkt->soft),
121 length - sizeof(pkt->soft));
133 * Create the ARCnet hard/soft headers for raw mode.
134 * There aren't any soft headers in raw mode - not even the protocol id.
195 lp->hw.copy_to_card(dev, bufnum, ofs, &pkt->soft, lengt
[all...]
H A Darcnet.c598 struct arc_rfc1201 *soft; local
609 soft = &pkt->soft.rfc1201;
610 proto = arc_proto_map[soft->proto];
1004 struct arc_rfc1201 *soft; local
1007 soft = &pkt.soft.rfc1201;
1019 if (sizeof(pkt.soft) <= length)
1020 lp->hw.copy_from_card(dev, bufnum, ofs, soft, sizeof(pkt.soft));
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/math-emu/
H A Dfpu_system.h39 #define FPU_info (I387.soft.info)
49 #define FPU_lookahead (I387.soft.lookahead)
53 #define no_ip_update (*(u_char *)&(I387.soft.no_update))
54 #define FPU_rm (*(u_char *)&(I387.soft.rm))
58 #define access_limit (*(u_char *)&(I387.soft.alimit))
60 #define partial_status (I387.soft.swd)
61 #define control_word (I387.soft.cwd)
62 #define fpu_tag_word (I387.soft.twd)
63 #define registers (I387.soft.st_space)
64 #define top (I387.soft
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
H A Dfpstate.h70 struct fp_soft_struct soft; member in union:fp_state
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/dmasound/
H A Dtrans_16.c12 * - input resampling (for soft rate < hard rate)
71 short *table = dmasound.soft.format == AFMT_MU_LAW
75 int val, stereo = dmasound.soft.stereo;
106 int val, stereo = dmasound.soft.stereo;
137 int val, stereo = dmasound.soft.stereo;
167 int stereo = dmasound.soft.stereo;
196 int mask = (dmasound.soft.format == AFMT_U16_LE? 0x0080: 0x8000);
197 int stereo = dmasound.soft.stereo;
228 (dmasound.soft.format == AFMT_MU_LAW
233 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft
[all...]
H A Ddmasound_atari.c13 * 01/02/2001 [0.3] - put in default hard/soft settings.
158 char *table = dmasound.soft.format == AFMT_MU_LAW ? dmasound_ulaw2dma8
164 if (dmasound.soft.stereo)
187 if (dmasound.soft.stereo)
203 if (!dmasound.soft.stereo) {
238 if (!dmasound.soft.stereo) {
270 if (!dmasound.soft.stereo) {
310 if (!dmasound.soft.stereo) {
351 if (!dmasound.soft.stereo) {
388 char *table = dmasound.soft
[all...]
H A Ddmasound_q40.c13 * [0.3] - put in default hard/soft settings.
65 char *table = dmasound.soft.format == AFMT_MU_LAW ? dmasound_ulaw2dma8: dmasound_alaw2dma8;
122 (dmasound.soft.format == AFMT_MU_LAW ? dmasound_ulaw2dma8: dmasound_alaw2dma8);
126 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed;
162 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed;
199 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed;
232 (dmasound.soft.format == AFMT_MU_LAW ? dmasound_ulaw2dma8: dmasound_alaw2dma8);
236 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed;
275 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed;
314 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft
[all...]
H A Ddmasound_core.c249 return dmasound.soft.speed;
252 at present we allow (arbitrarily) low rates - using soft
254 no soft down-conversion.
260 dmasound.soft.speed = speed;
263 dmasound.dsp.speed = dmasound.soft.speed;
265 return dmasound.soft.speed;
271 return dmasound.soft.stereo;
275 dmasound.soft.stereo = stereo;
288 switch (dmasound.soft.format) {
470 to be used when the user requests the fragments sizes (with no soft
[all...]
H A Ddmasound_paula.c14 * [0.4] - put in default hard/soft settings
164 if (!dmasound.soft.stereo) {
198 if (!dmasound.soft.stereo) { \
251 if (!dmasound.soft.stereo) { \
366 if (dmasound.soft.speed)
367 period = amiga_colorclock/dmasound.soft.speed-1;
370 dmasound.hard = dmasound.soft;
395 return dmasound.soft.format;
413 dmasound.soft.format = format;
414 dmasound.soft
[all...]
H A Ddmasound.h101 /* description of the set-up applies to either hard or soft settings */
168 SETTINGS soft; /* software settings */ member in struct:sound_settings
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dif_arcnet.h106 * 'offset' specification instead of the length, and the soft data is at
134 } soft; member in struct:archdr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/sn/
H A Dtiocx.h23 void *soft; /* driver specific */ member in struct:cx_dev
H A Dpcibr_provider.h145 extern int sal_pcibr_slot_enable(struct pcibus_info *soft, int device,
147 extern int sal_pcibr_slot_disable(struct pcibus_info *soft, int device,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dioc4_serial.c640 * @port: ptr to soft struct for this port
657 * @ioc4_soft: ptr to soft struct for this port
791 pending_intrs(struct ioc4_soft *soft, int type) argument
793 struct ioc4_misc_regs __iomem *mem = soft->is_ioc4_misc_addr;
800 spin_lock_irqsave(&soft->is_ir_lock, flag);
817 spin_unlock_irqrestore(&soft->is_ir_lock, flag);
960 * @soft: soft struct for this card
967 intr_connect(struct ioc4_soft *soft, int type, argument
976 i = atomic_inc(&soft
994 struct ioc4_soft *soft; local
1058 struct ioc4_soft *soft = control->ic_soft; local
2645 struct ioc4_soft *soft; local
2775 struct ioc4_soft *soft; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_qm_syscalls.c594 xfs_qcnt_t hard, soft; local
633 * Make sure that hardlimits are >= soft limits before changing.
638 soft = (newlim->d_fieldmask & FS_DQ_BSOFT) ?
641 if (hard == 0 || hard >= soft) {
643 ddq->d_blk_softlimit = cpu_to_be64(soft);
646 mp->m_quotainfo->qi_bsoftlimit = soft;
649 qdprintk("blkhard %Ld < blksoft %Ld\n", hard, soft);
654 soft = (newlim->d_fieldmask & FS_DQ_RTBSOFT) ?
657 if (hard == 0 || hard >= soft) {
659 ddq->d_rtb_softlimit = cpu_to_be64(soft);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Di387.c306 return save_i387_soft( &current->thread.i387.soft, buf );
341 err = restore_i387_soft( &current->thread.i387.soft, buf );
374 return save_i387_soft( &tsk->thread.i387.soft,
402 return restore_i387_soft( &tsk->thread.i387.soft,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/pci/
H A Dtioca_provider.c534 struct tioca_common *soft = arg; local
541 segment = soft->ca_common.bs_persist_segment;
542 busnum = soft->ca_common.bs_persist_busnum;
579 * Allocate kernel bus soft and copy from prom.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Dprocessor.h138 struct sh_fpu_soft_struct soft; member in union:sh_fpu_union
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/kernel/
H A Dprocess.c113 * soft boot works.
299 memcpy(fp, &thread->fpstate.soft, sizeof (*fp));

Completed in 300 milliseconds

12