Searched refs:SCCmod (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/char/ |
D | vme_scc.c | 250 SCCmod(MASTER_INT_CTRL, 0xff, MIC_MASTER_INT_ENAB); in mvme147_scc_init() 320 SCCmod(MASTER_INT_CTRL, 0xff, MIC_MASTER_INT_ENAB); in mvme162_scc_init() 388 SCCmod(MASTER_INT_CTRL, 0xff, MIC_MASTER_INT_ENAB); in bvme6000_scc_init() 545 SCCmod (INT_AND_DMA_REG, ~IDR_TX_INT_ENAB, 0); in scc_tx_int() 568 SCCmod (INT_AND_DMA_REG, ~IDR_TX_INT_ENAB, 0); in scc_tx_int() 626 SCCmod(INT_AND_DMA_REG, ~IDR_TX_INT_ENAB, 0); in scc_disable_tx_interrupts() 640 SCCmod(INT_AND_DMA_REG, 0xff, IDR_TX_INT_ENAB); in scc_enable_tx_interrupts() 655 SCCmod(INT_AND_DMA_REG, in scc_disable_rx_interrupts() 669 SCCmod(INT_AND_DMA_REG, 0xff, in scc_enable_rx_interrupts() 719 SCCmod(TX_CTRL_REG, ~TCR_DTR, 0); in scc_set_real_termios() [all …]
|
D | scc.h | 611 #define SCCmod(reg,and,or) SCCwrite((reg),(SCCread(reg)&(and))|(or)) macro
|