Home
last modified time | relevance | path

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

/linux/drivers/soc/tegra/cbb/
H A Dtegra-cbb.c38 const char *buff_str, *mod_str, *rd_str, *wr_str; in tegra_cbb_print_cache() local
40 buff_str = (cache & BIT(0)) ? "Bufferable " : ""; in tegra_cbb_print_cache()
46 buff_str = "Device Non-Bufferable"; in tegra_cbb_print_cache()
49 cache, buff_str, mod_str, rd_str, wr_str); in tegra_cbb_print_cache()