Lines Matching refs:hwread
148 *a = hwread(vortex->mmio, 0x2b3c4);
149 *b = hwread(vortex->mmio, 0x2b3c8);
271 a[ebx] = hwread(vortex->mmio, 0x2b02c + ebx * 0x30);
286 a[ebx] = hwread(vortex->mmio, 0x2b20c + ebx * 0x30);
301 a[ebx] = hwread(vortex->mmio, 0x2b028 + ebx * 0x30);
316 a[ebx] = hwread(vortex->mmio, 0x2b208 + ebx * 0x30);
358 a[ebx] = hwread(vortex->mmio, 0x2b024 + ebx * 0x30);
363 a[eqhw->this04] = hwread(vortex->mmio, 0x2b3cc);
364 a[eqhw->this04 + 1] = hwread(vortex->mmio, 0x2b3d8);
369 hwread(vortex->mmio, 0x2b204 + ebx * 0x30);
374 a[2 + (eqhw->this04 * 2)] = hwread(vortex->mmio, 0x2b3e4);
375 a[3 + (eqhw->this04 * 2)] = hwread(vortex->mmio, 0x2b3f0);
393 *reg = hwread(vortex->mmio, 0x2b440);
398 *sr = (hwread(vortex->mmio, 0x2b440) >> 3) & 0x1f;
497 peaks[i] = hwread(vortex->mmio, 0x2B024 + i * 0x30); in vortex_EqHw_GetTenBandLevels()
500 hwread(vortex->mmio, 0x2B204 + i * 0x30); in vortex_EqHw_GetTenBandLevels()