Searched refs:PCXHR_INPL (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/sound/pci/pcxhr/ |
D | pcxhr_core.c | 73 #define PCXHR_INPL(mgr,x) inl((mgr)->port[PCXHR_REG_TO_PORT(x)] + (x)) macro 188 PCXHR_INPL(mgr, PCXHR_PLX_MBOX0) & in pcxhr_send_it_dsp() 248 unsigned int reg = PCXHR_INPL(mgr, PCXHR_PLX_IRQCS); in pcxhr_enable_irq() 291 chipsc = PCXHR_INPL(mgr, PCXHR_PLX_CHIPSC); in pcxhr_load_xilinx_binary() 392 if (PCXHR_INPL(mgr, PCXHR_PLX_MBOX0) & PCXHR_MBOX0_BOOT_HERE) { in pcxhr_load_eeprom_binary() 432 PCXHR_INPL(mgr, PCXHR_PLX_MBOX0) & ~PCXHR_MBOX0_HF5); in pcxhr_load_boot_binary() 780 int start_mask = PCXHR_INPL(mgr, PCXHR_PLX_MBOX2); in pcxhr_pipes_running() 1236 reg = PCXHR_INPL(mgr, PCXHR_PLX_IRQCS); in pcxhr_interrupt() 1243 reg = PCXHR_INPL(mgr, PCXHR_PLX_L2PCIDB); in pcxhr_interrupt() 1289 PCXHR_INPL(mgr, PCXHR_PLX_MBOX4) & PCXHR_DSP_TIME_MASK; in pcxhr_threaded_irq()
|