Searched refs:mmio_lock (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_compat_css20.c | 53 static DEFINE_SPINLOCK(mmio_lock); 73 spin_lock_irqsave(&mmio_lock, flags); in atomisp_css2_hw_store_8() 75 spin_unlock_irqrestore(&mmio_lock, flags); in atomisp_css2_hw_store_8() 83 spin_lock_irqsave(&mmio_lock, flags); in atomisp_css2_hw_store_16() 85 spin_unlock_irqrestore(&mmio_lock, flags); in atomisp_css2_hw_store_16() 93 spin_lock_irqsave(&mmio_lock, flags); in atomisp_css2_hw_store_32() 95 spin_unlock_irqrestore(&mmio_lock, flags); in atomisp_css2_hw_store_32() 104 spin_lock_irqsave(&mmio_lock, flags); in atomisp_css2_hw_load_8() 106 spin_unlock_irqrestore(&mmio_lock, flags); in atomisp_css2_hw_load_8() 116 spin_lock_irqsave(&mmio_lock, flag in atomisp_css2_hw_load_16() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/ |
H A D | context.c | 37 spin_lock_init(&ctx->mmio_lock); in alloc_spu_context()
|
H A D | spufs.h | 70 spinlock_t mmio_lock; /* protects mmio access */ member
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/ |
H A D | context.c | 37 spin_lock_init(&ctx->mmio_lock); in alloc_spu_context()
|
H A D | spufs.h | 70 spinlock_t mmio_lock; /* protects mmio access */ member
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_compat_css20.c | 54 static DEFINE_SPINLOCK(mmio_lock); 74 spin_lock_irqsave(&mmio_lock, flags); in atomisp_css2_hw_store_8() 76 spin_unlock_irqrestore(&mmio_lock, flags); in atomisp_css2_hw_store_8() 84 spin_lock_irqsave(&mmio_lock, flags); in atomisp_css2_hw_store_16() 86 spin_unlock_irqrestore(&mmio_lock, flags); in atomisp_css2_hw_store_16() 94 spin_lock_irqsave(&mmio_lock, flags); in atomisp_css2_hw_store_32() 96 spin_unlock_irqrestore(&mmio_lock, flags); in atomisp_css2_hw_store_32() 105 spin_lock_irqsave(&mmio_lock, flags); in atomisp_css2_hw_load_8() 107 spin_unlock_irqrestore(&mmio_lock, flags); in atomisp_css2_hw_load_8() 117 spin_lock_irqsave(&mmio_lock, flag in atomisp_css2_hw_load_16() [all...] |
Completed in 10 milliseconds