Searched refs:host_comm_val (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/hid/intel-ish-hid/ipc/
H A Dipc.c132 uint32_t host_comm_val; local
134 host_comm_val = ish_reg_read(dev, IPC_REG_HOST_COMM);
135 host_comm_val |= IPC_HOSTCOMM_INT_EN_BIT_CHV_AB | 0x81;
136 ish_reg_write(dev, IPC_REG_HOST_COMM, host_comm_val);

Completed in 314 milliseconds