Searched refs:mmio_lock (Results 1 – 3 of 3) sorted by relevance
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, flags); in atomisp_css2_hw_load_16()[all …]
37 spin_lock_init(&ctx->mmio_lock); in alloc_spu_context()
70 spinlock_t mmio_lock; /* protects mmio access */ member