Searched refs:from_cache (Results 1 – 2 of 2) sorted by relevance
46 static int omap_mcbsp_read(struct omap_mcbsp *mcbsp, u16 reg, bool from_cache) in omap_mcbsp_read() argument51 return !from_cache ? readw_relaxed(addr) : in omap_mcbsp_read()54 return !from_cache ? readl_relaxed(addr) : in omap_mcbsp_read()
189 static u32 cam_read(struct omap1_cam_dev *pcdev, u16 reg, bool from_cache) in cam_read() argument191 return !from_cache ? __raw_readl(pcdev->base + reg) : in cam_read()