Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/nand/raw/
Dmxc_nand.c175 int clk_act; member
981 if (host->clk_act) { in mxc_nand_select_chip_v1_v3()
983 host->clk_act = 0; in mxc_nand_select_chip_v1_v3()
988 if (!host->clk_act) { in mxc_nand_select_chip_v1_v3()
991 host->clk_act = 1; in mxc_nand_select_chip_v1_v3()
1002 if (host->clk_act) { in mxc_nand_select_chip_v2()
1004 host->clk_act = 0; in mxc_nand_select_chip_v2()
1009 if (!host->clk_act) { in mxc_nand_select_chip_v2()
1012 host->clk_act = 1; in mxc_nand_select_chip_v2()
1889 host->clk_act = 1; in mxcnd_probe()
[all …]