Searched defs:mic_hw_ops (Results 1 – 1 of 1) sorted by relevance
124 struct mic_hw_ops { struct125 u8 aper_bar;126 u8 mmio_bar;127 u32 (*read_spad)(struct mic_device *mdev, unsigned int idx);128 void (*write_spad)(struct mic_device *mdev, unsigned int idx, u32 val);129 void (*send_intr)(struct mic_device *mdev, int doorbell);130 u32 (*ack_interrupt)(struct mic_device *mdev);131 void (*intr_workarounds)(struct mic_device *mdev);132 void (*reset)(struct mic_device *mdev);133 void (*reset_fw_ready)(struct mic_device *mdev);[all …]