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

/linux-4.1.27/drivers/ps3/
H A Dps3-lpm.c116 * @tb_cache_size: Size of the kernel @tb_cache buffer. Must be 128 byte
138 u64 tb_cache_size; member in struct:ps3_lpm_priv
1082 * @tb_cache_size: The size in bytes of the user supplied @tb_cache buffer.
1087 u64 tb_cache_size) ps3_lpm_open()
1107 lpm_priv->tb_cache_size = 0; ps3_lpm_open()
1112 || tb_cache_size != _ALIGN_UP(tb_cache_size, 128)) { ps3_lpm_open()
1118 lpm_priv->tb_cache_size = tb_cache_size; ps3_lpm_open()
1122 lpm_priv->tb_cache_size = PS3_LPM_DEFAULT_TB_CACHE_SIZE; ps3_lpm_open()
1124 lpm_priv->tb_cache_size + 127, GFP_KERNEL); ps3_lpm_open()
1137 lpm_priv->tb_cache_size, &lpm_priv->lpm_id, ps3_lpm_open()
1086 ps3_lpm_open(enum ps3_lpm_tb_type tb_type, void *tb_cache, u64 tb_cache_size) ps3_lpm_open() argument
/linux-4.1.27/arch/powerpc/include/asm/
H A Dps3.h495 u64 tb_cache_size);

Completed in 61 milliseconds