Function report |
Source Code:kernel\irq\generic-chip.c |
Create Date:2022-07-28 10:12:36 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:q_gc_mask_set_bit - Mask chip via setting bit in mask register*@d: irq_data* Chip has a single mask register. Values of this register are cached* and protected by gc->lock
Proto:void irq_gc_mask_set_bit(struct irq_data *d)
Type:void
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct irq_data * | d |
| 57 | gc = irq_data_get_irq_chip_data(d) |
| 58 | ct = irq_data_get_chip_type(d) |
| 61 | irq_gc_lock(gc) |
| 62 | mask_cache |= mask |
| 63 | irq_reg_writel(gc, * mask_cache, mask) |
| 64 | irq_gc_unlock(gc) |
| Source code conversion tool public plug-in interface | X |
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |