Lines Matching defs:mode
368 * This function returns the run mode of all the L3 cache partitions in the
373 * check. An HN-F could report that the L3 cache is transitioning from one mode
385 * Wait for a L3 cache partition to enter any run mode. The pstate
388 * mode.
400 * This function sets the run mode of all the L3 cache partitions in the
402 * specified by the 'mode' argument.
404 void ccn_set_l3_run_mode(unsigned int mode)
411 assert(mode <= CCN_L3_RUN_MODE_FAM);
418 /* Program the desired run mode */
423 mode);
426 /* Wait for the caches to transition to the run mode */
431 * mode. The pstate parameter is read from an HN-F P-state
438 } while (((hnf_pstate_stat & HNF_PSTATE_MASK) >> 2) != mode);
444 * 3SN striping mode of Slave node operation. The Slave node IDs and the Top