10.07.2015 Views

Intel 80310 I/O Processor Chipset AAU Coding Techniques

Intel 80310 I/O Processor Chipset AAU Coding Techniques

Intel 80310 I/O Processor Chipset AAU Coding Techniques

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<strong>Intel</strong> ® <strong>80310</strong> I/O <strong>Processor</strong> <strong>Chipset</strong> <strong>AAU</strong> <strong>Coding</strong> <strong>Techniques</strong><strong>AAU</strong> Source Code358 }359360 DPRINTK("Assigning <strong>AAU</strong>\n");361 *aau_context = (u32) aau;362363 return 0;364 }365366 /*=======================================================================*/367 /* Procedure: aau_suspend() */368 /* */369 /* Description: This function suspends the <strong>AAU</strong> at the earliest */370 /* instant it is capable of. */371 /* */372 /* Parameters: aau: <strong>AAU</strong> device context */373 /* */374 /* Returns: N/A */375 /* */376 /* Notes/Assumptions: */377 /* */378 /* History: Dave Jiang 07/18/01 Initial Creation */379 /*=======================================================================*/380 void aau_suspend(u32 aau_context)381 {382 iop310_aau_t *aau = (iop310_aau_t *) aau_context;383 *(IOP310_<strong>AAU</strong>ACR) &= ~<strong>AAU</strong>_ACR_ENABLE;384 }385386 /*=======================================================================*/387 /* Procedure: aau_resume() */388 /* */389 /* Description: This function resumes the <strong>AAU</strong> operations */390 /* */391 /* Parameters: aau: <strong>AAU</strong> device context */44 White Paper

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!