Searched refs:interrupt_mask0 (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/drivers/net/wan/8253x/ |
D | 8253xsyn.c | 651 port->interrupt_mask0 = SAB82532_IMR0_RFS | SAB82532_IMR0_PCE | in sab8253x_startupS() 656 WRITEB(port,imr0,port->interrupt_mask0); in sab8253x_startupS() 717 port->interrupt_mask0 = in sab8253x_shutdownS() 721 WRITEB(port,imr0,port->interrupt_mask0); in sab8253x_shutdownS() 740 port->interrupt_mask0 = 0xff; in sab8253x_shutdownS() 741 WRITEB(port, imr0, port->interrupt_mask0); in sab8253x_shutdownS() 1090 port->interrupt_mask0 |= SAB82532_IMR0_TCD; /* not needed for sync */ in sab8253x_closeS() 1092 WRITEB(port,imr0,port->interrupt_mask0); in sab8253x_closeS()
|
D | 8253xtty.c | 857 port->interrupt_mask0 = SAB82532_IMR0_PERR | SAB82532_IMR0_FERR | in sab8253x_startup() 859 WRITEB(port, imr0, port->interrupt_mask0); in sab8253x_startup() 925 port->interrupt_mask0 = in sab8253x_shutdown() 929 WRITEB(port,imr0,port->interrupt_mask0); in sab8253x_shutdown() 948 port->interrupt_mask0 = 0xff; in sab8253x_shutdown() 949 WRITEB(port, imr0, port->interrupt_mask0); in sab8253x_shutdown() 1980 port->interrupt_mask0 |= SAB82532_IMR0_TCD; in sab8253x_close() 1981 WRITEB(port,imr0,port->interrupt_mask0); in sab8253x_close() 2740 info->interrupt_mask0 = SAB82532_IMR0_PERR | SAB82532_IMR0_FERR | in sab8253x_console_setup() 2742 WRITEB(port,imr0,info->interrupt_mask0); in sab8253x_console_setup()
|
D | 8253xchr.c | 406 port->interrupt_mask0 = SAB82532_IMR0_RFS | SAB82532_IMR0_PCE | in sab8253x_startupC() 413 WRITEB(port,imr0,port->interrupt_mask0); in sab8253x_startupC()
|
D | 8253xnet.c | 542 port->interrupt_mask0 = SAB82532_IMR0_RFS | SAB82532_IMR0_PCE | in sab8253x_startupN() 546 WRITEB(port,imr0,port->interrupt_mask0); in sab8253x_startupN()
|
D | 8253xutl.c | 1124 port->interrupt_mask0 = 0xff; in sab8253x_shutdownN() 1125 WRITEB(port, imr0, port->interrupt_mask0); in sab8253x_shutdownN()
|
D | 8253x.h | 387 unsigned char interrupt_mask0; member
|
/linux-2.4.37.9/drivers/sbus/char/ |
D | sab82532.c | 818 info->interrupt_mask0 = SAB82532_IMR0_PERR | SAB82532_IMR0_FERR | in startup() 820 writeb(info->interrupt_mask0, &info->regs->w.imr0); in startup() 879 info->interrupt_mask0 = SAB82532_IMR0_PERR | SAB82532_IMR0_FERR | in shutdown() 881 writeb(info->interrupt_mask0, &info->regs->w.imr0); in shutdown() 896 info->interrupt_mask0 = 0xff; in shutdown() 897 writeb(info->interrupt_mask0, &info->regs->w.imr0); in shutdown() 1651 info->interrupt_mask0 |= SAB82532_IMR0_TCD; in sab82532_close() 1652 writeb(info->interrupt_mask0, &info->regs->w.imr0); in sab82532_close() 2564 info->interrupt_mask0 = SAB82532_IMR0_PERR | SAB82532_IMR0_FERR | in sab82532_console_setup() 2566 writeb(info->interrupt_mask0, &info->regs->w.imr0); in sab82532_console_setup()
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | sab82532.h | 156 unsigned char interrupt_mask0; member
|