t_slot            293 drivers/pci/hotplug/shpchp_hpc.c static int shpc_write_cmd(struct slot *slot, u8 t_slot, u8 cmd)
t_slot            309 drivers/pci/hotplug/shpchp_hpc.c 	++t_slot;
t_slot            310 drivers/pci/hotplug/shpchp_hpc.c 	temp_word =  (t_slot << 8) | (cmd & 0xFF);
t_slot            311 drivers/pci/hotplug/shpchp_hpc.c 	ctrl_dbg(ctrl, "%s: t_slot %x cmd %x\n", __func__, t_slot, cmd);
t_slot            483 net/mac80211/rc80211_minstrel.c 	unsigned int t_slot = 9; /* FIXME: get real slot time */
t_slot            534 net/mac80211/rc80211_minstrel.c 			tx_time_single += (t_slot * cw) >> 1;
t_slot           1006 net/mac80211/rc80211_minstrel_ht.c 	unsigned int t_slot = 9; /* FIXME */
t_slot           1024 net/mac80211/rc80211_minstrel_ht.c 	ctime = (t_slot * cw) >> 1;
t_slot           1026 net/mac80211/rc80211_minstrel_ht.c 	ctime += (t_slot * cw) >> 1;
t_slot           1041 net/mac80211/rc80211_minstrel_ht.c 		ctime = (t_slot * cw) >> 1;