Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pci/controller/
Dpcie-cadence-ep.c264 u8 msg_code; in cdns_pcie_ep_assert_intx() local
280 msg_code = MSG_CODE_ASSERT_INTA + intx; in cdns_pcie_ep_assert_intx()
283 msg_code = MSG_CODE_DEASSERT_INTA + intx; in cdns_pcie_ep_assert_intx()
293 CDNS_PCIE_NORMAL_MSG_CODE(msg_code) | in cdns_pcie_ep_assert_intx()
Dpcie-rockchip-ep.c354 u8 msg_code; in rockchip_pcie_ep_assert_intx() local
368 msg_code = ROCKCHIP_PCIE_MSG_CODE_ASSERT_INTA + intx; in rockchip_pcie_ep_assert_intx()
371 msg_code = ROCKCHIP_PCIE_MSG_CODE_DEASSERT_INTA + intx; in rockchip_pcie_ep_assert_intx()
388 ROCKCHIP_PCIE_MSG_CODE(msg_code) | ROCKCHIP_PCIE_MSG_NO_DATA; in rockchip_pcie_ep_assert_intx()
/Linux-v4.19/drivers/hid/intel-ish-hid/ipc/
Dipc.c413 static int ipc_send_mng_msg(struct ishtp_device *dev, uint32_t msg_code, in ipc_send_mng_msg() argument
417 uint32_t drbl_val = IPC_BUILD_MNG_MSG(msg_code, size); in ipc_send_mng_msg()