Symbol: malidp_write32_mask
drivers/gpu/drm/arm/display/komeda/d71/d71_component.c
1090
malidp_write32_mask(reg, BLK_CONTROL, mask, ctrl);
drivers/gpu/drm/arm/display/komeda/d71/d71_component.c
1163
malidp_write32_mask(c->reg, BLK_CONTROL, BS_CTRL_EN, 0);
drivers/gpu/drm/arm/display/komeda/d71/d71_component.c
213
malidp_write32_mask(c->reg, BLK_CONTROL, L_EN, 0);
drivers/gpu/drm/arm/display/komeda/d71/d71_component.c
285
malidp_write32_mask(reg, BLK_CONTROL, ctrl_mask, ctrl);
drivers/gpu/drm/arm/display/komeda/d71/d71_component.c
483
malidp_write32_mask(reg, BLK_CONTROL, mask, ctrl);
drivers/gpu/drm/arm/display/komeda/d71/d71_component.c
518
malidp_write32_mask(c->reg, BLK_CONTROL, L_EN, 0);
drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c
113
malidp_write32_mask(reg, BLK_STATUS, status, 0);
drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c
155
malidp_write32_mask(reg, BLK_STATUS, restore, 0);
drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c
196
malidp_write32_mask(d71->gcu_addr, BLK_STATUS,
drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c
225
malidp_write32_mask(d71->gcu_addr, BLK_IRQ_MASK,
drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c
229
malidp_write32_mask(pipe->cu_addr, BLK_IRQ_MASK,
drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c
231
malidp_write32_mask(pipe->lpu_addr, BLK_IRQ_MASK,
drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c
233
malidp_write32_mask(pipe->dou_addr, BLK_IRQ_MASK,
drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c
245
malidp_write32_mask(d71->gcu_addr, BLK_IRQ_MASK, ENABLED_GCU_IRQS, 0);
drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c
248
malidp_write32_mask(pipe->cu_addr, BLK_IRQ_MASK,
drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c
250
malidp_write32_mask(pipe->lpu_addr, BLK_IRQ_MASK,
drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c
252
malidp_write32_mask(pipe->dou_addr, BLK_IRQ_MASK,
drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c
263
malidp_write32_mask(pipe->dou_addr, BLK_IRQ_MASK,
drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c
290
malidp_write32_mask(d71->gcu_addr, BLK_CONTROL, 0x7, opmode);
drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c
567
malidp_write32_mask(reg, BLK_CONTROL, 0x7, TBU_CONNECT_MODE);
drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c
573
malidp_write32_mask(reg, BLK_CONTROL, 0x7, INACTIVE_MODE);
drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c
578
malidp_write32_mask(d71->pipes[i]->lpu_addr, LPU_TBU_CONTROL,
drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c
591
malidp_write32_mask(reg, BLK_CONTROL, 0x7, TBU_DISCONNECT_MODE);
drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c
597
malidp_write32_mask(reg, BLK_CONTROL, 0x7, INACTIVE_MODE);
drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c
61
malidp_write32_mask(reg, BLK_STATUS, restore, 0);
drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c
87
malidp_write32_mask(reg, LPU_TBU_STATUS, restore, 0);