Lines Matching refs:soc
123 struct brcmnand_soc *soc; member
1030 if (ctrl->soc->ctlrdy_ack(ctrl->soc)) in brcmnand_irq()
1225 brcmnand_soc_data_bus_prepare(ctrl->soc); in brcmnand_cmdfunc()
1234 brcmnand_soc_data_bus_unprepare(ctrl->soc); in brcmnand_cmdfunc()
1449 brcmnand_soc_data_bus_prepare(ctrl->soc); in brcmnand_read_by_pio()
1454 brcmnand_soc_data_bus_unprepare(ctrl->soc); in brcmnand_read_by_pio()
1629 brcmnand_soc_data_bus_prepare(ctrl->soc); in brcmnand_write()
1634 brcmnand_soc_data_bus_unprepare(ctrl->soc); in brcmnand_write()
2095 if (ctrl->soc) { in brcmnand_resume()
2097 ctrl->soc->ctlrdy_ack(ctrl->soc); in brcmnand_resume()
2098 ctrl->soc->ctlrdy_set_enabled(ctrl->soc, true); in brcmnand_resume()
2135 int brcmnand_probe(struct platform_device *pdev, struct brcmnand_soc *soc) in brcmnand_probe() argument
2248 if (soc) { in brcmnand_probe()
2249 ctrl->soc = soc; in brcmnand_probe()
2255 ctrl->soc->ctlrdy_ack(ctrl->soc); in brcmnand_probe()
2256 ctrl->soc->ctlrdy_set_enabled(ctrl->soc, true); in brcmnand_probe()