| 117 | } |
| 118 | |
| 119 | int |
| 120 | dev_irqs_disable(struct plt_intr_handle *intr_handle) |
| 121 | { |
| 122 | /* Clear max_intr to indicate re-init next time */ |
| 123 | plt_intr_max_intr_set(intr_handle, 0); |
| 124 | return plt_intr_disable(intr_handle); |
| 125 | } |
| 126 | |
| 127 | int |
| 128 | dev_irq_reconfigure(struct plt_intr_handle *intr_handle, uint16_t max_intr) |
no outgoing calls
no test coverage detected