Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pci/hotplug/
Dshpchp_hpc.c293 static int shpc_write_cmd(struct slot *slot, u8 t_slot, u8 cmd) in shpc_write_cmd() argument
309 ++t_slot; in shpc_write_cmd()
310 temp_word = (t_slot << 8) | (cmd & 0xFF); in shpc_write_cmd()
311 ctrl_dbg(ctrl, "%s: t_slot %x cmd %x\n", __func__, t_slot, cmd); in shpc_write_cmd()