Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/raw/
H A Dmxc_nand.c175 int clk_act; member
849 if (host->clk_act) { in mxc_nand_select_chip_v1_v3()
851 host->clk_act = 0; in mxc_nand_select_chip_v1_v3()
856 if (!host->clk_act) { in mxc_nand_select_chip_v1_v3()
859 host->clk_act = 1; in mxc_nand_select_chip_v1_v3()
869 if (host->clk_act) { in mxc_nand_select_chip_v2()
871 host->clk_act = 0; in mxc_nand_select_chip_v2()
876 if (!host->clk_act) { in mxc_nand_select_chip_v2()
879 host->clk_act = 1; in mxc_nand_select_chip_v2()
1772 host->clk_act = 1; in mxcnd_probe()
[all …]