Home
last modified time | relevance | path

Searched refs:IF_SETCLR (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/arch/m68k/amiga/
Dcia.c60 amiga_custom.intreq = IF_SETCLR | base->int_mask; in cia_set_irq()
81 amiga_custom.intreq = IF_SETCLR | base->int_mask; in cia_able_irq()
143 amiga_custom.intena = IF_SETCLR | IF_PORTS; in auto_irq_enable()
146 amiga_custom.intena = IF_SETCLR | IF_EXTER; in auto_irq_enable()
Damiints.c30 amiga_custom.intena = IF_SETCLR | (1 << (data->irq - IRQ_USER)); in amiga_irq_enable()
170 amiga_custom.intena = IF_SETCLR | IF_INTEN; in amiga_init_IRQ()
/linux-3.4.99/drivers/tty/
Damiserial.c220 custom.intena = IF_SETCLR | IF_TBE; in rs_start()
223 custom.intreq = IF_SETCLR | IF_TBE; in rs_start()
431 custom.intena = IF_SETCLR | IF_TBE; in check_modem_status()
434 custom.intreq = IF_SETCLR | IF_TBE; in check_modem_status()
564 custom.intena = IF_SETCLR | IF_RBF | IF_TBE; in startup()
845 custom.intena = IF_SETCLR | IF_TBE; in rs_flush_chars()
848 custom.intreq = IF_SETCLR | IF_TBE; in rs_flush_chars()
890 custom.intena = IF_SETCLR | IF_TBE; in rs_write()
893 custom.intreq = IF_SETCLR | IF_TBE; in rs_write()
950 custom.intena = IF_SETCLR | IF_TBE; in rs_send_xchar()
[all …]
/linux-3.4.99/sound/oss/dmasound/
Ddmasound_paula.c527 custom.intena = IF_SETCLR | IF_AUD0; in AmiPlay()
537 custom.intena = IF_SETCLR | IF_AUD0; in AmiPlay()
546 custom.intena = IF_SETCLR | IF_AUD0; in AmiPlay()
552 custom.intena = IF_SETCLR | IF_AUD0; in AmiPlay()
587 custom.intena = IF_SETCLR | IF_AUD0; in AmiInterrupt()
/linux-3.4.99/arch/m68k/include/asm/
Damigaints.h74 #define IF_SETCLR 0x8000 /* set/clr bit */ macro
/linux-3.4.99/drivers/video/
Damifb.c593 #define VBlankOn() custom.intena = IF_SETCLR|IF_COPER
2125 (cop++)->l = CMOVE(IF_SETCLR | IF_COPER, intreq); in ami_init_copper()