Lines Matching defs:ace

232 static u16 ace_in_8(struct ace_device *ace, int reg)  in ace_in_8()
238 static void ace_out_8(struct ace_device *ace, int reg, u16 val) in ace_out_8()
245 static void ace_datain_8(struct ace_device *ace) in ace_datain_8()
255 static void ace_dataout_8(struct ace_device *ace) in ace_dataout_8()
273 static u16 ace_in_be16(struct ace_device *ace, int reg) in ace_in_be16()
278 static void ace_out_be16(struct ace_device *ace, int reg, u16 val) in ace_out_be16()
283 static void ace_datain_be16(struct ace_device *ace) in ace_datain_be16()
292 static void ace_dataout_be16(struct ace_device *ace) in ace_dataout_be16()
302 static u16 ace_in_le16(struct ace_device *ace, int reg) in ace_in_le16()
307 static void ace_out_le16(struct ace_device *ace, int reg, u16 val) in ace_out_le16()
312 static void ace_datain_le16(struct ace_device *ace) in ace_datain_le16()
321 static void ace_dataout_le16(struct ace_device *ace) in ace_dataout_le16()
344 static inline u16 ace_in(struct ace_device *ace, int reg) in ace_in()
349 static inline u32 ace_in32(struct ace_device *ace, int reg) in ace_in32()
354 static inline void ace_out(struct ace_device *ace, int reg, u16 val) in ace_out()
359 static inline void ace_out32(struct ace_device *ace, int reg, u32 val) in ace_out32()
394 static void ace_dump_regs(struct ace_device *ace) in ace_dump_regs()
447 static inline void ace_fsm_yield(struct ace_device *ace) in ace_fsm_yield()
455 static inline void ace_fsm_yieldirq(struct ace_device *ace) in ace_fsm_yieldirq()
479 static void ace_fsm_dostate(struct ace_device *ace) in ace_fsm_dostate()
760 struct ace_device *ace = (void *)data; in ace_fsm_tasklet() local
775 struct ace_device *ace = (void *)data; in ace_stall_timer() local
799 static int ace_interrupt_checkstate(struct ace_device *ace) in ace_interrupt_checkstate()
818 struct ace_device *ace = dev_id; in ace_interrupt() local
860 struct ace_device *ace; in ace_request() local
872 struct ace_device *ace = gd->private_data; in ace_check_events() local
880 struct ace_device *ace = gd->private_data; in ace_revalidate_disk() local
902 struct ace_device *ace = bdev->bd_disk->private_data; in ace_open() local
920 struct ace_device *ace = disk->private_data; in ace_release() local
939 struct ace_device *ace = bdev->bd_disk->private_data; in ace_getgeo() local
963 static int ace_setup(struct ace_device *ace) in ace_setup()
1076 static void ace_teardown(struct ace_device *ace) in ace_teardown()
1097 struct ace_device *ace; in ace_alloc() local
1138 struct ace_device *ace = dev_get_drvdata(dev); in ace_free() local