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

/linux-4.1.27/drivers/media/common/saa7146/
H A Dsaa7146_vbi.c19 /* once again, a bug in the saa7146: the brs acquisition vbi_workaround()
37 /* load brs-control register */ vbi_workaround()
53 /* upload brs */ vbi_workaround()
55 /* load brs-control register */ vbi_workaround()
61 /* upload brs */ vbi_workaround()
67 /* load brs-control register */ vbi_workaround()
73 /* upload brs and video-dma3*/ vbi_workaround()
106 DEB_VBI("brs bug workaround %d/1\n", i); vbi_workaround()
408 /* initialize the brs */ vbi_open()
420 /* upload brs register */ vbi_open()
/linux-4.1.27/drivers/nfc/st21nfca/
H A Dst21nfca_dep.c60 #define ST21NFCA_PSL_REQ_SEND_SPEED(brs) (brs & 0x38)
61 #define ST21NFCA_PSL_REQ_RECV_SPEED(brs) (brs & 0x07)
102 u8 brs; member in struct:st21nfca_psl_req
275 if (ST21NFCA_PSL_REQ_SEND_SPEED(psl_req->brs) && st21nfca_tm_send_psl_res()
276 ST21NFCA_PSL_REQ_RECV_SPEED(psl_req->brs)) { st21nfca_tm_send_psl_res()
466 psl_req->brs = (0x30 & bsi << 4) | (bri & 0x03); st21nfca_im_send_psl_req()
/linux-4.1.27/drivers/spi/
H A Dspi-fsl-dspi.c150 int brs[16] = { 2, 4, 6, 8, hz_to_spi_baud() local
161 for (i = 0; i < ARRAY_SIZE(brs); i++) hz_to_spi_baud()
163 scale = brs[i] * pbr_tbl[j]; hz_to_spi_baud()
178 *br = ARRAY_SIZE(brs) - 1; hz_to_spi_baud()
/linux-4.1.27/net/nfc/
H A Ddigital_dep.c97 u8 brs; member in struct:digital_psl_req
358 psl_req->brs = (0x2 << 3) | 0x2; /* 424F both directions */ digital_in_send_psl_req()
1342 dsi = (psl_req->brs >> 3) & 0x07; digital_tg_recv_psl_req()

Completed in 118 milliseconds