Searched refs:brs (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/nfc/st21nfca/ |
| H A D | dep.c | 48 #define ST21NFCA_PSL_REQ_SEND_SPEED(brs) (brs & 0x38) argument 49 #define ST21NFCA_PSL_REQ_RECV_SPEED(brs) (brs & 0x07) argument 90 u8 brs; member 257 if (ST21NFCA_PSL_REQ_SEND_SPEED(psl_req->brs) && in st21nfca_tm_send_psl_res() 258 ST21NFCA_PSL_REQ_RECV_SPEED(psl_req->brs)) { in st21nfca_tm_send_psl_res() 436 psl_req->brs = (0x30 & bsi << 4) | (bri & 0x03); in st21nfca_im_send_psl_req()
|
| /linux/arch/x86/events/amd/ |
| H A D | Makefile | 3 obj-$(CONFIG_PERF_EVENTS_AMD_BRS) += brs.o
|
| H A D | core.c | 1384 EVENT_ATTR_STR(branch-brs, amd_branch_brs,
|
| /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 | 843 0x80000008, 0, ebx, 31, brs , Branch Sampling
|