Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/platform/chrome/
Dcros_ec_lpc_reg.c65 if (offset >= MEC_EMI_RANGE_START && offset <= MEC_EMI_RANGE_END) { in cros_ec_lpc_read_bytes()
74 if (WARN_ON(offset + length > MEC_EMI_RANGE_START && in cros_ec_lpc_read_bytes()
75 offset < MEC_EMI_RANGE_START)) in cros_ec_lpc_read_bytes()
87 if (offset >= MEC_EMI_RANGE_START && offset <= MEC_EMI_RANGE_END) { in cros_ec_lpc_write_bytes()
96 if (WARN_ON(offset + length > MEC_EMI_RANGE_START && in cros_ec_lpc_write_bytes()
97 offset < MEC_EMI_RANGE_START)) in cros_ec_lpc_write_bytes()
Dcros_ec_lpc_mec.c49 addr -= MEC_EMI_RANGE_START; in cros_ec_lpc_mec_emi_write_address()
/Linux-v4.19/include/linux/mfd/
Dcros_ec_lpc_mec.h49 #define MEC_EMI_RANGE_START EC_HOST_CMD_REGION0 macro