Searched refs:t_slot (Results 1 – 1 of 1) sorted by relevance
310 static int shpc_write_cmd(struct slot *slot, u8 t_slot, u8 cmd) in shpc_write_cmd() argument326 ++t_slot; in shpc_write_cmd()327 temp_word = (t_slot << 8) | (cmd & 0xFF); in shpc_write_cmd()328 ctrl_dbg(ctrl, "%s: t_slot %x cmd %x\n", __func__, t_slot, cmd); in shpc_write_cmd()