|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/pci.h>#include <linux/slab.h>#include <linux/init.h>#include <linux/pagemap.h>#include <linux/agp_backend.h>#include <linux/delay.h>#include <linux/vmalloc.h>#include <asm/uninorth.h>#include <asm/pci-bridge.h>#include <asm/prom.h>#include <asm/pmac_feature.h>#include "agp.h"Go to the source code of this file.
Macros | |
| #define | DEFAULT_APERTURE_SIZE 256 |
| #define | DEFAULT_APERTURE_STRING "256" |
Functions | |
| int | uninorth_remove_memory (struct agp_memory *mem, off_t pg_start, int type) |
| void | null_cache_flush (void) |
| MODULE_DEVICE_TABLE (pci, agp_uninorth_pci_table) | |
| module_init (agp_uninorth_init) | |
| module_exit (agp_uninorth_cleanup) | |
| module_param (aperture, charp, 0) | |
| MODULE_PARM_DESC (aperture,"Aperture size, must be power of two between 4MB and an\n""\t\tupper limit specific to the UniNorth revision.\n""\t\tDefault: "DEFAULT_APERTURE_STRING"M") | |
| MODULE_AUTHOR ("Ben Herrenschmidt & Paul Mackerras") | |
| MODULE_LICENSE ("GPL") | |
Variables | |
| struct agp_bridge_driver | uninorth_agp_driver |
| struct agp_bridge_driver | u3_agp_driver |
| #define DEFAULT_APERTURE_SIZE 256 |
Definition at line 33 of file uninorth-agp.c.
| #define DEFAULT_APERTURE_STRING "256" |
Definition at line 34 of file uninorth-agp.c.
| MODULE_AUTHOR | ( | "Ben Herrenschmidt & Paul Mackerras" | ) |
| MODULE_DEVICE_TABLE | ( | pci | , |
| agp_uninorth_pci_table | |||
| ) |
| module_exit | ( | agp_uninorth_cleanup | ) |
| module_init | ( | agp_uninorth_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_param | ( | aperture | , |
| charp | , | ||
| 0 | |||
| ) |
| MODULE_PARM_DESC | ( | aperture | , |
| "Aperture | size, | ||
| must be power of two between 4MB and an\n""\t\tupper limit specific to the UniNorth revision.\n""\t\tDefault:"DEFAULT_APERTURE_STRING"M" | |||
| ) |
Definition at line 470 of file uninorth-agp.c.
| int uninorth_remove_memory | ( | struct agp_memory * | mem, |
| off_t | pg_start, | ||
| int | type | ||
| ) |
Definition at line 199 of file uninorth-agp.c.
| struct agp_bridge_driver u3_agp_driver |
Definition at line 532 of file uninorth-agp.c.
| struct agp_bridge_driver uninorth_agp_driver |
Definition at line 504 of file uninorth-agp.c.
1.8.2