Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/mtd/nand/
Dnand.c139 #define nand_select() this->hwcontrol(NAND_CTL_SETNCE);
141 #define nand_deselect() this->hwcontrol(NAND_CTL_CLRNCE);
184 this->hwcontrol (NAND_CTL_SETCLE); in nand_command()
212 this->hwcontrol (NAND_CTL_CLRCLE); in nand_command()
215 this->hwcontrol (NAND_CTL_SETALE); in nand_command()
228 this->hwcontrol (NAND_CTL_CLRALE); in nand_command()
247 this->hwcontrol (NAND_CTL_SETCLE); in nand_command()
249 this->hwcontrol (NAND_CTL_CLRCLE); in nand_command()
Dspia.c137 this->hwcontrol = spia_hwcontrol; in spia_init()
Dedb7312.c171 this->hwcontrol = ep7312_hwcontrol; in ep7312_init()
Dautcpu12.c180 this->hwcontrol = autcpu12_hwcontrol; in autcpu12_init()
/linux-2.4.37.9/include/linux/mtd/
Dnand.h163 void (*hwcontrol)(int cmd); member