Searched refs:zm (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/sound/soc/codecs/ |
D | wmfw.h | 50 __le32 zm; member 57 __le32 zm; member 78 __be32 zm; member 85 __be32 zm; member 98 __be32 zm; member 104 __be32 zm; member
|
D | wm_adsp.c | 1703 le32_to_cpu(adsp1_sizes->zm)); in wm_adsp_load() 1716 le32_to_cpu(adsp2_sizes->zm)); in wm_adsp_load() 1996 adsp1_id.fw.id, adsp1_id.zm); in wm_adsp1_setup_algs() 2020 be32_to_cpu(adsp1_alg[i].zm)); in wm_adsp1_setup_algs() 2045 adsp1_alg[i].zm); in wm_adsp1_setup_algs() 2052 len = be32_to_cpu(adsp1_alg[i + 1].zm); in wm_adsp1_setup_algs() 2053 len -= be32_to_cpu(adsp1_alg[i].zm); in wm_adsp1_setup_algs() 2113 adsp2_id.fw.id, adsp2_id.zm); in wm_adsp2_setup_algs() 2134 be32_to_cpu(adsp2_alg[i].zm)); in wm_adsp2_setup_algs() 2180 adsp2_alg[i].zm); in wm_adsp2_setup_algs() [all …]
|
/Linux-v4.19/arch/mips/math-emu/ |
D | ieee754int.h | 63 unsigned int zm; int ze; int zs; int zc 91 #define EXPLODEZSP EXPLODESP(z, zc, zs, ze, zm) 101 u64 zm; int ze; int zs; int zc 129 #define EXPLODEZDP EXPLODEDP(z, zc, zs, ze, zm) 155 #define FLUSHZDP FLUSHDP(z, zc, zs, ze, zm) 158 #define FLUSHZSP FLUSHSP(z, zc, zs, ze, zm)
|
D | sp_maddf.c | 193 zm64 = (uint64_t)zm << (62 - 23); in _sp_maddf() 250 zm = XSPSRS64(zm64, (62 - 26)); in _sp_maddf() 252 return ieee754sp_format(zs, ze, zm); in _sp_maddf()
|
D | ieee754dp.h | 66 #define DPDNORMZ DPDNORMx(zm, ze)
|
D | ieee754sp.h | 70 #define SPDNORMZ SPDNORMx(zm, ze)
|
D | dp_maddf.c | 250 hzm = zm << 10; in _dp_maddf()
|