Searched refs:G_SCD_BERR_TID (Results 1 – 3 of 3) sorted by relevance
66 (unsigned int)(G_SCD_BERR_TID(status) & 0x3f), in print_summary()67 (int)(G_SCD_BERR_TID(status) >> 6), in print_summary()128 (unsigned int)(G_SCD_BERR_TID(stats->status) & 0x3f), in bw_proc_show()129 (int)(G_SCD_BERR_TID(stats->status) >> 6), in bw_proc_show()
163 (unsigned int)(G_SCD_BERR_TID(status) & 0x3f), in check_bus_watcher()164 (int)(G_SCD_BERR_TID(status) >> 6), in check_bus_watcher()
417 #define G_SCD_BERR_TID(x) _SB_GETVALUE(x, S_SCD_BERR_TID, M_SCD_BERR_TID) macro