Searched refs:rnandc (Results 1 – 1 of 1) sorted by relevance
216 struct rnandc { struct244 static inline struct rnandc *to_rnandc(struct nand_controller *ctrl) in to_rnandc() argument246 return container_of(ctrl, struct rnandc, controller); in to_rnandc()259 static void rnandc_dis_correction(struct rnandc *rnandc) in rnandc_dis_correction() argument263 control = readl_relaxed(rnandc->regs + CONTROL_REG); in rnandc_dis_correction()265 writel_relaxed(control, rnandc->regs + CONTROL_REG); in rnandc_dis_correction()268 static void rnandc_en_correction(struct rnandc *rnandc) in rnandc_en_correction() argument272 control = readl_relaxed(rnandc->regs + CONTROL_REG); in rnandc_en_correction()274 writel_relaxed(control, rnandc->regs + CONTROL_REG); in rnandc_en_correction()277 static void rnandc_clear_status(struct rnandc *rnandc) in rnandc_clear_status() argument[all …]