Lines Matching full:hpi
4 AudioScience HPI driver
8 Hardware Programming Interface (HPI) for AudioScience ASI6200 series adapters.
74 /* can't access DSP HPI i/f */
96 /* HPI CSR registers */
109 /* HPI registers, spaced 8K bytes = 2K words apart */
319 * All calls to the HPI start here
470 /* BAR0 - 4K = HPI control and status registers on PCI2040 (HPI CSR) */ in create_adapter_obj()
471 /* BAR1 - 32K = HPI registers on DSP */ in create_adapter_obj()
477 /* set addresses for the possible DSP HPI interfaces */ in create_adapter_obj()
684 * issued upon HPI or GP error in hpi6000_adapter_boot_load_dsp()
717 /* test access to the HPI address register (HPIA) */ in hpi6000_adapter_boot_load_dsp()
739 /* C6713 datasheet says we cannot program PLL from HPI, in hpi6000_adapter_boot_load_dsp()
741 * HPI, the PLL does not seem to lock, in hpi6000_adapter_boot_load_dsp()
772 * revB - because of bug 3.0.1 last HPI read in hpi6000_adapter_boot_load_dsp()
773 * (before HPI address issued) must be non-autoinc in hpi6000_adapter_boot_load_dsp()
1147 /* write one word to the HPI port */
1155 /* read one word from the HPI port */
1168 /* write a block of 32bit words to the DSP HPI port using auto-inc mode */
1187 /** read a block of 32bit words from the DSP HPI port using auto-inc mode
1445 * memory window given to the HPI data register by the PCI2040 in hpi6000_send_data()
1562 /* if the PCI2040 has recorded an HPI timeout, reset the error and return 1 */
1757 if (error) /* something failed in the HPI/DSP interface */ in hw_message()