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