Home
last modified time | relevance | path

Searched refs:pcomp (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/iio/pressure/
Dmpl115.c52 int a1, y1, pcomp; in mpl115_comp_pressure() local
75 pcomp = (y1 + ((data->b2 * (int) tadc) >> 1)) >> 9; in mpl115_comp_pressure()
77 kpa = pcomp * (115 - 50) / 1023 + (50 << 4); in mpl115_comp_pressure()
/linux-4.1.27/crypto/
Dtestmgr.c127 struct pcomp_test_suite pcomp; member
1624 err = test_pcomp(tfm, desc->suite.pcomp.comp.vecs, in alg_test_pcomp()
1625 desc->suite.pcomp.decomp.vecs, in alg_test_pcomp()
1626 desc->suite.pcomp.comp.count, in alg_test_pcomp()
1627 desc->suite.pcomp.decomp.count); in alg_test_pcomp()
3591 .pcomp = {
/linux-4.1.27/drivers/net/wireless/b43/
Dphy_n.c4389 struct b43_phy_n_iq_comp *pcomp) in b43_nphy_rx_iq_coeffs() argument
4392 b43_phy_write(dev, B43_NPHY_C1_RXIQ_COMPA0, pcomp->a0); in b43_nphy_rx_iq_coeffs()
4393 b43_phy_write(dev, B43_NPHY_C1_RXIQ_COMPB0, pcomp->b0); in b43_nphy_rx_iq_coeffs()
4394 b43_phy_write(dev, B43_NPHY_C2_RXIQ_COMPA1, pcomp->a1); in b43_nphy_rx_iq_coeffs()
4395 b43_phy_write(dev, B43_NPHY_C2_RXIQ_COMPB1, pcomp->b1); in b43_nphy_rx_iq_coeffs()
4397 pcomp->a0 = b43_phy_read(dev, B43_NPHY_C1_RXIQ_COMPA0); in b43_nphy_rx_iq_coeffs()
4398 pcomp->b0 = b43_phy_read(dev, B43_NPHY_C1_RXIQ_COMPB0); in b43_nphy_rx_iq_coeffs()
4399 pcomp->a1 = b43_phy_read(dev, B43_NPHY_C2_RXIQ_COMPA1); in b43_nphy_rx_iq_coeffs()
4400 pcomp->b1 = b43_phy_read(dev, B43_NPHY_C2_RXIQ_COMPB1); in b43_nphy_rx_iq_coeffs()
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic79xx_osm.c2727 static void ahd_linux_set_pcomp_en(struct scsi_target *starget, int pcomp) in ahd_linux_set_pcomp_en() argument
2746 pcomp ? "Enable" : "Disable"); in ahd_linux_set_pcomp_en()
2749 if (pcomp && spi_max_width(starget)) { in ahd_linux_set_pcomp_en()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_n.c26159 struct nphy_iq_comp *pcomp) in wlc_phy_rx_iq_coeffs_nphy() argument
26162 write_phy_reg(pi, 0x9a, pcomp->a0); in wlc_phy_rx_iq_coeffs_nphy()
26163 write_phy_reg(pi, 0x9b, pcomp->b0); in wlc_phy_rx_iq_coeffs_nphy()
26164 write_phy_reg(pi, 0x9c, pcomp->a1); in wlc_phy_rx_iq_coeffs_nphy()
26165 write_phy_reg(pi, 0x9d, pcomp->b1); in wlc_phy_rx_iq_coeffs_nphy()
26167 pcomp->a0 = read_phy_reg(pi, 0x9a); in wlc_phy_rx_iq_coeffs_nphy()
26168 pcomp->b0 = read_phy_reg(pi, 0x9b); in wlc_phy_rx_iq_coeffs_nphy()
26169 pcomp->a1 = read_phy_reg(pi, 0x9c); in wlc_phy_rx_iq_coeffs_nphy()
26170 pcomp->b1 = read_phy_reg(pi, 0x9d); in wlc_phy_rx_iq_coeffs_nphy()