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

/freebsd-11-stable/sys/dev/nand/
H A Dnfc_fsl.c110 struct fsl_nfc_fcm fcm; member in struct:fsl_nand_softc
177 sc->fcm.reg_fmr = (15 << FMR_CWTO_SHIFT);
183 sc->fcm.reg_fmr |= (2 << FMR_AL_SHIFT);
217 if (!ofw_bus_is_compatible(dev, "fsl,elbc-fcm-nand"))
243 bzero(&sc->fcm, sizeof(sc->fcm));
258 sc->fcm.reg_fmr &= ~(FMR_AL);
259 sc->fcm.reg_fmr |= (sc->row_cycles - 2) << FMR_AL_SHIFT;
304 struct fsl_nfc_fcm *fcm; local
310 fcm
356 struct fsl_nfc_fcm *fcm; local
408 struct fsl_nfc_fcm *fcm; local
457 struct fsl_nfc_fcm *fcm; local
[all...]
/freebsd-11-stable/sys/arm/freescale/vybrid/
H A Dvf_nfc.c82 struct fsl_nfc_fcm fcm; member in struct:vf_nand_softc
232 struct fsl_nfc_fcm *fcm; local
236 fcm = &sc->fcm;
238 nand_debug(NDBG_DRV,"vf_nand: start command %x", fcm->command);
243 reg |= (fcm->command << CMD2_BYTE1_SHIFT);
247 if ((fcm->command == NAND_CMD_READ) ||
248 (fcm->command == NAND_CMD_PROG) ||
249 (fcm->command == NAND_CMD_ERASE)) {
253 if (fcm
309 struct fsl_nfc_fcm *fcm; local
376 struct fsl_nfc_fcm *fcm; local
405 struct fsl_nfc_fcm *fcm; local
433 struct fsl_nfc_fcm *fcm; local
486 struct fsl_nfc_fcm *fcm; local
[all...]

Completed in 210 milliseconds