Lines Matching refs:coefs

243 			 xtalk_coefs_t const coefs)  in vortex_XtalkHw_SetLeftEQ()  argument
248 hwwrite(vortex->mmio, 0x24200 + i * 0x24, coefs[i][0]); in vortex_XtalkHw_SetLeftEQ()
249 hwwrite(vortex->mmio, 0x24204 + i * 0x24, coefs[i][1]); in vortex_XtalkHw_SetLeftEQ()
250 hwwrite(vortex->mmio, 0x24208 + i * 0x24, coefs[i][2]); in vortex_XtalkHw_SetLeftEQ()
251 hwwrite(vortex->mmio, 0x2420c + i * 0x24, coefs[i][3]); in vortex_XtalkHw_SetLeftEQ()
252 hwwrite(vortex->mmio, 0x24210 + i * 0x24, coefs[i][4]); in vortex_XtalkHw_SetLeftEQ()
260 xtalk_coefs_t const coefs) in vortex_XtalkHw_SetRightEQ() argument
265 hwwrite(vortex->mmio, 0x242b4 + i * 0x24, coefs[i][0]); in vortex_XtalkHw_SetRightEQ()
266 hwwrite(vortex->mmio, 0x242b8 + i * 0x24, coefs[i][1]); in vortex_XtalkHw_SetRightEQ()
267 hwwrite(vortex->mmio, 0x242bc + i * 0x24, coefs[i][2]); in vortex_XtalkHw_SetRightEQ()
268 hwwrite(vortex->mmio, 0x242c0 + i * 0x24, coefs[i][3]); in vortex_XtalkHw_SetRightEQ()
269 hwwrite(vortex->mmio, 0x242c4 + i * 0x24, coefs[i][4]); in vortex_XtalkHw_SetRightEQ()
277 xtalk_coefs_t const coefs) in vortex_XtalkHw_SetLeftXT() argument
282 hwwrite(vortex->mmio, 0x24368 + i * 0x24, coefs[i][0]); in vortex_XtalkHw_SetLeftXT()
283 hwwrite(vortex->mmio, 0x2436c + i * 0x24, coefs[i][1]); in vortex_XtalkHw_SetLeftXT()
284 hwwrite(vortex->mmio, 0x24370 + i * 0x24, coefs[i][2]); in vortex_XtalkHw_SetLeftXT()
285 hwwrite(vortex->mmio, 0x24374 + i * 0x24, coefs[i][3]); in vortex_XtalkHw_SetLeftXT()
286 hwwrite(vortex->mmio, 0x24378 + i * 0x24, coefs[i][4]); in vortex_XtalkHw_SetLeftXT()
294 xtalk_coefs_t const coefs) in vortex_XtalkHw_SetRightXT() argument
299 hwwrite(vortex->mmio, 0x2441C + i * 0x24, coefs[i][0]); in vortex_XtalkHw_SetRightXT()
300 hwwrite(vortex->mmio, 0x24420 + i * 0x24, coefs[i][1]); in vortex_XtalkHw_SetRightXT()
301 hwwrite(vortex->mmio, 0x24424 + i * 0x24, coefs[i][2]); in vortex_XtalkHw_SetRightXT()
302 hwwrite(vortex->mmio, 0x24428 + i * 0x24, coefs[i][3]); in vortex_XtalkHw_SetRightXT()
303 hwwrite(vortex->mmio, 0x2442C + i * 0x24, coefs[i][4]); in vortex_XtalkHw_SetRightXT()
312 xtalk_state_t const coefs) in vortex_XtalkHw_SetLeftEQStates() argument
317 hwwrite(vortex->mmio, 0x24214 + i * 0x24, coefs[i][0]); in vortex_XtalkHw_SetLeftEQStates()
318 hwwrite(vortex->mmio, 0x24218 + i * 0x24, coefs[i][1]); in vortex_XtalkHw_SetLeftEQStates()
319 hwwrite(vortex->mmio, 0x2421C + i * 0x24, coefs[i][2]); in vortex_XtalkHw_SetLeftEQStates()
320 hwwrite(vortex->mmio, 0x24220 + i * 0x24, coefs[i][3]); in vortex_XtalkHw_SetLeftEQStates()
331 xtalk_state_t const coefs) in vortex_XtalkHw_SetRightEQStates() argument
336 hwwrite(vortex->mmio, 0x242C8 + i * 0x24, coefs[i][0]); in vortex_XtalkHw_SetRightEQStates()
337 hwwrite(vortex->mmio, 0x242CC + i * 0x24, coefs[i][1]); in vortex_XtalkHw_SetRightEQStates()
338 hwwrite(vortex->mmio, 0x242D0 + i * 0x24, coefs[i][2]); in vortex_XtalkHw_SetRightEQStates()
339 hwwrite(vortex->mmio, 0x244D4 + i * 0x24, coefs[i][3]); in vortex_XtalkHw_SetRightEQStates()
350 xtalk_state_t const coefs) in vortex_XtalkHw_SetLeftXTStates() argument
355 hwwrite(vortex->mmio, 0x2437C + i * 0x24, coefs[i][0]); in vortex_XtalkHw_SetLeftXTStates()
356 hwwrite(vortex->mmio, 0x24380 + i * 0x24, coefs[i][1]); in vortex_XtalkHw_SetLeftXTStates()
357 hwwrite(vortex->mmio, 0x24384 + i * 0x24, coefs[i][2]); in vortex_XtalkHw_SetLeftXTStates()
358 hwwrite(vortex->mmio, 0x24388 + i * 0x24, coefs[i][3]); in vortex_XtalkHw_SetLeftXTStates()
369 xtalk_state_t const coefs) in vortex_XtalkHw_SetRightXTStates() argument
374 hwwrite(vortex->mmio, 0x24430 + i * 0x24, coefs[i][0]); in vortex_XtalkHw_SetRightXTStates()
375 hwwrite(vortex->mmio, 0x24434 + i * 0x24, coefs[i][1]); in vortex_XtalkHw_SetRightXTStates()
376 hwwrite(vortex->mmio, 0x24438 + i * 0x24, coefs[i][2]); in vortex_XtalkHw_SetRightXTStates()
377 hwwrite(vortex->mmio, 0x2443C + i * 0x24, coefs[i][3]); in vortex_XtalkHw_SetRightXTStates()
388 xtalk_coefs_t coefs)
393 coefs[i][0] = hwread(vortex->mmio, 0x24200 + i * 0x24);
394 coefs[i][1] = hwread(vortex->mmio, 0x24204 + i * 0x24);
395 coefs[i][2] = hwread(vortex->mmio, 0x24208 + i * 0x24);
396 coefs[i][3] = hwread(vortex->mmio, 0x2420c + i * 0x24);
397 coefs[i][4] = hwread(vortex->mmio, 0x24210 + i * 0x24);
405 xtalk_coefs_t coefs)
410 coefs[i][0] = hwread(vortex->mmio, 0x242b4 + i * 0x24);
411 coefs[i][1] = hwread(vortex->mmio, 0x242b8 + i * 0x24);
412 coefs[i][2] = hwread(vortex->mmio, 0x242bc + i * 0x24);
413 coefs[i][3] = hwread(vortex->mmio, 0x242c0 + i * 0x24);
414 coefs[i][4] = hwread(vortex->mmio, 0x242c4 + i * 0x24);
422 xtalk_coefs_t coefs)
427 coefs[i][0] = hwread(vortex->mmio, 0x24368 + i * 0x24);
428 coefs[i][1] = hwread(vortex->mmio, 0x2436C + i * 0x24);
429 coefs[i][2] = hwread(vortex->mmio, 0x24370 + i * 0x24);
430 coefs[i][3] = hwread(vortex->mmio, 0x24374 + i * 0x24);
431 coefs[i][4] = hwread(vortex->mmio, 0x24378 + i * 0x24);
439 xtalk_coefs_t coefs)
444 coefs[i][0] = hwread(vortex->mmio, 0x2441C + i * 0x24);
445 coefs[i][1] = hwread(vortex->mmio, 0x24420 + i * 0x24);
446 coefs[i][2] = hwread(vortex->mmio, 0x24424 + i * 0x24);
447 coefs[i][3] = hwread(vortex->mmio, 0x24428 + i * 0x24);
448 coefs[i][4] = hwread(vortex->mmio, 0x2442C + i * 0x24);
456 xtalk_state_t coefs)
461 coefs[i][0] = hwread(vortex->mmio, 0x24214 + i * 0x24);
462 coefs[i][1] = hwread(vortex->mmio, 0x24218 + i * 0x24);
463 coefs[i][2] = hwread(vortex->mmio, 0x2421C + i * 0x24);
464 coefs[i][3] = hwread(vortex->mmio, 0x24220 + i * 0x24);
474 xtalk_state_t coefs)
479 coefs[i][0] = hwread(vortex->mmio, 0x242C8 + i * 0x24);
480 coefs[i][1] = hwread(vortex->mmio, 0x242CC + i * 0x24);
481 coefs[i][2] = hwread(vortex->mmio, 0x242D0 + i * 0x24);
482 coefs[i][3] = hwread(vortex->mmio, 0x242D4 + i * 0x24);
492 xtalk_state_t coefs)
497 coefs[i][0] = hwread(vortex->mmio, 0x2437C + i * 0x24);
498 coefs[i][1] = hwread(vortex->mmio, 0x24380 + i * 0x24);
499 coefs[i][2] = hwread(vortex->mmio, 0x24384 + i * 0x24);
500 coefs[i][3] = hwread(vortex->mmio, 0x24388 + i * 0x24);
510 xtalk_state_t coefs)
515 coefs[i][0] = hwread(vortex->mmio, 0x24430 + i * 0x24);
516 coefs[i][1] = hwread(vortex->mmio, 0x24434 + i * 0x24);
517 coefs[i][2] = hwread(vortex->mmio, 0x24438 + i * 0x24);
518 coefs[i][3] = hwread(vortex->mmio, 0x2443C + i * 0x24);