Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
powernow-k6.c File Reference
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/cpufreq.h>
#include <linux/ioport.h>
#include <linux/timex.h>
#include <linux/io.h>
#include <asm/cpu_device_id.h>
#include <asm/msr.h>

Go to the source code of this file.

Macros

#define POWERNOW_IOPORT
 
#define PFX   "powernow-k6: "
 

Functions

 MODULE_DEVICE_TABLE (x86cpu, powernow_k6_ids)
 
 MODULE_AUTHOR ("Arjan van de Ven, Dave Jones <[email protected]>, ""Dominik Brodowski <[email protected]>")
 
 MODULE_DESCRIPTION ("PowerNow! driver for AMD K6-2+ / K6-3+ processors.")
 
 MODULE_LICENSE ("GPL")
 
 module_init (powernow_k6_init)
 
 module_exit (powernow_k6_exit)
 

Macro Definition Documentation

#define PFX   "powernow-k6: "

Definition at line 24 of file powernow-k6.c.

#define POWERNOW_IOPORT
Value:
0xfff0 /* it doesn't matter where, as long
as it is unused */

Definition at line 22 of file powernow-k6.c.

Function Documentation

MODULE_AUTHOR ( "Arjan van de  Ven,
Dave Jones< davej @redhat.com >  ,
""Dominik Brodowski< linux @brodo.de >"   
)
MODULE_DESCRIPTION ( "PowerNow! driver for AMD K6-2+ / K6-3+ processors."  )
MODULE_DEVICE_TABLE ( x86cpu  ,
powernow_k6_ids   
)
module_exit ( powernow_k6_exit  )
module_init ( powernow_k6_init  )
MODULE_LICENSE ( "GPL"  )