Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hid/amd-sfh-hid/hid_descriptor/
Damd_sfh_hid_desc.c251 readl(privdata->mmio + AMD_C2P_MSG(5)) & ILLUMINANCE_MASK; in get_input_report()
260 hpdstatus.val = readl(privdata->mmio + AMD_C2P_MSG(4)); in get_input_report()
/linux-5.19.10/drivers/hid/amd-sfh-hid/
Damd_sfh_pcie.h27 #define AMD_C2P_MSG(regno) (0x10500 + ((regno) * 4)) macro