Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/nand/raw/gpmi-nand/
Dgpmi-lib.c139 int gpmi_disable_clk(struct gpmi_nand_data *this) in gpmi_disable_clk() function
183 gpmi_disable_clk(this); in gpmi_init()
186 gpmi_disable_clk(this); in gpmi_init()
296 gpmi_disable_clk(this); in bch_set_geometry()
299 gpmi_disable_clk(this); in bch_set_geometry()
Dgpmi-nand.h180 int gpmi_disable_clk(struct gpmi_nand_data *this);
Dgpmi-nand.c843 ret = gpmi_disable_clk(this); in gpmi_select_chip()