Home
last modified time | relevance | path

Searched refs:index2 (Results 1 – 6 of 6) sorted by relevance

/drivers/macintosh/
Dwindfarm_smu_sat.c52 int index2; /* used for power sensors */ member
166 if (sens->index2 >= 0) { in wf_sat_sensor_get()
167 i = sens->index2 * 2; in wf_sat_sensor_get()
285 sens->index2 = -1; in wf_sat_probe()
312 sens->index2 = isens[core]; in wf_sat_probe()
/drivers/misc/altera-stapl/
Daltera.c263 u32 index2; in altera_execute() local
1768 index2 = copy_index2; in altera_execute()
1832 index2 += (count - 1); in altera_execute()
1837 charptr_tmp[index2 >> 3] |= in altera_execute()
1838 (1 << (index2 & 7)); in altera_execute()
1840 charptr_tmp[index2 >> 3] &= in altera_execute()
1841 ~(1 << (index2 & 7)); in altera_execute()
1845 --index2; in altera_execute()
1847 ++index2; in altera_execute()
2028 u32 index2; in altera_execute() local
[all …]
/drivers/usb/gadget/function/
Df_ncm.c1134 unsigned index, index2; in ncm_unwrap_ntb() local
1209 index2 = get_ncm(&tmp, opts->dgram_item_len); in ncm_unwrap_ntb()
1214 index = index2; in ncm_unwrap_ntb()
1237 index2 = get_ncm(&tmp, opts->dgram_item_len); in ncm_unwrap_ntb()
1257 if (index2 == 0 || dg_len2 == 0) in ncm_unwrap_ntb()
/drivers/net/ethernet/tile/
Dtilepro.c632 int index2 = in tile_net_discard_aux() local
652 qup->__packet_receive_read = index2; in tile_net_discard_aux()
691 int index2 = in tile_net_poll_aux() local
804 qup->__packet_receive_read = index2; in tile_net_poll_aux()
/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_lcn.c2338 u16 index2; in wlc_lcnphy_set_tx_pwr_soft_ctrl() local
2379 index2 = (u16) (index * 2); in wlc_lcnphy_set_tx_pwr_soft_ctrl()
2380 mod_phy_reg(pi, 0x4a9, (0x1ff << 0), (index2) << 0); in wlc_lcnphy_set_tx_pwr_soft_ctrl()
4350 u16 index2; in wlc_lcnphy_tx_power_adjustment() local
4357 index2 = (u16) (index * 2); in wlc_lcnphy_tx_power_adjustment()
4358 mod_phy_reg(pi, 0x4a9, (0x1ff << 0), (index2) << 0); in wlc_lcnphy_tx_power_adjustment()
/drivers/iommu/
Dintel_irq_remapping.c971 entry->index2 = (index >> 15) & 0x1; in intel_setup_ioapic_entry()