Searched refs:glb_iface (Results 1 – 1 of 1) sorted by relevance
1843 struct panthor_fw_global_iface *glb_iface = panthor_fw_get_glb_iface(ptdev); in sched_process_idle_event_locked() local1848 panthor_fw_update_reqs(glb_iface, req, glb_iface->output->ack, GLB_IDLE); in sched_process_idle_event_locked()1858 struct panthor_fw_global_iface *glb_iface = panthor_fw_get_glb_iface(ptdev); in sched_process_global_irq_locked() local1863 req = READ_ONCE(glb_iface->input->req); in sched_process_global_irq_locked()1864 ack = READ_ONCE(glb_iface->output->ack); in sched_process_global_irq_locked()4090 struct panthor_fw_global_iface *glb_iface = panthor_fw_get_glb_iface(ptdev); in panthor_sched_init() local4104 num_groups = min_t(u32, MAX_CSGS, glb_iface->control->group_num); in panthor_sched_init()