Searched refs:host_status (Results 1 – 6 of 6) sorted by relevance
/linux-4.19.296/drivers/hid/intel-ish-hid/ipc/ |
D | hw-ish-regs.h | 184 #define IPC_SET_HOST_READY(host_status) \ argument 185 ((host_status) |= (IPC_HOSTCOMM_READY_BIT)) 187 #define IPC_SET_HOST_ILUP(host_status) \ argument 188 ((host_status) |= (IPC_ILUP_BIT)) 190 #define IPC_CLEAR_HOST_READY(host_status) \ argument 191 ((host_status) ^= (IPC_HOSTCOMM_READY_BIT)) 193 #define IPC_CLEAR_HOST_ILUP(host_status) \ argument 194 ((host_status) ^= (IPC_ILUP_BIT)) 202 #define IPC_SET_HOST_BUSY_READING(host_status) \ argument 203 ((host_status) |= (IPC_HOST_BUSY_READING_BIT)) [all …]
|
D | ipc.c | 184 uint32_t host_status = ish_reg_read(dev, IPC_REG_HOST_COMM); in ish_set_host_rdy() local 186 IPC_SET_HOST_READY(host_status); in ish_set_host_rdy() 187 ish_reg_write(dev, IPC_REG_HOST_COMM, host_status); in ish_set_host_rdy() 198 uint32_t host_status = ish_reg_read(dev, IPC_REG_HOST_COMM); in ish_clr_host_rdy() local 200 IPC_CLEAR_HOST_READY(host_status); in ish_clr_host_rdy() 201 ish_reg_write(dev, IPC_REG_HOST_COMM, host_status); in ish_clr_host_rdy()
|
/linux-4.19.296/drivers/memstick/host/ |
D | tifm_ms.c | 389 unsigned int fifo_status = 0, host_status = 0; in tifm_ms_data_event() local 395 host_status = readl(sock->addr + SOCK_MS_STATUS); in tifm_ms_data_event() 398 fifo_status, host_status, host->cmd_flags); in tifm_ms_data_event() 425 unsigned int host_status = 0; in tifm_ms_card_event() local 430 host_status = readl(sock->addr + SOCK_MS_STATUS); in tifm_ms_card_event() 432 host_status, host->cmd_flags); in tifm_ms_card_event() 435 if (host_status & TIFM_MS_STAT_TOE) in tifm_ms_card_event() 437 else if (host_status & TIFM_MS_STAT_CRC) in tifm_ms_card_event() 440 if (host_status & TIFM_MS_STAT_RDY) in tifm_ms_card_event() 443 if (host_status & TIFM_MS_STAT_MSINT) in tifm_ms_card_event()
|
/linux-4.19.296/include/scsi/ |
D | sg.h | 64 unsigned short host_status; /* [o] errors from host adapter */ member 232 unsigned int host_status:8; /* [o] host status (see "DID" codes) */ member
|
/linux-4.19.296/block/ |
D | scsi_ioctl.c | 268 hdr->host_status = host_byte(req->result); in blk_complete_sghdr_rq() 271 if (hdr->masked_status || hdr->host_status || hdr->driver_status) in blk_complete_sghdr_rq()
|
/linux-4.19.296/fs/ |
D | compat_ioctl.c | 223 unsigned short host_status; /* [o] errors from host adapter */ member
|