Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
tioca_provider.c File Reference
#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
 

Function Documentation

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.

int tioca_init_provider ( void  )

tioca_init_provider - init SN PCI provider ops for TIO CA

Definition at line 673 of file tioca_provider.c.

Variable Documentation

u32 tioca_gart_found

Definition at line 22 of file tioca_provider.c.