Lines Matching refs:coefs

255 			 xtalk_coefs_t const coefs)  in vortex_XtalkHw_SetLeftEQ()  argument
260 hwwrite(vortex->mmio, 0x24200 + i * 0x24, coefs[i][0]); in vortex_XtalkHw_SetLeftEQ()
261 hwwrite(vortex->mmio, 0x24204 + i * 0x24, coefs[i][1]); in vortex_XtalkHw_SetLeftEQ()
262 hwwrite(vortex->mmio, 0x24208 + i * 0x24, coefs[i][2]); in vortex_XtalkHw_SetLeftEQ()
263 hwwrite(vortex->mmio, 0x2420c + i * 0x24, coefs[i][3]); in vortex_XtalkHw_SetLeftEQ()
264 hwwrite(vortex->mmio, 0x24210 + i * 0x24, coefs[i][4]); in vortex_XtalkHw_SetLeftEQ()
272 xtalk_coefs_t const coefs) in vortex_XtalkHw_SetRightEQ() argument
277 hwwrite(vortex->mmio, 0x242b4 + i * 0x24, coefs[i][0]); in vortex_XtalkHw_SetRightEQ()
278 hwwrite(vortex->mmio, 0x242b8 + i * 0x24, coefs[i][1]); in vortex_XtalkHw_SetRightEQ()
279 hwwrite(vortex->mmio, 0x242bc + i * 0x24, coefs[i][2]); in vortex_XtalkHw_SetRightEQ()
280 hwwrite(vortex->mmio, 0x242c0 + i * 0x24, coefs[i][3]); in vortex_XtalkHw_SetRightEQ()
281 hwwrite(vortex->mmio, 0x242c4 + i * 0x24, coefs[i][4]); in vortex_XtalkHw_SetRightEQ()
289 xtalk_coefs_t const coefs) in vortex_XtalkHw_SetLeftXT() argument
294 hwwrite(vortex->mmio, 0x24368 + i * 0x24, coefs[i][0]); in vortex_XtalkHw_SetLeftXT()
295 hwwrite(vortex->mmio, 0x2436c + i * 0x24, coefs[i][1]); in vortex_XtalkHw_SetLeftXT()
296 hwwrite(vortex->mmio, 0x24370 + i * 0x24, coefs[i][2]); in vortex_XtalkHw_SetLeftXT()
297 hwwrite(vortex->mmio, 0x24374 + i * 0x24, coefs[i][3]); in vortex_XtalkHw_SetLeftXT()
298 hwwrite(vortex->mmio, 0x24378 + i * 0x24, coefs[i][4]); in vortex_XtalkHw_SetLeftXT()
306 xtalk_coefs_t const coefs) in vortex_XtalkHw_SetRightXT() argument
311 hwwrite(vortex->mmio, 0x2441C + i * 0x24, coefs[i][0]); in vortex_XtalkHw_SetRightXT()
312 hwwrite(vortex->mmio, 0x24420 + i * 0x24, coefs[i][1]); in vortex_XtalkHw_SetRightXT()
313 hwwrite(vortex->mmio, 0x24424 + i * 0x24, coefs[i][2]); in vortex_XtalkHw_SetRightXT()
314 hwwrite(vortex->mmio, 0x24428 + i * 0x24, coefs[i][3]); in vortex_XtalkHw_SetRightXT()
315 hwwrite(vortex->mmio, 0x2442C + i * 0x24, coefs[i][4]); in vortex_XtalkHw_SetRightXT()
324 xtalk_state_t const coefs) in vortex_XtalkHw_SetLeftEQStates() argument
329 hwwrite(vortex->mmio, 0x24214 + i * 0x24, coefs[i][0]); in vortex_XtalkHw_SetLeftEQStates()
330 hwwrite(vortex->mmio, 0x24218 + i * 0x24, coefs[i][1]); in vortex_XtalkHw_SetLeftEQStates()
331 hwwrite(vortex->mmio, 0x2421C + i * 0x24, coefs[i][2]); in vortex_XtalkHw_SetLeftEQStates()
332 hwwrite(vortex->mmio, 0x24220 + i * 0x24, coefs[i][3]); in vortex_XtalkHw_SetLeftEQStates()
343 xtalk_state_t const coefs) in vortex_XtalkHw_SetRightEQStates() argument
348 hwwrite(vortex->mmio, 0x242C8 + i * 0x24, coefs[i][0]); in vortex_XtalkHw_SetRightEQStates()
349 hwwrite(vortex->mmio, 0x242CC + i * 0x24, coefs[i][1]); in vortex_XtalkHw_SetRightEQStates()
350 hwwrite(vortex->mmio, 0x242D0 + i * 0x24, coefs[i][2]); in vortex_XtalkHw_SetRightEQStates()
351 hwwrite(vortex->mmio, 0x244D4 + i * 0x24, coefs[i][3]); in vortex_XtalkHw_SetRightEQStates()
362 xtalk_state_t const coefs) in vortex_XtalkHw_SetLeftXTStates() argument
367 hwwrite(vortex->mmio, 0x2437C + i * 0x24, coefs[i][0]); in vortex_XtalkHw_SetLeftXTStates()
368 hwwrite(vortex->mmio, 0x24380 + i * 0x24, coefs[i][1]); in vortex_XtalkHw_SetLeftXTStates()
369 hwwrite(vortex->mmio, 0x24384 + i * 0x24, coefs[i][2]); in vortex_XtalkHw_SetLeftXTStates()
370 hwwrite(vortex->mmio, 0x24388 + i * 0x24, coefs[i][3]); in vortex_XtalkHw_SetLeftXTStates()
381 xtalk_state_t const coefs) in vortex_XtalkHw_SetRightXTStates() argument
386 hwwrite(vortex->mmio, 0x24430 + i * 0x24, coefs[i][0]); in vortex_XtalkHw_SetRightXTStates()
387 hwwrite(vortex->mmio, 0x24434 + i * 0x24, coefs[i][1]); in vortex_XtalkHw_SetRightXTStates()
388 hwwrite(vortex->mmio, 0x24438 + i * 0x24, coefs[i][2]); in vortex_XtalkHw_SetRightXTStates()
389 hwwrite(vortex->mmio, 0x2443C + i * 0x24, coefs[i][3]); in vortex_XtalkHw_SetRightXTStates()
400 xtalk_coefs_t coefs)
405 coefs[i][0] = hwread(vortex->mmio, 0x24200 + i * 0x24);
406 coefs[i][1] = hwread(vortex->mmio, 0x24204 + i * 0x24);
407 coefs[i][2] = hwread(vortex->mmio, 0x24208 + i * 0x24);
408 coefs[i][3] = hwread(vortex->mmio, 0x2420c + i * 0x24);
409 coefs[i][4] = hwread(vortex->mmio, 0x24210 + i * 0x24);
417 xtalk_coefs_t coefs)
422 coefs[i][0] = hwread(vortex->mmio, 0x242b4 + i * 0x24);
423 coefs[i][1] = hwread(vortex->mmio, 0x242b8 + i * 0x24);
424 coefs[i][2] = hwread(vortex->mmio, 0x242bc + i * 0x24);
425 coefs[i][3] = hwread(vortex->mmio, 0x242c0 + i * 0x24);
426 coefs[i][4] = hwread(vortex->mmio, 0x242c4 + i * 0x24);
434 xtalk_coefs_t coefs)
439 coefs[i][0] = hwread(vortex->mmio, 0x24368 + i * 0x24);
440 coefs[i][1] = hwread(vortex->mmio, 0x2436C + i * 0x24);
441 coefs[i][2] = hwread(vortex->mmio, 0x24370 + i * 0x24);
442 coefs[i][3] = hwread(vortex->mmio, 0x24374 + i * 0x24);
443 coefs[i][4] = hwread(vortex->mmio, 0x24378 + i * 0x24);
451 xtalk_coefs_t coefs)
456 coefs[i][0] = hwread(vortex->mmio, 0x2441C + i * 0x24);
457 coefs[i][1] = hwread(vortex->mmio, 0x24420 + i * 0x24);
458 coefs[i][2] = hwread(vortex->mmio, 0x24424 + i * 0x24);
459 coefs[i][3] = hwread(vortex->mmio, 0x24428 + i * 0x24);
460 coefs[i][4] = hwread(vortex->mmio, 0x2442C + i * 0x24);
468 xtalk_state_t coefs)
473 coefs[i][0] = hwread(vortex->mmio, 0x24214 + i * 0x24);
474 coefs[i][1] = hwread(vortex->mmio, 0x24218 + i * 0x24);
475 coefs[i][2] = hwread(vortex->mmio, 0x2421C + i * 0x24);
476 coefs[i][3] = hwread(vortex->mmio, 0x24220 + i * 0x24);
486 xtalk_state_t coefs)
491 coefs[i][0] = hwread(vortex->mmio, 0x242C8 + i * 0x24);
492 coefs[i][1] = hwread(vortex->mmio, 0x242CC + i * 0x24);
493 coefs[i][2] = hwread(vortex->mmio, 0x242D0 + i * 0x24);
494 coefs[i][3] = hwread(vortex->mmio, 0x242D4 + i * 0x24);
504 xtalk_state_t coefs)
509 coefs[i][0] = hwread(vortex->mmio, 0x2437C + i * 0x24);
510 coefs[i][1] = hwread(vortex->mmio, 0x24380 + i * 0x24);
511 coefs[i][2] = hwread(vortex->mmio, 0x24384 + i * 0x24);
512 coefs[i][3] = hwread(vortex->mmio, 0x24388 + i * 0x24);
522 xtalk_state_t coefs)
527 coefs[i][0] = hwread(vortex->mmio, 0x24430 + i * 0x24);
528 coefs[i][1] = hwread(vortex->mmio, 0x24434 + i * 0x24);
529 coefs[i][2] = hwread(vortex->mmio, 0x24438 + i * 0x24);
530 coefs[i][3] = hwread(vortex->mmio, 0x2443C + i * 0x24);