Searched refs:brs (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/x86/events/amd/ |
| H A D | Makefile | 3 obj-$(CONFIG_PERF_EVENTS_AMD_BRS) += brs.o
|
| /linux/include/linux/ |
| H A D | perf_event.h | 1428 struct perf_branch_stack *brs, in perf_sample_save_brstack() argument 1441 brs->nr = min_t(u16, event->attr.sample_max_stack, brs->nr); in perf_sample_save_brstack() 1443 size += brs->nr * sizeof(struct perf_branch_entry); in perf_sample_save_brstack() 1451 size += brs->nr * sizeof(u64); in perf_sample_save_brstack() 1453 data->br_stack = brs; in perf_sample_save_brstack()
|
| /linux/drivers/spi/ |
| H A D | spi-fsl-dspi.c | 805 int brs[16] = { 2, 4, 6, 8, in hz_to_spi_baud() local 816 for (i = 0; i < ARRAY_SIZE(brs); i++) in hz_to_spi_baud() 820 scale = (brs[i] * pbr_tbl[j]) / 2; in hz_to_spi_baud() 822 scale = brs[i] * pbr_tbl[j]; in hz_to_spi_baud() 839 *br = ARRAY_SIZE(brs) - 1; in hz_to_spi_baud()
|
| /linux/net/nfc/ |
| H A D | digital_dep.c | 90 u8 brs; member 378 psl_req->brs = (0x2 << 3) | 0x2; /* 424F both directions */ in digital_in_send_psl_req() 1433 dsi = (psl_req->brs >> 3) & 0x07; in digital_tg_recv_psl_req()
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-script.txt | 211 "int" for "bci", "iret" for "bri", "syscall" for "bcs", "sysret" for "brs",
|
| /linux/tools/arch/x86/kcpuid/ |
| H A D | cpuid.csv | 821 0x80000008, 0, ebx, 31, brs , Branch Sampling supported
|