/* * arch/blackfin/include/asm/mem_init.h - reprogram clocks / memory * * Copyright 2004-2008 Analog Devices Inc. * * Licensed under the GPL-2 or later. */ #ifndef __MEM_INIT_H__ #define __MEM_INIT_H__ #if defined(EBIU_SDGCTL) #if defined(CONFIG_MEM_MT48LC16M16A2TG_75) || \ defined(CONFIG_MEM_MT48LC64M4A2FB_7E) || \ defined(CONFIG_MEM_MT48LC16M8A2TG_75) || \ defined(CONFIG_MEM_MT48LC32M8A2_75) || \ defined(CONFIG_MEM_MT48LC8M32B2B5_7) || \ defined(CONFIG_MEM_MT48LC32M16A2TG_75) || \ defined(CONFIG_MEM_MT48LC32M8A2_75) #if (CONFIG_SCLK_HZ > 119402985) #define SDRAM_tRP TRP_2 #define SDRAM_tRP_num 2 #define SDRAM_tRAS TRAS_7 #define SDRAM_tRAS_num 7 #define SDRAM_tRCD TRCD_2 #define SDRAM_tWR TWR_2 #endif #if (CONFIG_SCLK_HZ > 104477612) && (CONFIG_SCLK_HZ <= 119402985) #define SDRAM_tRP TRP_2 #define SDRAM_tRP_num 2 #define SDRAM_tRAS TRAS_6 #define SDRAM_tRAS_num 6 #define SDRAM_tRCD TRCD_2 #define SDRAM_tWR TWR_2 #endif #if (CONFIG_SCLK_HZ > 89552239) && (CONFIG_SCLK_HZ <= 104477612) #define SDRAM_tRP TRP_2 #define SDRAM_tRP_num 2 #define SDRAM_tRAS TRAS_5 #define SDRAM_tRAS_num 5 #define SDRAM_tRCD TRCD_2 #define SDRAM_tWR TWR_2 #endif #if (CONFIG_SCLK_HZ > 74626866) && (CONFIG_SCLK_HZ <= 89552239) #define SDRAM_tRP TRP_2 #define SDRAM_tRP_num 2 #define SDRAM_tRAS TRAS_4 #define SDRAM_tRAS_num 4 #define SDRAM_tRCD TRCD_2 #define SDRAM_tWR TWR_2 #endif #if (CONFIG_SCLK_HZ > 66666667) && (CONFIG_SCLK_HZ <= 74626866) #define SDRAM_tRP TRP_2 #define SDRAM_tRP_num 2 #define SDRAM_tRAS TRAS_3 #define SDRAM_tRAS_num 3 #define SDRAM_tRCD TRCD_2 #define SDRAM_tWR TWR_2 #endif #if (CONFIG_SCLK_HZ > 59701493) && (CONFIG_SCLK_HZ <= 66666667) #define SDRAM_tRP TRP_1 #define SDRAM_tRP_num 1 #define SDRAM_tRAS TRAS_4 #define SDRAM_tRAS_num 4 #define SDRAM_tRCD TRCD_1 #define SDRAM_tWR TWR_2 #endif #if (CONFIG_SCLK_HZ > 44776119) && (CONFIG_SCLK_HZ <= 59701493) #define SDRAM_tRP TRP_1 #define SDRAM_tRP_num 1 #define SDRAM_tRAS TRAS_3 #define SDRAM_tRAS_num 3 #define SDRAM_tRCD TRCD_1 #define SDRAM_tWR TWR_2 #endif #if (CONFIG_SCLK_HZ > 29850746) && (CONFIG_SCLK_HZ <= 44776119) #define SDRAM_tRP TRP_1 #define SDRAM_tRP_num 1 #define SDRAM_tRAS TRAS_2 #define SDRAM_tRAS_num 2 #define SDRAM_tRCD TRCD_1 #define SDRAM_tWR TWR_2 #endif #if (CONFIG_SCLK_HZ <= 29850746) #define SDRAM_tRP TRP_1 #define SDRAM_tRP_num 1 #define SDRAM_tRAS TRAS_1 #define SDRAM_tRAS_num 1 #define SDRAM_tRCD TRCD_1 #define SDRAM_tWR TWR_2 #endif #endif /* * The BF526-EZ-Board changed SDRAM chips between revisions, * so we use below timings to accommodate both. */ #if defined(CONFIG_MEM_MT48H32M16LFCJ_75) #if (CONFIG_SCLK_HZ > 119402985) #define SDRAM_tRP TRP_2 #define SDRAM_tRP_num 2 #define SDRAM_tRAS TRAS_8 #define SDRAM_tRAS_num 8 #define SDRAM_tRCD TRCD_2 #define SDRAM_tWR TWR_2 #endif #if (CONFIG_SCLK_HZ > 104477612) && (CONFIG_SCLK_HZ <= 119402985) #define SDRAM_tRP TRP_2 #define SDRAM_tRP_num 2 #define SDRAM_tRAS TRAS_7 #define SDRAM_tRAS_num 7 #define SDRAM_tRCD TRCD_2 #define SDRAM_tWR TWR_2 #endif #if (CONFIG_SCLK_HZ > 89552239) && (CONFIG_SCLK_HZ <= 104477612) #define SDRAM_tRP TRP_2 #define SDRAM_tRP_num 2 #define SDRAM_tRAS TRAS_6 #define SDRAM_tRAS_num 6 #define SDRAM_tRCD TRCD_2 #define SDRAM_tWR TWR_2 #endif #if (CONFIG_SCLK_HZ > 74626866) && (CONFIG_SCLK_HZ <= 89552239) #define SDRAM_tRP TRP_2 #define SDRAM_tRP_num 2 #define SDRAM_tRAS TRAS_5 #define SDRAM_tRAS_num 5 #define SDRAM_tRCD TRCD_2 #define SDRAM_tWR TWR_2 #endif #if (CONFIG_SCLK_HZ > 66666667) && (CONFIG_SCLK_HZ <= 74626866) #define SDRAM_tRP TRP_2 #define SDRAM_tRP_num 2 #define SDRAM_tRAS TRAS_4 #define SDRAM_tRAS_num 4 #define SDRAM_tRCD TRCD_2 #define SDRAM_tWR TWR_2 #endif #if (CONFIG_SCLK_HZ > 59701493) && (CONFIG_SCLK_HZ <= 66666667) #define SDRAM_tRP TRP_2 #define SDRAM_tRP_num 2 #define SDRAM_tRAS TRAS_4 #define SDRAM_tRAS_num 4 #define SDRAM_tRCD TRCD_1 #define SDRAM_tWR TWR_2 #endif #if (CONFIG_SCLK_HZ > 44776119) && (CONFIG_SCLK_HZ <= 59701493) #define SDRAM_tRP TRP_2 #define SDRAM_tRP_num 2 #define SDRAM_tRAS TRAS_3 #define SDRAM_tRAS_num 3 #define SDRAM_tRCD TRCD_1 #define SDRAM_tWR TWR_2 #endif #if (CONFIG_SCLK_HZ > 29850746) && (CONFIG_SCLK_HZ <= 44776119) #define SDRAM_tRP TRP_1 #define SDRAM_tRP_num 1 #define SDRAM_tRAS TRAS_3 #define SDRAM_tRAS_num 3 #define SDRAM_tRCD TRCD_1 #define SDRAM_tWR TWR_2 #endif #if (CONFIG_SCLK_HZ <= 29850746) #define SDRAM_tRP TRP_1 #define SDRAM_tRP_num 1 #define SDRAM_tRAS TRAS_2 #define SDRAM_tRAS_num 2 #define SDRAM_tRCD TRCD_1 #define SDRAM_tWR TWR_2 #endif #endif #if defined(CONFIG_MEM_MT48LC16M8A2TG_75) || \ defined(CONFIG_MEM_MT48LC8M32B2B5_7) /*SDRAM INFORMATION: */ #define SDRAM_Tref 64 /* Refresh period in milliseconds */ #define SDRAM_NRA 4096 /* Number of row addresses in SDRAM */ #define SDRAM_CL CL_3 #endif #if defined(CONFIG_MEM_MT48LC32M8A2_75) || \ defined(CONFIG_MEM_MT48LC64M4A2FB_7E) || \ defined(CONFIG_MEM_MT48LC32M16A2TG_75) || \ defined(CONFIG_MEM_MT48LC16M16A2TG_75) || \ defined(CONFIG_MEM_MT48LC32M8A2_75) /*SDRAM INFORMATION: */ #define SDRAM_Tref 64 /* Refresh period in milliseconds */ #define SDRAM_NRA 8192 /* Number of row addresses in SDRAM */ #define SDRAM_CL CL_3 #endif #if defined(CONFIG_MEM_MT48H32M16LFCJ_75) /*SDRAM INFORMATION: */ #define SDRAM_Tref 64 /* Refresh period in milliseconds */ #define SDRAM_NRA 8192 /* Number of row addresses in SDRAM */ #define SDRAM_CL CL_2 #endif #ifdef CONFIG_BFIN_KERNEL_CLOCK_MEMINIT_CALC /* Equation from section 17 (p17-46) of BF533 HRM */ #define mem_SDRRC (((CONFIG_SCLK_HZ / 1000) * SDRAM_Tref) / SDRAM_NRA) - (SDRAM_tRAS_num + SDRAM_tRP_num) /* Enable SCLK Out */ #define mem_SDGCTL (SCTLE | SDRAM_CL | SDRAM_tRAS | SDRAM_tRP | SDRAM_tRCD | SDRAM_tWR | PSS) #else #define mem_SDRRC CONFIG_MEM_SDRRC #define mem_SDGCTL CONFIG_MEM_SDGCTL #endif #endif #if defined(EBIU_DDRCTL0) #define MIN_DDR_SCLK(x) (x*(CONFIG_SCLK_HZ/1000/1000)/1000 + 1) #define MAX_DDR_SCLK(x) (x*(CONFIG_SCLK_HZ/1000/1000)/1000) #define DDR_CLK_HZ(x) (1000*1000*1000/x) #if defined(CONFIG_MEM_MT46V32M16_6T) #define DDR_SIZE DEVSZ_512 #define DDR_WIDTH DEVWD_16 #define DDR_MAX_tCK 13 #define DDR_tRC DDR_TRC(MIN_DDR_SCLK(60)) #define DDR_tRAS DDR_TRAS(MIN_DDR_SCLK(42)) #define DDR_tRP DDR_TRP(MIN_DDR_SCLK(15)) #define DDR_tRFC DDR_TRFC(MIN_DDR_SCLK(72)) #define DDR_tREFI DDR_TREFI(MAX_DDR_SCLK(7800)) #define DDR_tRCD DDR_TRCD(MIN_DDR_SCLK(15)) #define DDR_tWTR DDR_TWTR(1) #define DDR_tMRD DDR_TMRD(MIN_DDR_SCLK(12)) #define DDR_tWR DDR_TWR(MIN_DDR_SCLK(15)) #endif #if defined(CONFIG_MEM_MT46V32M16_5B) #define DDR_SIZE DEVSZ_512 #define DDR_WIDTH DEVWD_16 #define DDR_MAX_tCK 13 #define DDR_tRC DDR_TRC(MIN_DDR_SCLK(55)) #define DDR_tRAS DDR_TRAS(MIN_DDR_SCLK(40)) #define DDR_tRP DDR_TRP(MIN_DDR_SCLK(15)) #define DDR_tRFC DDR_TRFC(MIN_DDR_SCLK(70)) #define DDR_tREFI DDR_TREFI(MAX_DDR_SCLK(7800)) #define DDR_tRCD DDR_TRCD(MIN_DDR_SCLK(15)) #define DDR_tWTR DDR_TWTR(2) #define DDR_tMRD DDR_TMRD(MIN_DDR_SCLK(10)) #define DDR_tWR DDR_TWR(MIN_DDR_SCLK(15)) #endif #if (CONFIG_SCLK_HZ < DDR_CLK_HZ(DDR_MAX_tCK)) # error "CONFIG_SCLK_HZ is too small (<DDR_CLK_HZ(DDR_MAX_tCK) Hz)." #elif(CONFIG_SCLK_HZ <= 133333333) # define DDR_CL CL_2 #else # error "CONFIG_SCLK_HZ is too large (>133333333 Hz)." #endif #ifdef CONFIG_BFIN_KERNEL_CLOCK_MEMINIT_CALC #define mem_DDRCTL0 (DDR_tRP | DDR_tRAS | DDR_tRC | DDR_tRFC | DDR_tREFI) #define mem_DDRCTL1 (DDR_DATWIDTH | EXTBANK_1 | DDR_SIZE | DDR_WIDTH | DDR_tWTR \ | DDR_tMRD | DDR_tWR | DDR_tRCD) #define mem_DDRCTL2 DDR_CL #else #define mem_DDRCTL0 CONFIG_MEM_DDRCTL0 #define mem_DDRCTL1 CONFIG_MEM_DDRCTL1 #define mem_DDRCTL2 CONFIG_MEM_DDRCTL2 #endif #endif #if defined CONFIG_CLKIN_HALF #define CLKIN_HALF 1 #else #define CLKIN_HALF 0 #endif #if defined CONFIG_PLL_BYPASS #define PLL_BYPASS 1 #else #define PLL_BYPASS 0 #endif #ifdef CONFIG_BF60x /* DMC status bits */ #define IDLE 0x1 #define MEMINITDONE 0x4 #define SRACK 0x8 #define PDACK 0x10 #define DPDACK 0x20 #define DLLCALDONE 0x2000 #define PENDREF 0xF0000 #define PHYRDPHASE 0xF00000 #define PHYRDPHASE_OFFSET 20 /* DMC control bits */ #define LPDDR 0x2 #define INIT 0x4 #define SRREQ 0x8 #define PDREQ 0x10 #define DPDREQ 0x20 #define PREC 0x40 #define ADDRMODE 0x100 #define RDTOWR 0xE00 #define PPREF 0x1000 #define DLLCAL 0x2000 /* DMC DLL control bits */ #define DLLCALRDCNT 0xFF #define DATACYC 0xF00 #define DATACYC_OFFSET 8 /* CGU Divisor bits */ #define CSEL_OFFSET 0 #define S0SEL_OFFSET 5 #define SYSSEL_OFFSET 8 #define S1SEL_OFFSET 13 #define DSEL_OFFSET 16 #define OSEL_OFFSET 22 #define ALGN 0x20000000 #define UPDT 0x40000000 #define LOCK 0x80000000 /* CGU Status bits */ #define PLLEN 0x1 #define PLLBP 0x2 #define PLOCK 0x4 #define CLKSALGN 0x8 /* CGU Control bits */ #define MSEL_MASK 0x7F00 #define DF_MASK 0x1 struct ddr_config { u32 ddr_clk; u32 dmc_ddrctl; u32 dmc_effctl; u32 dmc_ddrcfg; u32 dmc_ddrtr0; u32 dmc_ddrtr1; u32 dmc_ddrtr2; u32 dmc_ddrmr; u32 dmc_ddrmr1; }; #if defined(CONFIG_MEM_MT47H64M16) static struct ddr_config ddr_config_table[] __attribute__((section(".data_l1"))) = { [0] = { .ddr_clk = 125, .dmc_ddrctl = 0x00000904, .dmc_effctl = 0x004400C0, .dmc_ddrcfg = 0x00000422, .dmc_ddrtr0 = 0x20705212, .dmc_ddrtr1 = 0x201003CF, .dmc_ddrtr2 = 0x00320107, .dmc_ddrmr = 0x00000422, .dmc_ddrmr1 = 0x4, }, [1] = { .ddr_clk = 133, .dmc_ddrctl = 0x00000904, .dmc_effctl = 0x004400C0, .dmc_ddrcfg = 0x00000422, .dmc_ddrtr0 = 0x20806313, .dmc_ddrtr1 = 0x2013040D, .dmc_ddrtr2 = 0x00320108, .dmc_ddrmr = 0x00000632, .dmc_ddrmr1 = 0x4, }, [2] = { .ddr_clk = 150, .dmc_ddrctl = 0x00000904, .dmc_effctl = 0x004400C0, .dmc_ddrcfg = 0x00000422, .dmc_ddrtr0 = 0x20A07323, .dmc_ddrtr1 = 0x20160492, .dmc_ddrtr2 = 0x00320209, .dmc_ddrmr = 0x00000632, .dmc_ddrmr1 = 0x4, }, [3] = { .ddr_clk = 166, .dmc_ddrctl = 0x00000904, .dmc_effctl = 0x004400C0, .dmc_ddrcfg = 0x00000422, .dmc_ddrtr0 = 0x20A07323, .dmc_ddrtr1 = 0x2016050E, .dmc_ddrtr2 = 0x00320209, .dmc_ddrmr = 0x00000632, .dmc_ddrmr1 = 0x4, }, [4] = { .ddr_clk = 200, .dmc_ddrctl = 0x00000904, .dmc_effctl = 0x004400C0, .dmc_ddrcfg = 0x00000422, .dmc_ddrtr0 = 0x20a07323, .dmc_ddrtr1 = 0x2016050f, .dmc_ddrtr2 = 0x00320509, .dmc_ddrmr = 0x00000632, .dmc_ddrmr1 = 0x4, }, [5] = { .ddr_clk = 225, .dmc_ddrctl = 0x00000904, .dmc_effctl = 0x004400C0, .dmc_ddrcfg = 0x00000422, .dmc_ddrtr0 = 0x20E0A424, .dmc_ddrtr1 = 0x302006DB, .dmc_ddrtr2 = 0x0032020D, .dmc_ddrmr = 0x00000842, .dmc_ddrmr1 = 0x4, }, [6] = { .ddr_clk = 250, .dmc_ddrctl = 0x00000904, .dmc_effctl = 0x004400C0, .dmc_ddrcfg = 0x00000422, .dmc_ddrtr0 = 0x20E0A424, .dmc_ddrtr1 = 0x3020079E, .dmc_ddrtr2 = 0x0032050D, .dmc_ddrmr = 0x00000842, .dmc_ddrmr1 = 0x4, }, }; #endif static inline void dmc_enter_self_refresh(void) { if (bfin_read_DMC0_STAT() & MEMINITDONE) { bfin_write_DMC0_CTL(bfin_read_DMC0_CTL() | SRREQ); while (!(bfin_read_DMC0_STAT() & SRACK)) continue; } } static inline void dmc_exit_self_refresh(void) { if (bfin_read_DMC0_STAT() & MEMINITDONE) { bfin_write_DMC0_CTL(bfin_read_DMC0_CTL() & ~SRREQ); while (bfin_read_DMC0_STAT() & SRACK) continue; } } static inline void init_cgu(u32 cgu_div, u32 cgu_ctl) { dmc_enter_self_refresh(); /* Don't set the same value of MSEL and DF to CGU_CTL */ if ((bfin_read32(CGU0_CTL) & (MSEL_MASK | DF_MASK)) != cgu_ctl) { bfin_write32(CGU0_DIV, cgu_div); bfin_write32(CGU0_CTL, cgu_ctl); while ((bfin_read32(CGU0_STAT) & (CLKSALGN | PLLBP)) || !(bfin_read32(CGU0_STAT) & PLOCK)) continue; } bfin_write32(CGU0_DIV, cgu_div | UPDT); while (bfin_read32(CGU0_STAT) & CLKSALGN) continue; dmc_exit_self_refresh(); } static inline void init_dmc(u32 dmc_clk) { int i, dlldatacycle, dll_ctl; for (i = 0; i < 7; i++) { if (ddr_config_table[i].ddr_clk == dmc_clk) { bfin_write_DMC0_CFG(ddr_config_table[i].dmc_ddrcfg); bfin_write_DMC0_TR0(ddr_config_table[i].dmc_ddrtr0); bfin_write_DMC0_TR1(ddr_config_table[i].dmc_ddrtr1); bfin_write_DMC0_TR2(ddr_config_table[i].dmc_ddrtr2); bfin_write_DMC0_MR(ddr_config_table[i].dmc_ddrmr); bfin_write_DMC0_EMR1(ddr_config_table[i].dmc_ddrmr1); bfin_write_DMC0_EFFCTL(ddr_config_table[i].dmc_effctl); bfin_write_DMC0_CTL(ddr_config_table[i].dmc_ddrctl); break; } } while (!(bfin_read_DMC0_STAT() & MEMINITDONE)) continue; dlldatacycle = (bfin_read_DMC0_STAT() & PHYRDPHASE) >> PHYRDPHASE_OFFSET; dll_ctl = bfin_read_DMC0_DLLCTL(); dll_ctl &= ~DATACYC; bfin_write_DMC0_DLLCTL(dll_ctl | (dlldatacycle << DATACYC_OFFSET)); while (!(bfin_read_DMC0_STAT() & DLLCALDONE)) continue; } #endif #endif /*__MEM_INIT_H__*/
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Kbuild | File | 658 B | 0644 |
|
asm-offsets.h | File | 35 B | 0644 |
|
atomic.h | File | 1.55 KB | 0644 |
|
barrier.h | File | 2.55 KB | 0644 |
|
bfin-global.h | File | 2.8 KB | 0644 |
|
bfin-lq035q1.h | File | 868 B | 0644 |
|
bfin5xx_spi.h | File | 2.07 KB | 0644 |
|
bfin_can.h | File | 36.04 KB | 0644 |
|
bfin_dma.h | File | 5.46 KB | 0644 |
|
bfin_pfmon.h | File | 1.11 KB | 0644 |
|
bfin_ppi.h | File | 9.01 KB | 0644 |
|
bfin_sdh.h | File | 7.2 KB | 0644 |
|
bfin_serial.h | File | 17.02 KB | 0644 |
|
bfin_simple_timer.h | File | 949 B | 0644 |
|
bfin_sport.h | File | 1.21 KB | 0644 |
|
bfin_sport3.h | File | 5.47 KB | 0644 |
|
bfin_twi.h | File | 6.25 KB | 0644 |
|
bfin_watchdog.h | File | 696 B | 0644 |
|
bfrom.h | File | 3.36 KB | 0644 |
|
bitops.h | File | 3.45 KB | 0644 |
|
blackfin.h | File | 1.55 KB | 0644 |
|
bug.h | File | 1.49 KB | 0644 |
|
cache.h | File | 1.47 KB | 0644 |
|
cacheflush.h | File | 3.79 KB | 0644 |
|
cdef_LPBlackfin.h | File | 18.93 KB | 0644 |
|
checksum.h | File | 899 B | 0644 |
|
clkdev.h | File | 318 B | 0644 |
|
clocks.h | File | 1.66 KB | 0644 |
|
cmpxchg.h | File | 3.2 KB | 0644 |
|
context.S | File | 5.92 KB | 0644 |
|
cplb.h | File | 4.86 KB | 0644 |
|
cplbinit.h | File | 1.6 KB | 0644 |
|
cpu.h | File | 443 B | 0644 |
|
def_LPBlackfin.h | File | 28.6 KB | 0644 |
|
delay.h | File | 917 B | 0644 |
|
dma-mapping.h | File | 1.09 KB | 0644 |
|
dma.h | File | 9.28 KB | 0644 |
|
dpmc.h | File | 18.24 KB | 0644 |
|
early_printk.h | File | 1.09 KB | 0644 |
|
elf.h | File | 4.88 KB | 0644 |
|
entry.h | File | 5.27 KB | 0644 |
|
exec.h | File | 37 B | 0644 |
|
fixed_code.h | File | 806 B | 0644 |
|
flat.h | File | 1.41 KB | 0644 |
|
ftrace.h | File | 1.37 KB | 0644 |
|
gpio.h | File | 5.91 KB | 0644 |
|
gptimers.h | File | 8.95 KB | 0644 |
|
hardirq.h | File | 301 B | 0644 |
|
io.h | File | 1.52 KB | 0644 |
|
ipipe.h | File | 5.81 KB | 0644 |
|
ipipe_base.h | File | 2.38 KB | 0644 |
|
irq.h | File | 879 B | 0644 |
|
irq_handler.h | File | 1.93 KB | 0644 |
|
irqflags.h | File | 7.13 KB | 0644 |
|
kgdb.h | File | 3.23 KB | 0644 |
|
l1layout.h | File | 879 B | 0644 |
|
linkage.h | File | 205 B | 0644 |
|
mem_init.h | File | 13.1 KB | 0644 |
|
mem_map.h | File | 1.73 KB | 0644 |
|
mmu.h | File | 713 B | 0644 |
|
mmu_context.h | File | 5.35 KB | 0644 |
|
module.h | File | 410 B | 0644 |
|
nand.h | File | 895 B | 0644 |
|
nmi.h | File | 195 B | 0644 |
|
page.h | File | 546 B | 0644 |
|
page_offset.h | File | 192 B | 0644 |
|
pci.h | File | 310 B | 0644 |
|
pda.h | File | 1.86 KB | 0644 |
|
perf_event.h | File | 23 B | 0644 |
|
pgtable.h | File | 3 KB | 0644 |
|
pm.h | File | 590 B | 0644 |
|
portmux.h | File | 16.38 KB | 0644 |
|
processor.h | File | 3.21 KB | 0644 |
|
pseudo_instructions.h | File | 391 B | 0644 |
|
ptrace.h | File | 1.19 KB | 0644 |
|
reboot.h | File | 446 B | 0644 |
|
rwlock.h | File | 142 B | 0644 |
|
scb.h | File | 445 B | 0644 |
|
sections.h | File | 2 KB | 0644 |
|
segment.h | File | 226 B | 0644 |
|
smp.h | File | 1.34 KB | 0644 |
|
spinlock.h | File | 1.87 KB | 0644 |
|
spinlock_types.h | File | 495 B | 0644 |
|
string.h | File | 1.04 KB | 0644 |
|
switch_to.h | File | 997 B | 0644 |
|
syscall.h | File | 2.15 KB | 0644 |
|
thread_info.h | File | 2.66 KB | 0644 |
|
time.h | File | 1.33 KB | 0644 |
|
timex.h | File | 477 B | 0644 |
|
tlb.h | File | 481 B | 0644 |
|
tlbflush.h | File | 88 B | 0644 |
|
trace.h | File | 2.67 KB | 0644 |
|
traps.h | File | 4.87 KB | 0644 |
|
uaccess.h | File | 5.79 KB | 0644 |
|
unistd.h | File | 523 B | 0644 |
|
vga.h | File | 29 B | 0644 |
|