Searched refs:busbyte (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/arch/powerpc/perf/
H A Dppc970-pmu.c267 unsigned char busbyte[4]; p970_compute_mmcr() local
280 memset(busbyte, 0, sizeof(busbyte)); p970_compute_mmcr()
298 if (busbyte[byte] && busbyte[byte] != unit) p970_compute_mmcr()
300 busbyte[byte] = unit; p970_compute_mmcr()
331 unit = busbyte[byte]; p970_compute_mmcr()
H A Dpower5+-pmu.c463 unsigned char busbyte[4]; power5p_compute_mmcr() local
471 memset(busbyte, 0, sizeof(busbyte)); power5p_compute_mmcr()
495 if (busbyte[byte] && busbyte[byte] != unit) power5p_compute_mmcr()
497 busbyte[byte] = unit; power5p_compute_mmcr()
535 unit = busbyte[byte]; power5p_compute_mmcr()
H A Dpower5-pmu.c395 unsigned char busbyte[4]; power5_compute_mmcr() local
404 memset(busbyte, 0, sizeof(busbyte)); power5_compute_mmcr()
433 if (busbyte[byte] && busbyte[byte] != unit) power5_compute_mmcr()
435 busbyte[byte] = unit; power5_compute_mmcr()
475 unit = busbyte[byte]; power5_compute_mmcr()
H A Dpower4-pmu.c366 unsigned char busbyte[4]; p4_compute_mmcr() local
376 memset(busbyte, 0, sizeof(busbyte)); p4_compute_mmcr()
396 if (busbyte[byte] && busbyte[byte] != unit) p4_compute_mmcr()
398 busbyte[byte] = unit; p4_compute_mmcr()
453 unit = busbyte[byte]; p4_compute_mmcr()

Completed in 127 milliseconds