Home
last modified time | relevance | path

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

/linux/drivers/hid/intel-ish-hid/ipc/
H A Dipc.c108 doorbell_val = ish_reg_read(dev, IPC_REG_HOST2ISH_DRBL); in ish_is_input_ready()
340 ish_reg_write(dev, IPC_REG_HOST2ISH_DRBL, doorbell_val); in write_ipc_from_queue()
741 ish_reg_write(dev, IPC_REG_HOST2ISH_DRBL, IPC_DRBL_BUSY_BIT); in ish_wakeup()
H A Dhw-ish-regs.h33 #define IPC_REG_HOST2ISH_DRBL (IPC_REG_BASE + 0x48) macro