Home
last modified time | relevance | path

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

/drivers/mtd/nand/
Dmxc_nand.c189 int clk_act; member
764 if (host->clk_act) { in mxc_nand_select_chip_v1_v3()
766 host->clk_act = 0; in mxc_nand_select_chip_v1_v3()
771 if (!host->clk_act) { in mxc_nand_select_chip_v1_v3()
774 host->clk_act = 1; in mxc_nand_select_chip_v1_v3()
785 if (host->clk_act) { in mxc_nand_select_chip_v2()
787 host->clk_act = 0; in mxc_nand_select_chip_v2()
792 if (!host->clk_act) { in mxc_nand_select_chip_v2()
795 host->clk_act = 1; in mxc_nand_select_chip_v2()
1522 host->clk_act = 1; in mxcnd_probe()
[all …]