Lines Matching refs:last_ier
348 u16 last_ier; member
657 dc->last_ier = dc->last_ier | CTRL_DL; in nozomi_read_config_table()
658 writew(dc->last_ier, dc->reg_ier); in nozomi_read_config_table()
701 dc->last_ier |= mask[port]; in enable_transmit_ul()
702 writew(dc->last_ier, dc->reg_ier); in enable_transmit_ul()
715 dc->last_ier &= mask[port]; in disable_transmit_ul()
716 writew(dc->last_ier, dc->reg_ier); in disable_transmit_ul()
728 dc->last_ier |= mask[port]; in enable_transmit_dl()
729 writew(dc->last_ier, dc->reg_ier); in enable_transmit_dl()
742 dc->last_ier &= mask[port]; in disable_transmit_dl()
743 writew(dc->last_ier, dc->reg_ier); in disable_transmit_dl()
1075 dc->last_ier &= ~MDM_UL; in handle_data_ul()
1076 writew(dc->last_ier, dc->reg_ier); in handle_data_ul()
1079 dc->last_ier = dc->last_ier | MDM_UL; in handle_data_ul()
1080 writew(dc->last_ier, dc->reg_ier); in handle_data_ul()
1085 dc->last_ier &= ~MDM_UL; in handle_data_ul()
1086 writew(dc->last_ier, dc->reg_ier); in handle_data_ul()
1089 dc->last_ier = dc->last_ier | MDM_UL; in handle_data_ul()
1090 writew(dc->last_ier, dc->reg_ier); in handle_data_ul()
1096 dc->last_ier &= ~MDM_UL; in handle_data_ul()
1097 writew(dc->last_ier, dc->reg_ier); in handle_data_ul()
1100 dc->last_ier = dc->last_ier | MDM_UL; in handle_data_ul()
1101 writew(dc->last_ier, dc->reg_ier); in handle_data_ul()
1106 dc->last_ier &= ~MDM_UL; in handle_data_ul()
1107 writew(dc->last_ier, dc->reg_ier); in handle_data_ul()
1110 dc->last_ier = dc->last_ier | MDM_UL; in handle_data_ul()
1111 writew(dc->last_ier, dc->reg_ier); in handle_data_ul()
1142 read_iir &= dc->last_ier; in interrupt_handler()
1149 dc->last_ier); in interrupt_handler()
1153 dc->last_ier = 0x0; in interrupt_handler()
1154 writew(dc->last_ier, dc->reg_ier); in interrupt_handler()
1165 dc->last_ier &= ~CTRL_UL; in interrupt_handler()
1166 writew(dc->last_ier, dc->reg_ier); in interrupt_handler()
1169 dc->last_ier = dc->last_ier | CTRL_UL; in interrupt_handler()
1170 writew(dc->last_ier, dc->reg_ier); in interrupt_handler()
1200 dc->last_ier &= ~DIAG_UL; in interrupt_handler()
1201 writew(dc->last_ier, dc->reg_ier); in interrupt_handler()
1204 dc->last_ier = dc->last_ier | DIAG_UL; in interrupt_handler()
1205 writew(dc->last_ier, dc->reg_ier); in interrupt_handler()
1213 dc->last_ier &= ~APP1_UL; in interrupt_handler()
1214 writew(dc->last_ier, dc->reg_ier); in interrupt_handler()
1217 dc->last_ier = dc->last_ier | APP1_UL; in interrupt_handler()
1218 writew(dc->last_ier, dc->reg_ier); in interrupt_handler()
1226 dc->last_ier &= ~APP2_UL; in interrupt_handler()
1227 writew(dc->last_ier, dc->reg_ier); in interrupt_handler()
1230 dc->last_ier = dc->last_ier | APP2_UL; in interrupt_handler()
1231 writew(dc->last_ier, dc->reg_ier); in interrupt_handler()
1270 dc->last_ier = 0; in nozomi_setup_private_data()
1399 dc->last_ier = 0; in nozomi_card_init()
1400 writew(dc->last_ier, dc->reg_ier); in nozomi_card_init()
1419 dc->last_ier = RESET; in nozomi_card_init()
1420 iowrite16(dc->last_ier, dc->reg_ier); in nozomi_card_init()
1491 dc->last_ier = 0; in nozomi_card_exit()
1492 writew(dc->last_ier, dc->reg_ier); in nozomi_card_exit()
1580 dc->last_ier = dc->last_ier | port->token_dl; in ntty_activate()
1581 writew(dc->last_ier, dc->reg_ier); in ntty_activate()
1602 dc->last_ier &= ~(port->token_dl); in ntty_shutdown()
1603 writew(dc->last_ier, dc->reg_ier); in ntty_shutdown()