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

/linux-master/arch/powerpc/include/asm/
H A Dps3.h470 * @PS3_LPM_TB_TYPE_NONE: Do not use a trace buffer.
476 PS3_LPM_TB_TYPE_NONE = 0, enumerator in enum:ps3_lpm_tb_type
/linux-master/drivers/ps3/
H A Dps3-lpm.c1069 * Unused when @tb_type is PS3_LPM_TB_TYPE_NONE.
1071 * Unused when @tb_cache is NULL or @tb_type is PS3_LPM_TB_TYPE_NONE.
1081 BUG_ON(tb_type != PS3_LPM_TB_TYPE_NONE
1084 if (tb_type == PS3_LPM_TB_TYPE_NONE && tb_cache)
1094 if (tb_type == PS3_LPM_TB_TYPE_NONE) {

Completed in 114 milliseconds