Searched refs:SCCmod (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/staging/generic_serial/ |
D | vme_scc.c | 236 SCCmod(MASTER_INT_CTRL, 0xff, MIC_MASTER_INT_ENAB); in mvme147_scc_init() 342 SCCmod(MASTER_INT_CTRL, 0xff, MIC_MASTER_INT_ENAB); in mvme162_scc_init() 445 SCCmod(MASTER_INT_CTRL, 0xff, MIC_MASTER_INT_ENAB); in bvme6000_scc_init() 615 SCCmod (INT_AND_DMA_REG, ~IDR_TX_INT_ENAB, 0); in scc_tx_int() 639 SCCmod (INT_AND_DMA_REG, ~IDR_TX_INT_ENAB, 0); in scc_tx_int() 691 SCCmod(INT_AND_DMA_REG, ~IDR_TX_INT_ENAB, 0); in scc_disable_tx_interrupts() 704 SCCmod(INT_AND_DMA_REG, 0xff, IDR_TX_INT_ENAB); in scc_enable_tx_interrupts() 718 SCCmod(INT_AND_DMA_REG, in scc_disable_rx_interrupts() 731 SCCmod(INT_AND_DMA_REG, 0xff, in scc_enable_rx_interrupts() 780 SCCmod(TX_CTRL_REG, ~TCR_DTR, 0); in scc_set_real_termios() [all …]
|
/linux-2.6.39/drivers/char/ |
D | scc.h | 611 #define SCCmod(reg,and,or) SCCwrite((reg),(SCCread(reg)&(and))|(or)) macro
|