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

/freebsd-10.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-compactflash.c252 cvmx_mio_boot_reg_timx_t mio_boot_reg_tim; local
415 mio_boot_reg_tim.u64 = 0;
416 mio_boot_reg_tim.s.pagem = 0; /* Disable page mode */
417 mio_boot_reg_tim.s.waitm = use_iordy; /* Enable dynamic timing */
418 mio_boot_reg_tim.s.pages = 0; /* Pages are disabled */
419 mio_boot_reg_tim.s.ale = 8; /* If someone uses ALE, this seems to work */
420 mio_boot_reg_tim.s.page = 0; /* Not used */
421 mio_boot_reg_tim.s.wait = 0; /* Time after IORDY to coninue to assert the data */
422 mio_boot_reg_tim.s.pause = 0; /* Time after CE that signals stay valid */
423 mio_boot_reg_tim
[all...]

Completed in 195 milliseconds