Function report |
Source Code:arch\x86\kernel\aperture_64.c |
Create Date:2022-07-28 08:52:59 |
| Last Modify:2020-03-17 10:38:51 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Find a PCI capability
Proto:static unsigned int __init find_cap(int bus, int slot, int func, int cap)
Type:unsigned int
Parameter:
| Type | Parameter | Name |
|---|---|---|
| int | bus | |
| int | slot | |
| int | func | |
| int | cap |
| 137 | If Not (read_pci_config_16(bus, slot, func, 16 bits ) & Support Capability List ) Then Return 0 |
| 145 | pos &= ~3 |
| 146 | id = read_pci_config_byte(bus, slot, func, pos + Capability ID ) |
| 147 | If id == 0xff Then Break |
| 151 | pos = read_pci_config_byte(bus, slot, func, pos + Next capability in the list ) |
| 154 | Return 0 |
| Name | Describe |
|---|---|
| search_agp_bridge | Look for an AGP bridge |
| 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 |