Searched refs:pti (Results 1 – 7 of 7) sorted by relevance
/drivers/net/wireless/brcm80211/brcmsmac/phy/ |
D | phy_int.h | 1035 const struct phytbl_info *pti); 1037 struct phytbl_info *pti); 1068 #define wlc_phy_write_table_nphy(pi, pti) \ argument 1069 wlc_phy_write_table(pi, pti, 0x72, 0x74, 0x73) 1071 #define wlc_phy_read_table_nphy(pi, pti) \ argument 1072 wlc_phy_read_table(pi, pti, 0x72, 0x74, 0x73)
|
D | phy_lcn.c | 977 void wlc_lcnphy_write_table(struct brcms_phy *pi, const struct phytbl_info *pti) in wlc_lcnphy_write_table() argument 979 wlc_phy_write_table(pi, pti, 0x455, 0x457, 0x456); in wlc_lcnphy_write_table() 982 void wlc_lcnphy_read_table(struct brcms_phy *pi, struct phytbl_info *pti) in wlc_lcnphy_read_table() argument 984 wlc_phy_read_table(pi, pti, 0x455, 0x457, 0x456); in wlc_lcnphy_read_table()
|
/drivers/misc/ |
D | Makefile | 9 obj-$(CONFIG_INTEL_MID_PTI) += pti.o
|
/drivers/usb/atm/ |
D | usbatm.c | 312 u8 pti = ((source[3] & 0xe) >> 1); in usbatm_extract_one_cell() local 314 vdbg("%s: vpi %hd, vci %d, pti %d", __func__, vpi, vci, pti); in usbatm_extract_one_cell() 332 if (pti == ATM_PTI_E2EF5) { in usbatm_extract_one_cell() 353 if (pti & 1) { in usbatm_extract_one_cell()
|
/drivers/net/ethernet/chelsio/cxgb3/ |
D | t3_hw.c | 3704 const struct port_type_info *pti; in t3_prep_adapter() local 3710 pti = &port_types[adapter->params.vpd.port_type[j]]; in t3_prep_adapter() 3711 if (!pti->phy_prep) { in t3_prep_adapter() 3718 ret = pti->phy_prep(&p->phy, adapter, ai->phy_base_addr + j, in t3_prep_adapter() 3770 const struct port_type_info *pti; in t3_replay_prep_adapter() local 3776 pti = &port_types[adapter->params.vpd.port_type[j]]; in t3_replay_prep_adapter() 3777 ret = pti->phy_prep(&p->phy, adapter, p->phy.mdio.prtad, NULL); in t3_replay_prep_adapter()
|
/drivers/atm/ |
D | he.c | 2561 int clp, pti; in he_send() local 2563 pti = (*pti_clp & ATM_HDR_PTI_MASK) >> ATM_HDR_PTI_SHIFT; in he_send() 2565 tpd->status |= TPD_CELLTYPE(pti); in he_send()
|
/drivers/tty/ |
D | Kconfig | 336 drivers/misc/pti.c defines the majority of this MIPI solution.
|