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()
173 fjes_hw_init_command_registers(struct fjes_hw *hw, in fjes_hw_init_command_registers()
200 static int fjes_hw_setup(struct fjes_hw *hw) in fjes_hw_setup()
277 static void fjes_hw_cleanup(struct fjes_hw *hw) in fjes_hw_cleanup()
303 int fjes_hw_init(struct fjes_hw *hw) in fjes_hw_init()
337 void fjes_hw_exit(struct fjes_hw *hw) in fjes_hw_exit()
369 fjes_hw_issue_request_command(struct fjes_hw *hw, in fjes_hw_issue_request_command()
417 int fjes_hw_request_info(struct fjes_hw *hw) in fjes_hw_request_info()
474 int fjes_hw_register_buff_addr(struct fjes_hw *hw, int dest_epid, in fjes_hw_register_buff_addr()
583 int fjes_hw_unregister_buff_addr(struct fjes_hw *hw, int dest_epid) in fjes_hw_unregister_buff_addr()
673 int fjes_hw_raise_interrupt(struct fjes_hw *hw, int dest_epid, in fjes_hw_raise_interrupt()
683 u32 fjes_hw_capture_interrupt_status(struct fjes_hw *hw) in fjes_hw_capture_interrupt_status()
692 void fjes_hw_set_irqmask(struct fjes_hw *hw, in fjes_hw_set_irqmask()
701 bool fjes_hw_epid_is_same_zone(struct fjes_hw *hw, int epid) in fjes_hw_epid_is_same_zone()
727 static bool fjes_hw_epid_is_stop_requested(struct fjes_hw *hw, int src_epid) in fjes_hw_epid_is_stop_requested()
732 static bool fjes_hw_epid_is_stop_process_done(struct fjes_hw *hw, int src_epid) in fjes_hw_epid_is_stop_process_done()
739 fjes_hw_get_partner_ep_status(struct fjes_hw *hw, int epid) in fjes_hw_get_partner_ep_status()
759 void fjes_hw_raise_epstop(struct fjes_hw *hw) in fjes_hw_raise_epstop()
790 int fjes_hw_wait_epstop(struct fjes_hw *hw) in fjes_hw_wait_epstop()
959 struct fjes_hw *hw = container_of(work, in fjes_hw_update_zone_task()
960 struct fjes_hw, update_zone_task); in fjes_hw_update_zone_task()
1149 struct fjes_hw *hw = container_of(work, struct fjes_hw, epstop_task); in fjes_hw_epstop_task()
1179 int fjes_hw_start_debug(struct fjes_hw *hw) in fjes_hw_start_debug()
1248 int fjes_hw_stop_debug(struct fjes_hw *hw) in fjes_hw_stop_debug()