Lines Matching refs:fjes_hw
23 u32 fjes_hw_rd32(struct fjes_hw *hw, u32 reg) in fjes_hw_rd32()
33 static u8 *fjes_hw_iomap(struct fjes_hw *hw) in fjes_hw_iomap()
48 static void fjes_hw_iounmap(struct fjes_hw *hw) in fjes_hw_iounmap()
54 int fjes_hw_reset(struct fjes_hw *hw) in fjes_hw_reset()
74 static int fjes_hw_get_max_epid(struct fjes_hw *hw) in fjes_hw_get_max_epid()
83 static int fjes_hw_get_my_epid(struct fjes_hw *hw) in fjes_hw_get_my_epid()
92 static int fjes_hw_alloc_shared_status_region(struct fjes_hw *hw) in fjes_hw_alloc_shared_status_region()
107 static void fjes_hw_free_shared_status_region(struct fjes_hw *hw) in fjes_hw_free_shared_status_region()
174 fjes_hw_init_command_registers(struct fjes_hw *hw, in fjes_hw_init_command_registers()
201 static int fjes_hw_setup(struct fjes_hw *hw) in fjes_hw_setup()
301 static void fjes_hw_cleanup(struct fjes_hw *hw) in fjes_hw_cleanup()
327 int fjes_hw_init(struct fjes_hw *hw) in fjes_hw_init()
361 void fjes_hw_exit(struct fjes_hw *hw) in fjes_hw_exit()
393 fjes_hw_issue_request_command(struct fjes_hw *hw, in fjes_hw_issue_request_command()
441 int fjes_hw_request_info(struct fjes_hw *hw) in fjes_hw_request_info()
498 int fjes_hw_register_buff_addr(struct fjes_hw *hw, int dest_epid, in fjes_hw_register_buff_addr()
607 int fjes_hw_unregister_buff_addr(struct fjes_hw *hw, int dest_epid) in fjes_hw_unregister_buff_addr()
697 int fjes_hw_raise_interrupt(struct fjes_hw *hw, int dest_epid, in fjes_hw_raise_interrupt()
707 u32 fjes_hw_capture_interrupt_status(struct fjes_hw *hw) in fjes_hw_capture_interrupt_status()
716 void fjes_hw_set_irqmask(struct fjes_hw *hw, in fjes_hw_set_irqmask()
725 bool fjes_hw_epid_is_same_zone(struct fjes_hw *hw, int epid) in fjes_hw_epid_is_same_zone()
751 static bool fjes_hw_epid_is_stop_requested(struct fjes_hw *hw, int src_epid) in fjes_hw_epid_is_stop_requested()
756 static bool fjes_hw_epid_is_stop_process_done(struct fjes_hw *hw, int src_epid) in fjes_hw_epid_is_stop_process_done()
763 fjes_hw_get_partner_ep_status(struct fjes_hw *hw, int epid) in fjes_hw_get_partner_ep_status()
783 void fjes_hw_raise_epstop(struct fjes_hw *hw) in fjes_hw_raise_epstop()
814 int fjes_hw_wait_epstop(struct fjes_hw *hw) in fjes_hw_wait_epstop()
983 struct fjes_hw *hw = container_of(work, in fjes_hw_update_zone_task()
984 struct fjes_hw, update_zone_task); in fjes_hw_update_zone_task()
1173 struct fjes_hw *hw = container_of(work, struct fjes_hw, epstop_task); in fjes_hw_epstop_task()
1203 int fjes_hw_start_debug(struct fjes_hw *hw) in fjes_hw_start_debug()
1272 int fjes_hw_stop_debug(struct fjes_hw *hw) in fjes_hw_stop_debug()