函数逻辑报告 |
Source Code:arch\x86\kernel\apic\io_apic.c |
Create Date:2022-07-27 09:29:12 |
Last Modify:2020-03-16 21:24:45 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:irq_polarity
函数原型:static int irq_polarity(int idx)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
int | idx |
806 | 当: & == MP_IRQPOL_DEFAULT |
808 | 如果st_bit - Determine whether a bit is set*@nr: bit number to test*@addr: Address to start counting from则返回:default_ISA_polarity(idx) |
810 | 否则返回:default_PCI_polarity(idx) |
812 | 当: & == MP_IRQPOL_ACTIVE_HIGH |
813 | 返回:IOAPIC_POL_HIGH |
814 | 当: & == MP_IRQPOL_RESERVED |
815 | 打印警告信息("IOAPIC: Invalid polarity: 2, defaulting to low\n") |
817 | 当: & == MP_IRQPOL_ACTIVE_LOW |
818 | 默认 |
819 | 返回:IOAPIC_POL_LOW |
名称 | 描述 |
---|---|
acpi_get_override_irq |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |