Home
last modified time | relevance | path

Searched refs:MEC_IO_WRITE (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/platform/chrome/wilco_ec/
H A Dmailbox.c124 ret = cros_ec_lpc_io_bytes_mec(MEC_IO_WRITE, 0, sizeof(*rq), (u8 *)rq); in wilco_ec_transfer()
127 ret = cros_ec_lpc_io_bytes_mec(MEC_IO_WRITE, sizeof(*rq), msg->request_size, in wilco_ec_transfer()
/linux/drivers/platform/chrome/
H A Dcros_ec_lpc_mec.h29 MEC_IO_WRITE, enumerator
H A Dcros_ec_lpc_mec.c177 if (length - i < 4 && io_type == MEC_IO_WRITE) in cros_ec_lpc_io_bytes_mec()
H A Dcros_ec_lpc.c164 cros_ec_lpc_io_bytes_mec(MEC_IO_WRITE, in cros_ec_lpc_mec_write_bytes()