Searched refs:_sram_proc_read (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/arch/blackfin/mm/ |
D | sram-alloc.c | 767 static int _sram_proc_read(char *buf, int *len, int count, const char *desc, in _sram_proc_read() function 808 if (_sram_proc_read(buf, &len, count, "Scratchpad", in sram_proc_read() 812 if (_sram_proc_read(buf, &len, count, "L1 Data A", in sram_proc_read() 818 if (_sram_proc_read(buf, &len, count, "L1 Data B", in sram_proc_read() 824 if (_sram_proc_read(buf, &len, count, "L1 Instruction", in sram_proc_read() 831 if (_sram_proc_read(buf, &len, count, "L2", &free_l2_sram_head, in sram_proc_read()
|