Home
last modified time | relevance | path

Searched defs:mic_hw_ops (Results 1 – 1 of 1) sorted by relevance

/drivers/misc/mic/host/
Dmic_device.h155 struct mic_hw_ops { struct
156 u8 aper_bar;
157 u8 mmio_bar;
158 u32 (*read_spad)(struct mic_device *mdev, unsigned int idx);
159 void (*write_spad)(struct mic_device *mdev, unsigned int idx, u32 val);
160 void (*send_intr)(struct mic_device *mdev, int doorbell);
161 u32 (*ack_interrupt)(struct mic_device *mdev);
162 void (*intr_workarounds)(struct mic_device *mdev);
163 void (*reset)(struct mic_device *mdev);
164 void (*reset_fw_ready)(struct mic_device *mdev);
[all …]