Searched defs:as_nr (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/gpu/drm/panfrost/ |
H A D | panfrost_mmu.c | 71 static int wait_ready(struct panfrost_device *pfdev, u32 as_nr) in wait_ready() 90 static int write_cmd(struct panfrost_device *pfdev, u32 as_nr, u32 cmd) in write_cmd() 102 static void lock_region(struct panfrost_device *pfdev, u32 as_nr, in lock_region() 138 static int mmu_hw_do_operation_locked(struct panfrost_device *pfdev, int as_nr, in mmu_hw_do_operation_locked() 168 int as_nr = mmu->as; in panfrost_mmu_enable() local 190 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 | 505 static int wait_ready(struct panthor_device *ptdev, u32 as_nr) in wait_ready() 525 static int write_cmd(struct panthor_device *ptdev, u32 as_nr, u32 cmd) in write_cmd() 537 static void lock_region(struct panthor_device *ptdev, u32 as_nr, in lock_region() 571 static int mmu_hw_do_operation_locked(struct panthor_device *ptdev, int as_nr, in mmu_hw_do_operation_locked() 608 static int panthor_mmu_as_enable(struct panthor_device *ptdev, u32 as_nr, in panthor_mmu_as_enable() 624 static int panthor_mmu_as_disable(struct panthor_device *ptdev, u32 as_nr) in panthor_mmu_as_disable()
|