Home
last modified time | relevance | path

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

/linux/drivers/hid/amd-sfh-hid/
H A Damd_sfh_common.h19 #define AMD_C2P_MSG(regno) (0x10500 + ((regno) * 4)) macro
91 return mp2->rver == 1 ? AMD_C2P_MSG_V1(idx) : AMD_C2P_MSG(idx); in amd_get_c2p_val()
/linux/drivers/hid/amd-sfh-hid/hid_descriptor/
H A Damd_sfh_hid_desc.c256 readl(privdata->mmio + AMD_C2P_MSG(5)) & ILLUMINANCE_MASK; in get_input_report()
272 hpdstatus.val = readl(privdata->mmio + AMD_C2P_MSG(4)); in get_input_report()