Searched defs:as_nr (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/panfrost/ |
| H A D | panfrost_mmu.c | 72 static int wait_ready(struct panfrost_device *pfdev, u32 as_nr) in wait_ready() 91 static int write_cmd(struct panfrost_device *pfdev, u32 as_nr, u32 cmd) in write_cmd() 103 static void lock_region(struct panfrost_device *pfdev, u32 as_nr, in lock_region() 139 static int mmu_hw_do_operation_locked(struct panfrost_device *pfdev, int as_nr, in mmu_hw_do_operation_locked() 169 int as_nr = mmu->as; in panfrost_mmu_enable() local 191 static void panfrost_mmu_disable(struct panfrost_device *pfdev, u32 as_nr) in panfrost_mmu_disable()
|
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_mmu.c | 502 static int wait_ready(struct panthor_device *ptdev, u32 as_nr) in wait_ready() 522 static int as_send_cmd_and_wait(struct panthor_device *ptdev, u32 as_nr, u32 cmd) in as_send_cmd_and_wait() 565 static int panthor_mmu_as_enable(struct panthor_device *ptdev, u32 as_nr, in panthor_mmu_as_enable() 575 static int panthor_mmu_as_disable(struct panthor_device *ptdev, u32 as_nr, in panthor_mmu_as_disable()
|