Searched defs:mic_hw_ops (Results 1 – 1 of 1) sorted by relevance
155 struct mic_hw_ops { struct156 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 …]