Home
last modified time | relevance | path

Searched refs:extended_status (Results 1 – 5 of 5) sorted by relevance

/linux/sound/firewire/dice/
H A Ddice-proc.c84 u32 extended_status; in dice_proc_read() member
148 snd_iprintf(buffer, " ext status: %08x\n", buf.global.extended_status); in dice_proc_read()
/linux/drivers/i2c/busses/
H A Di2c-fsi.c189 u32 mode = I2C_MODE_ENHANCED, extended_status, watermark; in fsi_i2c_dev_init() local
202 rc = fsi_i2c_read_reg(i2c->fsi, I2C_FSI_ESTAT, &extended_status); in fsi_i2c_dev_init()
206 i2c->fifo_size = FIELD_GET(I2C_ESTAT_FIFO_SZ, extended_status); in fsi_i2c_dev_init()
/linux/drivers/net/ethernet/amazon/ena/
H A Dena_admin_defs.h215 u16 extended_status; member
/linux/drivers/scsi/elx/libefc_sli/
H A Dsli4.h482 __le16 extended_status; member
1948 __le32 extended_status; member
1958 __le32 extended_status; member
H A Dsli4.c3983 le16_to_cpu(mcqe->extended_status), in sli_cqe_mq()