Searched refs:txx9_priv (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/mtd/nand/raw/
H A Dtxx9ndfmc.c78 struct txx9ndfmc_priv *txx9_priv = nand_get_controller_data(chip); local
79 return txx9_priv->dev;
133 struct txx9ndfmc_priv *txx9_priv = nand_get_controller_data(chip); local
134 struct platform_device *dev = txx9_priv->dev;
145 if (txx9_priv->cs >= 0 && (ctrl & NAND_NCE)) {
147 mcr |= TXX9_NDFMCR_CS(txx9_priv->cs);
316 struct txx9ndfmc_priv *txx9_priv; local
322 txx9_priv = kzalloc(sizeof(struct txx9ndfmc_priv),
324 if (!txx9_priv)
326 chip = &txx9_priv
380 struct txx9ndfmc_priv *txx9_priv; local
[all...]

Completed in 272 milliseconds