Searched refs:txx9_priv (Results 1 – 1 of 1) sorted by relevance
83 struct txx9ndfmc_priv *txx9_priv = chip->priv; in mtd_to_platdev() local84 return txx9_priv->dev; in mtd_to_platdev()139 struct txx9ndfmc_priv *txx9_priv = chip->priv; in txx9ndfmc_cmd_ctrl() local140 struct platform_device *dev = txx9_priv->dev; in txx9ndfmc_cmd_ctrl()151 if (txx9_priv->cs >= 0 && (ctrl & NAND_NCE)) { in txx9ndfmc_cmd_ctrl()153 mcr |= TXX9_NDFMCR_CS(txx9_priv->cs); in txx9ndfmc_cmd_ctrl()314 struct txx9ndfmc_priv *txx9_priv; in txx9ndfmc_probe() local320 txx9_priv = kzalloc(sizeof(struct txx9ndfmc_priv), in txx9ndfmc_probe()322 if (!txx9_priv) in txx9ndfmc_probe()324 chip = &txx9_priv->chip; in txx9ndfmc_probe()[all …]