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

/linux-master/drivers/ps3/
H A Dps3-lpm.c104 * @tb_cache_size: Size of the kernel @tb_cache buffer. Must be 128 byte
126 u64 tb_cache_size; member in struct:ps3_lpm_priv
1070 * @tb_cache_size: The size in bytes of the user supplied @tb_cache buffer.
1075 u64 tb_cache_size)
1095 lpm_priv->tb_cache_size = 0;
1100 || tb_cache_size != ALIGN(tb_cache_size, 128)) {
1106 lpm_priv->tb_cache_size = tb_cache_size;
1110 lpm_priv->tb_cache_size
1074 ps3_lpm_open(enum ps3_lpm_tb_type tb_type, void *tb_cache, u64 tb_cache_size) argument
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dps3.h481 u64 tb_cache_size);

Completed in 3997 milliseconds