Searched refs:hwcontrol (Results 1 – 5 of 5) sorted by relevance
139 #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()
137 this->hwcontrol = spia_hwcontrol; in spia_init()
171 this->hwcontrol = ep7312_hwcontrol; in ep7312_init()
180 this->hwcontrol = autcpu12_hwcontrol; in autcpu12_init()
163 void (*hwcontrol)(int cmd); member