Lines Matching refs:outw
170 outw(data, REG(PSS_DATA)); in pss_write()
231 outw(tmp | bits, REG(dev)); in set_irq()
240 outw(bits | tmp, REG(dev)); in set_io_base()
263 outw(tmp | bits, REG(dev)); in set_dma()
271 outw(0x2000, REG(PSS_CONTROL)); in pss_reset_dsp()
274 outw(0x0000, REG(PSS_CONTROL)); in pss_reset_dsp()
287 outw(word, REG(PSS_DATA)); in pss_put_dspword()
319 outw(0x00fe, REG(PSS_DATA)); in pss_download_boot()
326 outw(*block++, REG(PSS_DATA)); in pss_download_boot()
357 outw (0xffff, REG (PSS_DATA)); in pss_download_boot()
362 outw (*block++, REG (PSS_DATA)); in pss_download_boot()
370 outw(0, REG(PSS_DATA)); in pss_download_boot()
653 outw(0x0000, REG(CONF_PSS)); /* 0x0400 enables joystick */ in disable_all_emulations()
654 outw(0x0000, REG(CONF_WSS)); in disable_all_emulations()
655 outw(0x0000, REG(CONF_SB)); in disable_all_emulations()
656 outw(0x0000, REG(CONF_MIDI)); in disable_all_emulations()
657 outw(0x0000, REG(CONF_CDROM)); in disable_all_emulations()
666 outw(0x0400, REG(CONF_PSS)); /* 0x0400 enables joystick */ in configure_nonsound_components()