Searched refs:last_ier (Results 1 – 3 of 3) sorted by relevance
328 u16 last_ier; member628 dc->last_ier = dc->last_ier | CTRL_DL; in nozomi_read_config_table()1045 dc->last_ier = dc->last_ier | MDM_UL; in handle_data_ul()1055 dc->last_ier = dc->last_ier | MDM_UL; in handle_data_ul()1066 dc->last_ier = dc->last_ier | MDM_UL; in handle_data_ul()1076 dc->last_ier = dc->last_ier | MDM_UL; in handle_data_ul()1135 dc->last_ier = dc->last_ier | CTRL_UL; in interrupt_handler()1170 dc->last_ier = dc->last_ier | DIAG_UL; in interrupt_handler()1183 dc->last_ier = dc->last_ier | APP1_UL; in interrupt_handler()1196 dc->last_ier = dc->last_ier | APP2_UL; in interrupt_handler()[all …]
39 unsigned long last_ier; member109 tgpio->last_ier &= ~(1UL << offset); in timbgpio_irq_disable()110 iowrite32(tgpio->last_ier, tgpio->membase + TGPIO_IER); in timbgpio_irq_disable()121 tgpio->last_ier |= 1UL << offset; in timbgpio_irq_enable()122 iowrite32(tgpio->last_ier, tgpio->membase + TGPIO_IER); in timbgpio_irq_enable()205 iowrite32(tgpio->last_ier, tgpio->membase + TGPIO_IER); in timbgpio_irq()
28 u32 last_ier; member134 *ier |= uart->last_ier & TXFLAGS; in timbuart_handle_tx_port()348 uart->last_ier = ioread32(uart->port.membase + TIMBUART_IER); in timbuart_handleinterrupt()