Searched defs:Fn (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/arch/arm/nwfpe/ |
D | fpa11_cpdt.c | 31 static inline void loadSingle(const unsigned int Fn, const unsigned int *pMem) in loadSingle() 38 static inline void loadDouble(const unsigned int Fn, const unsigned int *pMem) in loadDouble() 49 static inline void loadExtended(const unsigned int Fn, const unsigned int *pMem) in loadExtended() 61 static inline void loadMultiple(const unsigned int Fn, const unsigned int *pMem) in loadMultiple() 93 static inline void storeSingle(const unsigned int Fn, unsigned int *pMem) in storeSingle() 117 static inline void storeDouble(const unsigned int Fn, unsigned int *pMem) in storeDouble() 142 static inline void storeExtended(const unsigned int Fn, unsigned int *pMem) in storeExtended() 167 static inline void storeMultiple(const unsigned int Fn, unsigned int *pMem) in storeMultiple()
|
D | fpa11_cprt.c | 116 unsigned int Fn = getFm(opcode); in PerformFIX() local 152 unsigned int Fn = getFn(opcode), Fm = getFm(opcode); in PerformComparison() local
|
D | extended_cpdo.c | 120 unsigned int Fn = getFn(opcode); in ExtendedCPDO() local
|
D | single_cpdo.c | 105 unsigned int Fn = getFn(opcode); in SingleCPDO() local
|
D | double_cpdo.c | 129 unsigned int Fn = getFn(opcode); in DoubleCPDO() local
|
/linux-2.4.37.9/drivers/sound/emu10k1/ |
D | cardmi.c | 42 int (*Fn) (struct emu10k1_mpuin *, u8); member
|