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