Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/mic/host/
Dmic_device.h109 struct mic_hw_ops { struct
110 u8 aper_bar;
111 u8 mmio_bar;
112 u32 (*read_spad)(struct mic_device *mdev, unsigned int idx);
113 void (*write_spad)(struct mic_device *mdev, unsigned int idx, u32 val);
114 void (*send_intr)(struct mic_device *mdev, int doorbell);
115 u32 (*ack_interrupt)(struct mic_device *mdev);
116 void (*intr_workarounds)(struct mic_device *mdev);
117 void (*reset)(struct mic_device *mdev);
118 void (*reset_fw_ready)(struct mic_device *mdev);
[all …]