Home
last modified time | relevance | path

Searched refs:ppi (Results 1 - 25 of 164) sorted by relevance

1234567

/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_hal.h175 void wlc_phy_detach(struct brcms_phy_pub *ppi);
182 void wlc_phy_hw_clk_state_upd(struct brcms_phy_pub *ppi, bool newstate);
183 void wlc_phy_hw_state_upd(struct brcms_phy_pub *ppi, bool newstate);
184 void wlc_phy_init(struct brcms_phy_pub *ppi, u16 chanspec);
185 void wlc_phy_watchdog(struct brcms_phy_pub *ppi);
186 int wlc_phy_down(struct brcms_phy_pub *ppi);
188 void wlc_phy_cal_init(struct brcms_phy_pub *ppi);
189 void wlc_phy_antsel_init(struct brcms_phy_pub *ppi, bool lut_init);
191 void wlc_phy_chanspec_set(struct brcms_phy_pub *ppi, u16 chanspec);
192 u16 wlc_phy_chanspec_get(struct brcms_phy_pub *ppi);
[all...]
H A Dphy_cmn.c688 void wlc_phy_por_inform(struct brcms_phy_pub *ppi) in wlc_phy_por_inform() argument
690 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_phy_por_inform()
1139 u16 wlc_phy_bw_state_get(struct brcms_phy_pub *ppi) in wlc_phy_bw_state_get() argument
1141 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_phy_bw_state_get()
1146 void wlc_phy_bw_state_set(struct brcms_phy_pub *ppi, u16 bw) in wlc_phy_bw_state_set() argument
1148 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_phy_bw_state_set()
1153 void wlc_phy_chanspec_radio_set(struct brcms_phy_pub *ppi, u16 newch) in wlc_phy_chanspec_radio_set() argument
1155 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_phy_chanspec_radio_set()
1160 u16 wlc_phy_chanspec_get(struct brcms_phy_pub *ppi) in wlc_phy_chanspec_get() argument
1162 struct brcms_phy *pi = container_of(ppi, struc in wlc_phy_chanspec_get()
1167 wlc_phy_chanspec_set(struct brcms_phy_pub *ppi, u16 chanspec) wlc_phy_chanspec_set() argument
1215 wlc_phy_chanspec_ch14_widefilter_set(struct brcms_phy_pub *ppi, bool wide_filter) wlc_phy_chanspec_ch14_widefilter_set() argument
1235 wlc_phy_chanspec_band_validch(struct brcms_phy_pub *ppi, uint band, struct brcms_chanvec *channels) wlc_phy_chanspec_band_validch() argument
1257 wlc_phy_chanspec_band_firstch(struct brcms_phy_pub *ppi, uint band) wlc_phy_chanspec_band_firstch() argument
1301 wlc_phy_txpower_get(struct brcms_phy_pub *ppi, uint *qdbm, bool *override) wlc_phy_txpower_get() argument
1311 wlc_phy_txpower_target_set(struct brcms_phy_pub *ppi, struct txpwr_limits *txpwr) wlc_phy_txpower_target_set() argument
1361 wlc_phy_txpower_set(struct brcms_phy_pub *ppi, uint qdbm, bool override) wlc_phy_txpower_set() argument
1396 wlc_phy_txpower_sromlimit(struct brcms_phy_pub *ppi, uint channel, u8 *min_pwr, u8 *max_pwr, int txp_rate_idx) wlc_phy_txpower_sromlimit() argument
1445 wlc_phy_txpower_sromlimit_max_get(struct brcms_phy_pub *ppi, uint chan, u8 *max_txpwr, u8 *min_txpwr) wlc_phy_txpower_sromlimit_max_get() argument
1477 wlc_phy_txpower_boardlimit_band(struct brcms_phy_pub *ppi, uint bandunit, s32 *max_pwr, s32 *min_pwr, u32 *step_pwr) wlc_phy_txpower_boardlimit_band() argument
1483 wlc_phy_txpower_get_target_min(struct brcms_phy_pub *ppi) wlc_phy_txpower_get_target_min() argument
1490 wlc_phy_txpower_get_target_max(struct brcms_phy_pub *ppi) wlc_phy_txpower_get_target_max() argument
1800 wlc_phy_txpwr_percent_set(struct brcms_phy_pub *ppi, u8 txpwr_percent) wlc_phy_txpwr_percent_set() argument
1807 wlc_phy_machwcap_set(struct brcms_phy_pub *ppi, u32 machwcap) wlc_phy_machwcap_set() argument
1814 wlc_phy_runbist_config(struct brcms_phy_pub *ppi, bool start_end) wlc_phy_runbist_config() argument
1844 wlc_phy_txpower_limit_set(struct brcms_phy_pub *ppi, struct txpwr_limits *txpwr, u16 chanspec) wlc_phy_txpower_limit_set() argument
1933 wlc_phy_txpower_hw_ctrl_get(struct brcms_phy_pub *ppi) wlc_phy_txpower_hw_ctrl_get() argument
1943 wlc_phy_txpower_hw_ctrl_set(struct brcms_phy_pub *ppi, bool hwpwrctrl) wlc_phy_txpower_hw_ctrl_set() argument
2025 wlc_phy_txpower_get_current(struct brcms_phy_pub *ppi, struct tx_power *power, uint channel) wlc_phy_txpower_get_current() argument
2124 wlc_phy_antsel_type_set(struct brcms_phy_pub *ppi, u8 antsel_type) wlc_phy_antsel_type_set() argument
2131 wlc_phy_test_ison(struct brcms_phy_pub *ppi) wlc_phy_test_ison() argument
2138 wlc_phy_ant_rxdiv_set(struct brcms_phy_pub *ppi, u8 val) wlc_phy_ant_rxdiv_set() argument
2568 wlc_phy_set_deaf(struct brcms_phy_pub *ppi, bool user_flag) wlc_phy_set_deaf() argument
2914 wlc_phy_ldpc_override_set(struct brcms_phy_pub *ppi, bool ldpc) wlc_phy_ldpc_override_set() argument
2932 wlc_phy_txpower_ipa_ison(struct brcms_phy_pub *ppi) wlc_phy_txpower_ipa_ison() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_hal.h170 void wlc_phy_detach(struct brcms_phy_pub *ppi);
177 void wlc_phy_hw_clk_state_upd(struct brcms_phy_pub *ppi, bool newstate);
178 void wlc_phy_hw_state_upd(struct brcms_phy_pub *ppi, bool newstate);
179 void wlc_phy_init(struct brcms_phy_pub *ppi, u16 chanspec);
180 void wlc_phy_watchdog(struct brcms_phy_pub *ppi);
181 int wlc_phy_down(struct brcms_phy_pub *ppi);
183 void wlc_phy_cal_init(struct brcms_phy_pub *ppi);
184 void wlc_phy_antsel_init(struct brcms_phy_pub *ppi, bool lut_init);
186 void wlc_phy_chanspec_set(struct brcms_phy_pub *ppi, u16 chanspec);
187 u16 wlc_phy_chanspec_get(struct brcms_phy_pub *ppi);
[all...]
H A Dphy_cmn.c689 void wlc_phy_por_inform(struct brcms_phy_pub *ppi) in wlc_phy_por_inform() argument
691 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_phy_por_inform()
1140 u16 wlc_phy_bw_state_get(struct brcms_phy_pub *ppi) in wlc_phy_bw_state_get() argument
1142 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_phy_bw_state_get()
1147 void wlc_phy_bw_state_set(struct brcms_phy_pub *ppi, u16 bw) in wlc_phy_bw_state_set() argument
1149 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_phy_bw_state_set()
1154 void wlc_phy_chanspec_radio_set(struct brcms_phy_pub *ppi, u16 newch) in wlc_phy_chanspec_radio_set() argument
1156 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_phy_chanspec_radio_set()
1161 u16 wlc_phy_chanspec_get(struct brcms_phy_pub *ppi) in wlc_phy_chanspec_get() argument
1163 struct brcms_phy *pi = container_of(ppi, struc in wlc_phy_chanspec_get()
1168 wlc_phy_chanspec_set(struct brcms_phy_pub *ppi, u16 chanspec) wlc_phy_chanspec_set() argument
1216 wlc_phy_chanspec_ch14_widefilter_set(struct brcms_phy_pub *ppi, bool wide_filter) wlc_phy_chanspec_ch14_widefilter_set() argument
1236 wlc_phy_chanspec_band_validch(struct brcms_phy_pub *ppi, uint band, struct brcms_chanvec *channels) wlc_phy_chanspec_band_validch() argument
1258 wlc_phy_chanspec_band_firstch(struct brcms_phy_pub *ppi, uint band) wlc_phy_chanspec_band_firstch() argument
1302 wlc_phy_txpower_get(struct brcms_phy_pub *ppi, uint *qdbm, bool *override) wlc_phy_txpower_get() argument
1312 wlc_phy_txpower_target_set(struct brcms_phy_pub *ppi, struct txpwr_limits *txpwr) wlc_phy_txpower_target_set() argument
1362 wlc_phy_txpower_set(struct brcms_phy_pub *ppi, uint qdbm, bool override) wlc_phy_txpower_set() argument
1397 wlc_phy_txpower_sromlimit(struct brcms_phy_pub *ppi, uint channel, u8 *min_pwr, u8 *max_pwr, int txp_rate_idx) wlc_phy_txpower_sromlimit() argument
1446 wlc_phy_txpower_sromlimit_max_get(struct brcms_phy_pub *ppi, uint chan, u8 *max_txpwr, u8 *min_txpwr) wlc_phy_txpower_sromlimit_max_get() argument
1478 wlc_phy_txpower_boardlimit_band(struct brcms_phy_pub *ppi, uint bandunit, s32 *max_pwr, s32 *min_pwr, u32 *step_pwr) wlc_phy_txpower_boardlimit_band() argument
1484 wlc_phy_txpower_get_target_min(struct brcms_phy_pub *ppi) wlc_phy_txpower_get_target_min() argument
1491 wlc_phy_txpower_get_target_max(struct brcms_phy_pub *ppi) wlc_phy_txpower_get_target_max() argument
1801 wlc_phy_txpwr_percent_set(struct brcms_phy_pub *ppi, u8 txpwr_percent) wlc_phy_txpwr_percent_set() argument
1808 wlc_phy_machwcap_set(struct brcms_phy_pub *ppi, u32 machwcap) wlc_phy_machwcap_set() argument
1815 wlc_phy_runbist_config(struct brcms_phy_pub *ppi, bool start_end) wlc_phy_runbist_config() argument
1845 wlc_phy_txpower_limit_set(struct brcms_phy_pub *ppi, struct txpwr_limits *txpwr, u16 chanspec) wlc_phy_txpower_limit_set() argument
1934 wlc_phy_txpower_hw_ctrl_get(struct brcms_phy_pub *ppi) wlc_phy_txpower_hw_ctrl_get() argument
1944 wlc_phy_txpower_hw_ctrl_set(struct brcms_phy_pub *ppi, bool hwpwrctrl) wlc_phy_txpower_hw_ctrl_set() argument
2026 wlc_phy_txpower_get_current(struct brcms_phy_pub *ppi, struct tx_power *power, uint channel) wlc_phy_txpower_get_current() argument
2125 wlc_phy_antsel_type_set(struct brcms_phy_pub *ppi, u8 antsel_type) wlc_phy_antsel_type_set() argument
2132 wlc_phy_test_ison(struct brcms_phy_pub *ppi) wlc_phy_test_ison() argument
2139 wlc_phy_ant_rxdiv_set(struct brcms_phy_pub *ppi, u8 val) wlc_phy_ant_rxdiv_set() argument
2569 wlc_phy_set_deaf(struct brcms_phy_pub *ppi, bool user_flag) wlc_phy_set_deaf() argument
2915 wlc_phy_ldpc_override_set(struct brcms_phy_pub *ppi, bool ldpc) wlc_phy_ldpc_override_set() argument
2933 wlc_phy_txpower_ipa_ison(struct brcms_phy_pub *ppi) wlc_phy_txpower_ipa_ison() argument
[all...]
/kernel/linux/linux-5.10/drivers/ata/
H A Dpata_hpt37x.c822 const struct ata_port_info *ppi[] = { NULL, NULL }; in hpt37x_init_one() local
851 ppi[0] = &info_hpt370; in hpt37x_init_one()
856 ppi[0] = &info_hpt370a; in hpt37x_init_one()
861 ppi[0] = &info_hpt372; in hpt37x_init_one()
874 ppi[0] = &info_hpt372; in hpt37x_init_one()
881 ppi[0] = &info_hpt302; in hpt37x_init_one()
888 ppi[0] = &info_hpt302; in hpt37x_init_one()
901 *ppi = &info_hpt374_fn0; in hpt37x_init_one()
903 *ppi = &info_hpt374_fn1; in hpt37x_init_one()
997 dpll = (ppi[ in hpt37x_init_one()
[all...]
H A Dpata_ali.c552 const struct ata_port_info *ppi[] = { NULL, NULL }; in ali_init_one() local
566 ppi[0] = &info_early; in ali_init_one()
568 ppi[0] = &info_20; in ali_init_one()
570 ppi[0] = &info_c2; in ali_init_one()
572 ppi[0] = &info_c3; in ali_init_one()
574 ppi[0] = &info_c4; in ali_init_one()
576 ppi[0] = &info_c5; in ali_init_one()
584 ppi[0] = &info_20_udma; in ali_init_one()
587 if (!ppi[0]->mwdma_mask && !ppi[ in ali_init_one()
[all...]
H A Dpata_cs5520.c117 const struct ata_port_info *ppi[2]; in cs5520_init_one() local
135 ppi[0] = ppi[1] = &ata_dummy_port_info; in cs5520_init_one()
137 ppi[0] = π in cs5520_init_one()
139 ppi[1] = π in cs5520_init_one()
148 host = ata_host_alloc_pinfo(&pdev->dev, ppi, 2); in cs5520_init_one()
H A Dpata_cmd64x.c426 const struct ata_port_info *ppi[] = { in cmd64x_init_one() local
451 ppi[0] = &cmd_info[3]; in cmd64x_init_one()
452 ppi[1] = &cmd_info[3]; in cmd64x_init_one()
457 ppi[0] = &cmd_info[2]; in cmd64x_init_one()
458 ppi[1] = &cmd_info[2]; in cmd64x_init_one()
462 ppi[0] = &cmd_info[4]; in cmd64x_init_one()
463 ppi[1] = &cmd_info[4]; in cmd64x_init_one()
480 ppi[0] = &ata_dummy_port_info; in cmd64x_init_one()
485 ppi[1] = &ata_dummy_port_info; in cmd64x_init_one()
488 return ata_pci_bmdma_init_one(pdev, ppi, in cmd64x_init_one()
[all...]
H A Dpata_artop.c388 const struct ata_port_info *ppi[] = { NULL, NULL }; in artop_init_one() local
398 ppi[0] = &info_6210; in artop_init_one()
400 ppi[0] = &info_626x; in artop_init_one()
404 ppi[0] = &info_628x; in artop_init_one()
406 ppi[0] = &info_628x_fast; in artop_init_one()
409 BUG_ON(ppi[0] == NULL); in artop_init_one()
413 return ata_pci_bmdma_init_one(pdev, ppi, &artop_sht, NULL, 0); in artop_init_one()
H A Dpata_cs5536.c255 const struct ata_port_info *ppi[2]; in cs5536_init_one() local
259 ppi[0] = &no_udma_info; in cs5536_init_one()
261 ppi[0] = &info; in cs5536_init_one()
263 ppi[1] = &ata_dummy_port_info; in cs5536_init_one()
275 return ata_pci_bmdma_init_one(dev, ppi, &cs5536_sht, NULL, 0); in cs5536_init_one()
H A Dsata_sis.c184 const struct ata_port_info *ppi[] = { &pi, &pi }; in sis_init_one() local
221 ppi[1] = &sis_info133_for_sata; in sis_init_one()
225 ppi[0] = &sis_info133_for_sata; in sis_init_one()
260 ppi[0] = &sis_info133_for_sata; in sis_init_one()
261 ppi[1] = &sis_info133_for_sata; in sis_init_one()
265 rc = ata_pci_bmdma_prepare_host(pdev, ppi, &host); in sis_init_one()
H A Dpata_marvell.c147 const struct ata_port_info *ppi[] = { &info, &info_sata }; in marvell_init_one() local
150 ppi[1] = &ata_dummy_port_info; in marvell_init_one()
158 return ata_pci_bmdma_init_one(pdev, ppi, &marvell_sht, NULL, 0); in marvell_init_one()
H A Dsata_via.c458 const struct ata_port_info *ppi[] = { &vt6420_port_info, NULL }; in vt6420_prepare_host() local
463 ppi[0]->port_ops->scr_read = svia_scr_read; in vt6420_prepare_host()
464 ppi[0]->port_ops->scr_write = svia_scr_write; in vt6420_prepare_host()
467 rc = ata_pci_bmdma_prepare_host(pdev, ppi, &host); in vt6420_prepare_host()
486 const struct ata_port_info *ppi[] = in vt6421_prepare_host() local
491 *r_host = host = ata_host_alloc_pinfo(&pdev->dev, ppi, ARRAY_SIZE(ppi)); in vt6421_prepare_host()
513 const struct ata_port_info *ppi[] = { &vt8251_port_info, NULL }; in vt8251_prepare_host() local
517 rc = ata_pci_bmdma_prepare_host(pdev, ppi, &host); in vt8251_prepare_host()
H A Dpata_via.c590 const struct ata_port_info *ppi[] = { NULL, NULL }; in via_init_one() local
604 ppi[1] = &ata_dummy_port_info; in via_init_one()
636 ppi[0] = &via_mwdma_info_borked; in via_init_one()
638 ppi[0] = &via_mwdma_info; in via_init_one()
641 ppi[0] = &via_udma33_info; in via_init_one()
644 ppi[0] = &via_udma66_info; in via_init_one()
647 ppi[0] = &via_udma100_info; in via_init_one()
650 ppi[0] = &via_udma133_info; in via_init_one()
660 return ata_pci_bmdma_init_one(pdev, ppi, &via_sht, (void *)config, 0); in via_init_one()
/kernel/linux/linux-6.6/drivers/ata/
H A Dpata_hpt37x.c800 const struct ata_port_info *ppi[] = { NULL, NULL }; in hpt37x_init_one() local
829 ppi[0] = &info_hpt370; in hpt37x_init_one()
834 ppi[0] = &info_hpt370a; in hpt37x_init_one()
839 ppi[0] = &info_hpt372; in hpt37x_init_one()
853 ppi[0] = &info_hpt372; in hpt37x_init_one()
860 ppi[0] = &info_hpt302; in hpt37x_init_one()
867 ppi[0] = &info_hpt302; in hpt37x_init_one()
880 *ppi = &info_hpt374_fn0; in hpt37x_init_one()
882 *ppi = &info_hpt374_fn1; in hpt37x_init_one()
951 dpll = (ppi[ in hpt37x_init_one()
[all...]
H A Dpata_ali.c552 const struct ata_port_info *ppi[] = { NULL, NULL }; in ali_init_one() local
566 ppi[0] = &info_early; in ali_init_one()
568 ppi[0] = &info_20; in ali_init_one()
570 ppi[0] = &info_c2; in ali_init_one()
572 ppi[0] = &info_c3; in ali_init_one()
574 ppi[0] = &info_c4; in ali_init_one()
576 ppi[0] = &info_c5; in ali_init_one()
584 ppi[0] = &info_20_udma; in ali_init_one()
587 if (!ppi[0]->mwdma_mask && !ppi[ in ali_init_one()
[all...]
H A Dpata_cs5520.c119 const struct ata_port_info *ppi[2]; in cs5520_init_one() local
137 ppi[0] = ppi[1] = &ata_dummy_port_info; in cs5520_init_one()
139 ppi[0] = π in cs5520_init_one()
141 ppi[1] = π in cs5520_init_one()
150 host = ata_host_alloc_pinfo(&pdev->dev, ppi, 2); in cs5520_init_one()
H A Dpata_cmd64x.c426 const struct ata_port_info *ppi[] = { in cmd64x_init_one() local
451 ppi[0] = &cmd_info[3]; in cmd64x_init_one()
452 ppi[1] = &cmd_info[3]; in cmd64x_init_one()
457 ppi[0] = &cmd_info[2]; in cmd64x_init_one()
458 ppi[1] = &cmd_info[2]; in cmd64x_init_one()
462 ppi[0] = &cmd_info[4]; in cmd64x_init_one()
463 ppi[1] = &cmd_info[4]; in cmd64x_init_one()
480 ppi[0] = &ata_dummy_port_info; in cmd64x_init_one()
485 ppi[1] = &ata_dummy_port_info; in cmd64x_init_one()
488 return ata_pci_bmdma_init_one(pdev, ppi, in cmd64x_init_one()
[all...]
H A Dpata_artop.c392 const struct ata_port_info *ppi[] = { NULL, NULL }; in artop_init_one() local
403 ppi[0] = &info_6210; in artop_init_one()
406 ppi[0] = &info_626x; in artop_init_one()
410 ppi[0] = &info_628x_fast; in artop_init_one()
412 ppi[0] = &info_628x; in artop_init_one()
416 BUG_ON(ppi[0] == NULL); in artop_init_one()
420 return ata_pci_bmdma_init_one(pdev, ppi, &artop_sht, NULL, 0); in artop_init_one()
H A Dpata_cs5536.c255 const struct ata_port_info *ppi[2]; in cs5536_init_one() local
259 ppi[0] = &no_udma_info; in cs5536_init_one()
261 ppi[0] = &info; in cs5536_init_one()
263 ppi[1] = &ata_dummy_port_info; in cs5536_init_one()
275 return ata_pci_bmdma_init_one(dev, ppi, &cs5536_sht, NULL, 0); in cs5536_init_one()
H A Dsata_sis.c184 const struct ata_port_info *ppi[] = { &pi, &pi }; in sis_init_one() local
221 ppi[1] = &sis_info133_for_sata; in sis_init_one()
225 ppi[0] = &sis_info133_for_sata; in sis_init_one()
260 ppi[0] = &sis_info133_for_sata; in sis_init_one()
261 ppi[1] = &sis_info133_for_sata; in sis_init_one()
265 rc = ata_pci_bmdma_prepare_host(pdev, ppi, &host); in sis_init_one()
H A Dpata_marvell.c141 const struct ata_port_info *ppi[] = { &info, &info_sata }; in marvell_init_one() local
144 ppi[1] = &ata_dummy_port_info; in marvell_init_one()
153 return ata_pci_bmdma_init_one(pdev, ppi, &marvell_sht, NULL, 0); in marvell_init_one()
H A Dpata_via.c578 const struct ata_port_info *ppi[] = { NULL, NULL }; in via_init_one() local
592 ppi[1] = &ata_dummy_port_info; in via_init_one()
624 ppi[0] = &via_mwdma_info_borked; in via_init_one()
626 ppi[0] = &via_mwdma_info; in via_init_one()
629 ppi[0] = &via_udma33_info; in via_init_one()
632 ppi[0] = &via_udma66_info; in via_init_one()
635 ppi[0] = &via_udma100_info; in via_init_one()
638 ppi[0] = &via_udma133_info; in via_init_one()
648 return ata_pci_bmdma_init_one(pdev, ppi, &via_sht, (void *)config, 0); in via_init_one()
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-i8255.c74 const unsigned int ppi = offset / I8255_NGPIO; in i8255_reg_mask_xlate() local
81 *reg = base + stride + ppi * 4; in i8255_reg_mask_xlate()
85 *reg = base + ppi * 4; in i8255_reg_mask_xlate()
/kernel/linux/linux-5.10/drivers/nfc/st21nfca/
H A Ddep.c68 u8 ppi; member
81 u8 ppi; member
167 atr_res->ppi = ST21NFCA_LR_BITS_PAYLOAD_SIZE_254B; in st21nfca_tm_send_atr_res()
172 atr_res->ppi |= ST21NFCA_GB_BIT; in st21nfca_tm_send_atr_res()
503 if (ST21NFCA_PP2LRI(atr_res->ppi) != info->dep_info.lri) in st21nfca_im_recv_atr_res_cb()
506 ST21NFCA_PP2LRI(atr_res->ppi)); in st21nfca_im_recv_atr_res_cb()
556 atr_req->ppi = ST21NFCA_LR_BITS_PAYLOAD_SIZE_254B; in st21nfca_im_send_atr_req()
558 atr_req->ppi |= ST21NFCA_GB_BIT; in st21nfca_im_send_atr_req()
570 info->dep_info.lri = ST21NFCA_PP2LRI(atr_req->ppi); in st21nfca_im_send_atr_req()

Completed in 23 milliseconds

1234567