Home
last modified time | relevance | path

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

/linux/drivers/nfc/st21nfca/
H A Ddep.c48 #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
254 if (ST21NFCA_PSL_REQ_SEND_SPEED(psl_req->brs) && in st21nfca_tm_send_psl_res()
255 ST21NFCA_PSL_REQ_RECV_SPEED(psl_req->brs)) { in st21nfca_tm_send_psl_res()
433 psl_req->brs = (0x30 & bsi << 4) | (bri & 0x03); in st21nfca_im_send_psl_req()
/linux/arch/x86/events/amd/
H A DMakefile3 obj-$(CONFIG_PERF_EVENTS_AMD_BRS) += brs.o
H A Dcore.c1372 EVENT_ATTR_STR(branch-brs, amd_branch_brs,
/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1.h90 struct vsp1_brx *brs; member
H A Dvsp1_drv.c279 vsp1->brs = vsp1_brx_create(vsp1, VSP1_ENTITY_BRS); in vsp1_create_entities()
280 if (IS_ERR(vsp1->brs)) { in vsp1_create_entities()
281 ret = PTR_ERR(vsp1->brs); in vsp1_create_entities()
285 list_add_tail(&vsp1->brs->entity.list_dev, &vsp1->entities); in vsp1_create_entities()
H A Dvsp1_drm.c252 brx = &vsp1->brs->entity; in vsp1_du_pipeline_setup_brx()
/linux/drivers/spi/
H A Dspi-fsl-dspi.c734 int brs[16] = { 2, 4, 6, 8, in hz_to_spi_baud() local
745 for (i = 0; i < ARRAY_SIZE(brs); i++) in hz_to_spi_baud()
749 scale = (brs[i] * pbr_tbl[j]) / 2; in hz_to_spi_baud()
751 scale = brs[i] * pbr_tbl[j]; in hz_to_spi_baud()
768 *br = ARRAY_SIZE(brs) - 1; in hz_to_spi_baud()
/linux/net/nfc/
H A Ddigital_dep.c90 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/Documentation/dev-tools/
H A Dautofdo.rst134 $ cat proc/cpuinfo | grep " brs"
/linux/tools/perf/Documentation/
H A Dperf-script.txt209 "int" for "bci", "iret" for "bri", "syscall" for "bcs", "sysret" for "brs",
/linux/tools/arch/x86/kcpuid/
H A Dcpuid.csv821 0x80000008, 0, ebx, 31, brs , Branch Sampling supported