Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/mtd/nand/raw/
Dmxc_nand.c174 int clk_act; member
964 if (host->clk_act) { in mxc_nand_select_chip_v1_v3()
966 host->clk_act = 0; in mxc_nand_select_chip_v1_v3()
971 if (!host->clk_act) { in mxc_nand_select_chip_v1_v3()
974 host->clk_act = 1; in mxc_nand_select_chip_v1_v3()
984 if (host->clk_act) { in mxc_nand_select_chip_v2()
986 host->clk_act = 0; in mxc_nand_select_chip_v2()
991 if (!host->clk_act) { in mxc_nand_select_chip_v2()
994 host->clk_act = 1; in mxc_nand_select_chip_v2()
1798 host->clk_act = 1; in mxcnd_probe()
[all …]