Searched refs:pti (Results 1 – 7 of 7) sorted by relevance
| /drivers/hwtracing/intel_th/ |
| A D | pti.c | 72 pti->mode = ret; in mode_store() 131 pti->clkdiv = val; in clock_divider_store() 154 if (pti->patgen) in intel_th_pti_activate() 156 if (pti->freeclk) in intel_th_pti_activate() 188 if (!pti->clkdiv) in read_hw_config() 189 pti->clkdiv = 1; in read_hw_config() 216 pti = devm_kzalloc(dev, sizeof(*pti), GFP_KERNEL); in intel_th_pti_probe() 217 if (!pti) in intel_th_pti_probe() 220 pti->thdev = thdev; in intel_th_pti_probe() 221 pti->base = base; in intel_th_pti_probe() [all …]
|
| A D | Makefile | 22 intel_th_pti-y := pti.o
|
| /drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
| A D | phy_int.h | 1002 const struct phytbl_info *pti); 1003 void wlc_lcnphy_read_table(struct brcms_phy *pi, struct phytbl_info *pti); 1031 #define wlc_phy_write_table_nphy(pi, pti) \ argument 1032 wlc_phy_write_table(pi, pti, 0x72, 0x74, 0x73) 1034 #define wlc_phy_read_table_nphy(pi, pti) \ argument 1035 wlc_phy_read_table(pi, pti, 0x72, 0x74, 0x73)
|
| A D | phy_lcn.c | 910 void wlc_lcnphy_write_table(struct brcms_phy *pi, const struct phytbl_info *pti) in wlc_lcnphy_write_table() argument 912 wlc_phy_write_table(pi, pti, 0x455, 0x457, 0x456); in wlc_lcnphy_write_table() 915 void wlc_lcnphy_read_table(struct brcms_phy *pi, struct phytbl_info *pti) in wlc_lcnphy_read_table() argument 917 wlc_phy_read_table(pi, pti, 0x455, 0x457, 0x456); in wlc_lcnphy_read_table()
|
| /drivers/usb/atm/ |
| A D | usbatm.c | 297 u8 pti = ((source[3] & 0xe) >> 1); in usbatm_extract_one_cell() local 315 if (pti == ATM_PTI_E2EF5) { in usbatm_extract_one_cell() 335 if (pti & 1) { in usbatm_extract_one_cell()
|
| /drivers/net/ethernet/chelsio/cxgb3/ |
| A D | t3_hw.c | 3670 const struct port_type_info *pti; in t3_prep_adapter() local 3676 pti = &port_types[adapter->params.vpd.port_type[j]]; in t3_prep_adapter() 3677 if (!pti->phy_prep) { in t3_prep_adapter() 3684 ret = pti->phy_prep(&p->phy, adapter, ai->phy_base_addr + j, in t3_prep_adapter() 3733 const struct port_type_info *pti; in t3_replay_prep_adapter() local 3739 pti = &port_types[adapter->params.vpd.port_type[j]]; in t3_replay_prep_adapter() 3740 ret = pti->phy_prep(&p->phy, adapter, p->phy.mdio.prtad, NULL); in t3_replay_prep_adapter()
|
| /drivers/atm/ |
| A D | he.c | 2539 int clp, pti; in he_send() local 2541 pti = (*pti_clp & ATM_HDR_PTI_MASK) >> ATM_HDR_PTI_SHIFT; in he_send() 2543 tpd->status |= TPD_CELLTYPE(pti); in he_send()
|
Completed in 39 milliseconds