Home
last modified time | relevance | path

Searched refs:tb_type (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/ps3/
Dps3-lpm.c1086 int ps3_lpm_open(enum ps3_lpm_tb_type tb_type, void *tb_cache, in ps3_lpm_open() argument
1093 BUG_ON(tb_type != PS3_LPM_TB_TYPE_NONE in ps3_lpm_open()
1094 && tb_type != PS3_LPM_TB_TYPE_INTERNAL); in ps3_lpm_open()
1096 if (tb_type == PS3_LPM_TB_TYPE_NONE && tb_cache) in ps3_lpm_open()
1106 if (tb_type == PS3_LPM_TB_TYPE_NONE) { in ps3_lpm_open()
1135 result = lv1_construct_lpm(lpm_priv->node_id, tb_type, 0, 0, in ps3_lpm_open()
/linux-3.4.99/arch/powerpc/include/asm/
Dps3.h495 int ps3_lpm_open(enum ps3_lpm_tb_type tb_type, void *tb_cache,