Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/io.h>
#include <linux/export.h>
#include <mach/iomap.h>
#include "fuse.h"
#include "apbio.h"
Go to the source code of this file.
Macros | |
#define | FUSE_UID_LOW 0x108 |
#define | FUSE_UID_HIGH 0x10c |
#define | FUSE_SKU_INFO 0x110 |
#define | FUSE_SPARE_BIT 0x200 |
#define | STRAP_OPT 0x008 |
#define | GMI_AD0 (1 << 4) |
#define | GMI_AD1 (1 << 5) |
#define | RAM_ID_MASK (GMI_AD0 | GMI_AD1) |
#define | RAM_CODE_SHIFT 4 |
Functions | |
void | tegra_init_fuse (void) |
unsigned long long | tegra_chip_uid (void) |
EXPORT_SYMBOL (tegra_chip_uid) | |
Variables | |
int | tegra_sku_id |
int | tegra_cpu_process_id |
int | tegra_core_process_id |
int | tegra_chip_id |
enum tegra_revision | tegra_revision |
int | tegra_bct_strapping |
EXPORT_SYMBOL | ( | tegra_chip_uid | ) |