Home
last modified time | relevance | path

Searched refs:MEC_EMI_RANGE_END (Results 1 – 2 of 2) 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()
67 if (WARN_ON(offset + length - 1 > MEC_EMI_RANGE_END)) in cros_ec_lpc_read_bytes()
87 if (offset >= MEC_EMI_RANGE_START && offset <= MEC_EMI_RANGE_END) { in cros_ec_lpc_write_bytes()
89 if (WARN_ON(offset + length - 1 > MEC_EMI_RANGE_END)) in cros_ec_lpc_write_bytes()
/Linux-v4.19/include/linux/mfd/
Dcros_ec_lpc_mec.h50 #define MEC_EMI_RANGE_END (EC_LPC_ADDR_MEMMAP + EC_MEMMAP_SIZE) macro