Searched refs:AMD_P2C_MSG (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/hid/amd-sfh-hid/
H A Damd_sfh_common.h20 #define AMD_P2C_MSG(regno) (0x10680 + ((regno) * 4)) macro
96 return mp2->rver == 1 ? AMD_P2C_MSG_V1(idx) : AMD_P2C_MSG(idx);
H A Damd_sfh_pcie.c46 if (!readl_poll_timeout(mp2->mmio + AMD_P2C_MSG(0), cmd_resp.resp,
140 return (readl(privdata->mmio + AMD_P2C_MSG(1)) &

Completed in 125 milliseconds