Searched refs:PCXHR_INPL (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/sound/pci/pcxhr/ |
D | pcxhr_core.c | 60 #define PCXHR_INPL(mgr,x) inl((mgr)->port[PCXHR_REG_TO_PORT(x)] + (x)) macro 175 PCXHR_INPL(mgr, PCXHR_PLX_MBOX0) & in pcxhr_send_it_dsp() 235 unsigned int reg = PCXHR_INPL(mgr, PCXHR_PLX_IRQCS); in pcxhr_enable_irq() 278 chipsc = PCXHR_INPL(mgr, PCXHR_PLX_CHIPSC); in pcxhr_load_xilinx_binary() 379 if (PCXHR_INPL(mgr, PCXHR_PLX_MBOX0) & PCXHR_MBOX0_BOOT_HERE) { in pcxhr_load_eeprom_binary() 419 PCXHR_INPL(mgr, PCXHR_PLX_MBOX0) & ~PCXHR_MBOX0_HF5); in pcxhr_load_boot_binary() 767 int start_mask = PCXHR_INPL(mgr, PCXHR_PLX_MBOX2); in pcxhr_pipes_running() 1223 reg = PCXHR_INPL(mgr, PCXHR_PLX_IRQCS); in pcxhr_interrupt() 1230 reg = PCXHR_INPL(mgr, PCXHR_PLX_L2PCIDB); in pcxhr_interrupt() 1276 PCXHR_INPL(mgr, PCXHR_PLX_MBOX4) & PCXHR_DSP_TIME_MASK; in pcxhr_threaded_irq()
|