Lines Matching refs:last_ier
382 u16 last_ier; member
691 dc->last_ier = dc->last_ier | CTRL_DL; in nozomi_read_config_table()
692 writew(dc->last_ier, dc->reg_ier); in nozomi_read_config_table()
735 dc->last_ier |= mask[port]; in enable_transmit_ul()
736 writew(dc->last_ier, dc->reg_ier); in enable_transmit_ul()
749 dc->last_ier &= mask[port]; in disable_transmit_ul()
750 writew(dc->last_ier, dc->reg_ier); in disable_transmit_ul()
762 dc->last_ier |= mask[port]; in enable_transmit_dl()
763 writew(dc->last_ier, dc->reg_ier); in enable_transmit_dl()
776 dc->last_ier &= mask[port]; in disable_transmit_dl()
777 writew(dc->last_ier, dc->reg_ier); in disable_transmit_dl()
1109 dc->last_ier &= ~MDM_UL; in handle_data_ul()
1110 writew(dc->last_ier, dc->reg_ier); in handle_data_ul()
1113 dc->last_ier = dc->last_ier | MDM_UL; in handle_data_ul()
1114 writew(dc->last_ier, dc->reg_ier); in handle_data_ul()
1119 dc->last_ier &= ~MDM_UL; in handle_data_ul()
1120 writew(dc->last_ier, dc->reg_ier); in handle_data_ul()
1123 dc->last_ier = dc->last_ier | MDM_UL; in handle_data_ul()
1124 writew(dc->last_ier, dc->reg_ier); in handle_data_ul()
1130 dc->last_ier &= ~MDM_UL; in handle_data_ul()
1131 writew(dc->last_ier, dc->reg_ier); in handle_data_ul()
1134 dc->last_ier = dc->last_ier | MDM_UL; in handle_data_ul()
1135 writew(dc->last_ier, dc->reg_ier); in handle_data_ul()
1140 dc->last_ier &= ~MDM_UL; in handle_data_ul()
1141 writew(dc->last_ier, dc->reg_ier); in handle_data_ul()
1144 dc->last_ier = dc->last_ier | MDM_UL; in handle_data_ul()
1145 writew(dc->last_ier, dc->reg_ier); in handle_data_ul()
1176 read_iir &= dc->last_ier; in interrupt_handler()
1183 dc->last_ier); in interrupt_handler()
1187 dc->last_ier = 0x0; in interrupt_handler()
1188 writew(dc->last_ier, dc->reg_ier); in interrupt_handler()
1199 dc->last_ier &= ~CTRL_UL; in interrupt_handler()
1200 writew(dc->last_ier, dc->reg_ier); in interrupt_handler()
1203 dc->last_ier = dc->last_ier | CTRL_UL; in interrupt_handler()
1204 writew(dc->last_ier, dc->reg_ier); in interrupt_handler()
1234 dc->last_ier &= ~DIAG_UL; in interrupt_handler()
1235 writew(dc->last_ier, dc->reg_ier); in interrupt_handler()
1238 dc->last_ier = dc->last_ier | DIAG_UL; in interrupt_handler()
1239 writew(dc->last_ier, dc->reg_ier); in interrupt_handler()
1247 dc->last_ier &= ~APP1_UL; in interrupt_handler()
1248 writew(dc->last_ier, dc->reg_ier); in interrupt_handler()
1251 dc->last_ier = dc->last_ier | APP1_UL; in interrupt_handler()
1252 writew(dc->last_ier, dc->reg_ier); in interrupt_handler()
1260 dc->last_ier &= ~APP2_UL; in interrupt_handler()
1261 writew(dc->last_ier, dc->reg_ier); in interrupt_handler()
1264 dc->last_ier = dc->last_ier | APP2_UL; in interrupt_handler()
1265 writew(dc->last_ier, dc->reg_ier); in interrupt_handler()
1304 dc->last_ier = 0; in nozomi_setup_private_data()
1433 dc->last_ier = 0; in nozomi_card_init()
1434 writew(dc->last_ier, dc->reg_ier); in nozomi_card_init()
1453 dc->last_ier = RESET; in nozomi_card_init()
1454 iowrite16(dc->last_ier, dc->reg_ier); in nozomi_card_init()
1525 dc->last_ier = 0; in nozomi_card_exit()
1526 writew(dc->last_ier, dc->reg_ier); in nozomi_card_exit()
1614 dc->last_ier = dc->last_ier | port->token_dl; in ntty_activate()
1615 writew(dc->last_ier, dc->reg_ier); in ntty_activate()
1636 dc->last_ier &= ~(port->token_dl); in ntty_shutdown()
1637 writew(dc->last_ier, dc->reg_ier); in ntty_shutdown()