Home
last modified time | relevance | path

Searched refs:last_ier (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/tty/
H A Dnozomi.c328 u16 last_ier; member
628 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 …]
/linux-6.15/drivers/gpio/
H A Dgpio-timberdale.c39 unsigned long last_ier; member
109 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()
/linux-6.15/drivers/tty/serial/
H A Dtimbuart.c28 u32 last_ier; member
134 *ier |= uart->last_ier & TXFLAGS; in timbuart_handle_tx_port()
348 uart->last_ier = ioread32(uart->port.membase + TIMBUART_IER); in timbuart_handleinterrupt()