Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/amd/pmc/
H A Dmp1_stb.c168 dev->msg_port = MSG_PORT_S2D; in amd_stb_debugfs_open_v2()
184 /* Clear msg_port for other SMU operation */ in amd_stb_debugfs_open_v2()
185 dev->msg_port = MSG_PORT_PMC; in amd_stb_debugfs_open_v2()
307 dev->msg_port = MSG_PORT_S2D; in amd_stb_s2d_init()
324 /* Clear msg_port for other SMU operation */ in amd_stb_s2d_init()
325 dev->msg_port = MSG_PORT_PMC; in amd_stb_s2d_init()
H A Dpmc.h110 u8 msg_port; member
H A Dpmc.c408 switch (dev->msg_port) { in amd_pmc_get_msg_port()
422 if (dev->msg_port == MSG_PORT_S2D) { in amd_pmc_dump_registers()
449 if (dev->msg_port == MSG_PORT_S2D) { in amd_pmc_send_cmd()