Searched refs:sio_iec (Results 1 – 2 of 2) sorted by relevance
1109 u32 sio_iec; in ioc3_serial_probe() local1136 sio_iec = readl(&ioc3->sio_iec); in ioc3_serial_probe()1137 sio_iec &= ~(SIO_IR_SA_TX_MT | SIO_IR_SA_RX_FULL | in ioc3_serial_probe()1141 sio_iec |= SIO_IR_SA_INT; in ioc3_serial_probe()1142 sio_iec &= ~(SIO_IR_SB_TX_MT | SIO_IR_SB_RX_FULL | in ioc3_serial_probe()1146 sio_iec |= SIO_IR_SB_INT; in ioc3_serial_probe()1147 writel(sio_iec, &ioc3->sio_iec); in ioc3_serial_probe()
122 u32 sio_iec; /* 0x00024 */ member