Function report |
Source Code:arch\x86\kernel\amd_gart_64.c |
Create Date:2022-07-28 08:52:30 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:read_aperture
Proto:static __init unsigned read_aperture(struct pci_dev *dev, unsigned int *size)
Type:unsigned
Parameter:
Type | Parameter | Name |
---|---|---|
struct pci_dev * | dev | |
unsigned int * | size |
523 | aper_size = 0 |
528 | aper_order = aper_order >> 1 & 7 |
530 | aper_base = aper_base_32 & 0x7fff |
531 | aper_base <<= 25 |
533 | aper_size = 32 * 1024 * 1024 << aper_order |
538 | Return aper_base |
Name | Describe |
---|---|
init_amd_gatt | Private Northbridge GATT initialization in case we cannot use the* AGP driver for some reason. |
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 |