Searched refs:sign_invert (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/sound/pci/au88x0/
H A Dau88x0_eq.c57 static inline u16 sign_invert(u16 a) sign_invert() function
80 hwwrite(vortex->mmio, 0x2b008 + n * 0x30, sign_invert(coefs[2 + i])); vortex_EqHw_SetLeftCoefs()
81 hwwrite(vortex->mmio, 0x2b00c + n * 0x30, sign_invert(coefs[3 + i])); vortex_EqHw_SetLeftCoefs()
82 hwwrite(vortex->mmio, 0x2b010 + n * 0x30, sign_invert(coefs[4 + i])); vortex_EqHw_SetLeftCoefs()
102 hwwrite(vortex->mmio, 0x2b1e8 + n * 0x30, sign_invert(coefs[2 + i])); vortex_EqHw_SetRightCoefs()
103 hwwrite(vortex->mmio, 0x2b1ec + n * 0x30, sign_invert(coefs[3 + i])); vortex_EqHw_SetRightCoefs()
104 hwwrite(vortex->mmio, 0x2b1f0 + n * 0x30, sign_invert(coefs[4 + i])); vortex_EqHw_SetRightCoefs()
181 hwwrite(vortex->mmio, 0x2b3d4, sign_invert(a)); vortex_EqHw_SetBypassGain()
182 hwwrite(vortex->mmio, 0x2b3ec, sign_invert(b)); vortex_EqHw_SetBypassGain()

Completed in 41 milliseconds