Searched refs:mmio_lock (Results 1 – 3 of 3) sorted by relevance
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, 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