Home
last modified time | relevance | path

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

/linux/arch/sh/kernel/cpu/sh4a/
A Dubc.c28 #define UBC_CBR_CE (1 << 0) macro
34 __raw_writel(UBC_CBR_CE | info->len | info->type, UBC_CBR(idx)); in sh4a_ubc_enable()
50 __raw_writel(__raw_readl(UBC_CBR(i)) | UBC_CBR_CE, in sh4a_ubc_enable_all()
59 __raw_writel(__raw_readl(UBC_CBR(i)) & ~UBC_CBR_CE, in sh4a_ubc_disable_all()
69 if (__raw_readl(UBC_CBR(i)) & UBC_CBR_CE) in sh4a_ubc_active_mask()

Completed in 3 milliseconds