|
Linux Kernel
3.7.1
|
#include <linux/types.h>#include <linux/interrupt.h>#include <linux/pci.h>#include <linux/bitmap.h>#include <linux/slab.h>#include <linux/export.h>#include <asm/sn/sn_sal.h>#include <asm/sn/addrs.h>#include <asm/sn/io.h>#include <asm/sn/pcidev.h>#include <asm/sn/pcibus_provider_defs.h>#include <asm/sn/tioca_provider.h>Go to the source code of this file.
Functions | |
| EXPORT_SYMBOL (tioca_gart_found) | |
| LIST_HEAD (tioca_list) | |
| EXPORT_SYMBOL (tioca_list) | |
| void | tioca_fastwrite_enable (struct tioca_kernel *tioca_kern) |
| EXPORT_SYMBOL (tioca_fastwrite_enable) | |
| int | tioca_init_provider (void) |
Variables | |
| u32 | tioca_gart_found |
| EXPORT_SYMBOL | ( | tioca_gart_found | ) |
| EXPORT_SYMBOL | ( | tioca_list | ) |
| EXPORT_SYMBOL | ( | tioca_fastwrite_enable | ) |
| LIST_HEAD | ( | tioca_list | ) |
| void tioca_fastwrite_enable | ( | struct tioca_kernel * | tioca_kern | ) |
tioca_fastwrite_enable - enable AGP FW for a tioca and its functions : structure representing the CA
Given a CA, scan all attached functions making sure they all support FastWrite. If so, enable FastWrite for all functions and the CA itself.
Definition at line 217 of file tioca_provider.c.
tioca_init_provider - init SN PCI provider ops for TIO CA
Definition at line 673 of file tioca_provider.c.
| u32 tioca_gart_found |
Definition at line 22 of file tioca_provider.c.
1.8.2