Home
last modified time | relevance | path

Searched refs:malidp_read32 (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/arm/display/komeda/d71/
Dd71_dev.c18 raw_status = malidp_read32(reg, BLK_IRQ_RAW_STATUS); in get_lpu_event()
27 status = malidp_read32(reg, BLK_STATUS); in get_lpu_event()
53 tbu_status = malidp_read32(reg, LPU_TBU_STATUS); in get_lpu_event()
88 raw_status = malidp_read32(reg, BLK_IRQ_RAW_STATUS); in get_cu_event()
93 status = malidp_read32(reg, BLK_STATUS) & 0x7FFFFFFF; in get_cu_event()
115 raw_status = malidp_read32(reg, BLK_IRQ_RAW_STATUS); in get_dou_event()
124 status = malidp_read32(reg, BLK_STATUS); in get_dou_event()
172 gcu_status = malidp_read32(d71->gcu_addr, GLB_IRQ_STATUS); in d71_irq_handler()
175 raw_status = malidp_read32(d71->gcu_addr, BLK_IRQ_RAW_STATUS); in d71_irq_handler()
181 status = malidp_read32(d71->gcu_addr, BLK_STATUS); in d71_irq_handler()
[all …]
Dd71_component.c82 val[i] = malidp_read32(reg, addr); in get_values_from_reg()
361 layer_info = malidp_read32(reg, LAYER_INFO); in d71_layer_init()
1014 value = malidp_read32(reg, BLK_INFO); in d71_improc_init()
/Linux-v5.4/drivers/gpu/drm/arm/display/include/
Dmalidp_io.h13 malidp_read32(u32 __iomem *base, u32 offset) in malidp_read32() function
34 u32 tmp = malidp_read32(base, offset); in malidp_write32_mask()