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

/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-nand.h487 * for all chips in the active_chips mask.
492 * in the active_chips mask.
493 * @param active_chips
501 extern cvmx_nand_status_t cvmx_nand_initialize(cvmx_nand_initialize_flags_t flags, int active_chips);
H A Dcvmx-nand.c443 * for all chips in the active_chips mask.
448 * in the active_chips mask.
449 * @param active_chips
457 cvmx_nand_status_t cvmx_nand_initialize(cvmx_nand_initialize_flags_t flags, int active_chips) argument
525 ** active_chips mask */
533 if (((1<<chip) & active_chips) == 0)
550 if (((1<<chip) & active_chips) == 0)

Completed in 28 milliseconds