函数逻辑报告 |
Source Code:arch\x86\kernel\aperture_64.c |
Create Date:2022-07-27 09:52:19 |
| Last Modify:2020-03-17 10:38:51 | Copyright©Brick |
| 首页 | 函数Tree |
| 注解内核,赢得工具 | 下载SCCT | English |
函数名称:Find a PCI capability
函数原型:static unsigned int __init find_cap(int bus, int slot, int func, int cap)
返回类型:unsigned int
参数:
| 类型 | 参数 | 名称 |
|---|---|---|
| int | bus | |
| int | slot | |
| int | func | |
| int | cap |
| 137 | 如果非read_pci_config_16(bus, slot, func, 16 bits )按位与Support Capability List 的值则返回:0 |
| 145 | pos与等于3的反 |
| 146 | id等于read_pci_config_byte(bus, slot, func, pos + Capability ID ) |
| 151 | pos等于read_pci_config_byte(bus, slot, func, pos + Next capability in the list ) |
| 154 | 返回:0 |
| 名称 | 描述 |
|---|---|
| search_agp_bridge | Look for an AGP bridge |
| 源代码转换工具 开放的插件接口 | X |
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |