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()
1074 dc->last_ier &= ~MDM_UL; in handle_data_ul()
1075 writew(dc->last_ier, dc->reg_ier); in handle_data_ul()
1078 dc->last_ier = dc->last_ier | MDM_UL; in handle_data_ul()
1079 writew(dc->last_ier, dc->reg_ier); in handle_data_ul()
1084 dc->last_ier &= ~MDM_UL; in handle_data_ul()
1085 writew(dc->last_ier, dc->reg_ier); in handle_data_ul()
1088 dc->last_ier = dc->last_ier | MDM_UL; in handle_data_ul()
1089 writew(dc->last_ier, dc->reg_ier); in handle_data_ul()
1095 dc->last_ier &= ~MDM_UL; in handle_data_ul()
1096 writew(dc->last_ier, dc->reg_ier); in handle_data_ul()
1099 dc->last_ier = dc->last_ier | MDM_UL; in handle_data_ul()
1100 writew(dc->last_ier, dc->reg_ier); in handle_data_ul()
1105 dc->last_ier &= ~MDM_UL; in handle_data_ul()
1106 writew(dc->last_ier, dc->reg_ier); in handle_data_ul()
1109 dc->last_ier = dc->last_ier | MDM_UL; in handle_data_ul()
1110 writew(dc->last_ier, dc->reg_ier); in handle_data_ul()
1141 read_iir &= dc->last_ier; in interrupt_handler()
1148 dc->last_ier); in interrupt_handler()
1152 dc->last_ier = 0x0; in interrupt_handler()
1153 writew(dc->last_ier, dc->reg_ier); in interrupt_handler()
1164 dc->last_ier &= ~CTRL_UL; in interrupt_handler()
1165 writew(dc->last_ier, dc->reg_ier); in interrupt_handler()
1168 dc->last_ier = dc->last_ier | CTRL_UL; in interrupt_handler()
1169 writew(dc->last_ier, dc->reg_ier); in interrupt_handler()
1199 dc->last_ier &= ~DIAG_UL; in interrupt_handler()
1200 writew(dc->last_ier, dc->reg_ier); in interrupt_handler()
1203 dc->last_ier = dc->last_ier | DIAG_UL; in interrupt_handler()
1204 writew(dc->last_ier, dc->reg_ier); in interrupt_handler()
1212 dc->last_ier &= ~APP1_UL; in interrupt_handler()
1213 writew(dc->last_ier, dc->reg_ier); in interrupt_handler()
1216 dc->last_ier = dc->last_ier | APP1_UL; in interrupt_handler()
1217 writew(dc->last_ier, dc->reg_ier); in interrupt_handler()
1225 dc->last_ier &= ~APP2_UL; in interrupt_handler()
1226 writew(dc->last_ier, dc->reg_ier); in interrupt_handler()
1229 dc->last_ier = dc->last_ier | APP2_UL; in interrupt_handler()
1230 writew(dc->last_ier, dc->reg_ier); in interrupt_handler()
1269 dc->last_ier = 0; in nozomi_setup_private_data()
1390 dc->last_ier = 0; in nozomi_card_init()
1391 writew(dc->last_ier, dc->reg_ier); in nozomi_card_init()
1410 dc->last_ier = RESET; in nozomi_card_init()
1411 iowrite16(dc->last_ier, dc->reg_ier); in nozomi_card_init()
1485 dc->last_ier = 0; in nozomi_card_exit()
1486 writew(dc->last_ier, dc->reg_ier); in nozomi_card_exit()
1574 dc->last_ier = dc->last_ier | port->token_dl; in ntty_activate()
1575 writew(dc->last_ier, dc->reg_ier); in ntty_activate()
1596 dc->last_ier &= ~(port->token_dl); in ntty_shutdown()
1597 writew(dc->last_ier, dc->reg_ier); in ntty_shutdown()