Home
last modified time | relevance | path

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

/linux/arch/sh/kernel/cpu/sh4a/
A Dubc.c15 #define UBC_CBR(idx) (0xff200000 + (0x20 * idx)) macro
34 __raw_writel(UBC_CBR_CE | info->len | info->type, UBC_CBR(idx)); in sh4a_ubc_enable()
40 __raw_writel(0, UBC_CBR(idx)); in sh4a_ubc_disable()
50 __raw_writel(__raw_readl(UBC_CBR(i)) | UBC_CBR_CE, in sh4a_ubc_enable_all()
51 UBC_CBR(i)); in sh4a_ubc_enable_all()
59 __raw_writel(__raw_readl(UBC_CBR(i)) & ~UBC_CBR_CE, in sh4a_ubc_disable_all()
60 UBC_CBR(i)); in sh4a_ubc_disable_all()
69 if (__raw_readl(UBC_CBR(i)) & UBC_CBR_CE) in sh4a_ubc_active_mask()
116 __raw_writel(0, UBC_CBR(i)); in sh4a_ubc_init()

Completed in 3 milliseconds