Home
last modified time | relevance | path

Searched defs:pdc_cache_info (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/asm-parisc/
Dpdc.h542 struct pdc_cache_info { /* main-PDC_CACHE-structure (caches & TLB's) */ struct
544 unsigned long ic_size; /* size in bytes */
545 struct pdc_cache_cf ic_conf; /* configuration */
546 unsigned long ic_base; /* base-addr */
547 unsigned long ic_stride;
548 unsigned long ic_count;
549 unsigned long ic_loop;
551 unsigned long dc_size; /* size in bytes */
552 struct pdc_cache_cf dc_conf; /* configuration */
553 unsigned long dc_base; /* base-addr */
[all …]
/linux-2.4.37.9/arch/parisc/kernel/
Dfirmware.c434 int pdc_cache_info(struct pdc_cache_info *cache_info) in pdc_cache_info() function