Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dmxc_nand.c175 int clk_act; member
966 if (host->clk_act) { in mxc_nand_select_chip_v1_v3()
968 host->clk_act = 0; in mxc_nand_select_chip_v1_v3()
973 if (!host->clk_act) { in mxc_nand_select_chip_v1_v3()
976 host->clk_act = 1; in mxc_nand_select_chip_v1_v3()
986 if (host->clk_act) { in mxc_nand_select_chip_v2()
988 host->clk_act = 0; in mxc_nand_select_chip_v2()
993 if (!host->clk_act) { in mxc_nand_select_chip_v2()
996 host->clk_act = 1; in mxc_nand_select_chip_v2()
1875 host->clk_act = 1; in mxcnd_probe()
[all …]
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dmxc_nand.c31 int clk_act; member
957 if (host->clk_act)
958 host->clk_act = 0;
962 if (!host->clk_act)
963 host->clk_act = 1;
1179 host->clk_act = 1;