Home
last modified time | relevance | path

Searched refs:bfin_read_DCPLB_STATUS (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/blackfin/kernel/cplb-mpu/
Dcplbmgr.c101 int status = bfin_read_DCPLB_STATUS(); in dcplb_miss()
280 int status = bfin_read_DCPLB_STATUS(); in dcplb_protection_fault()
/linux-2.6.39/arch/blackfin/kernel/cplb-nompu/
Dcplbmgr.c146 int status = bfin_read_DCPLB_STATUS(); in dcplb_miss()
/linux-2.6.39/arch/blackfin/include/asm/
Dcdef_LPBlackfin.h21 #define bfin_read_DCPLB_STATUS() bfin_read32(DCPLB_STATUS) macro