Searched refs:malidp_read32 (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/arm/display/komeda/d71/ |
H A D | d71_dev.c | 19 raw_status = malidp_read32(reg, BLK_IRQ_RAW_STATUS); in get_lpu_event() 30 status = malidp_read32(reg, BLK_STATUS); in get_lpu_event() 65 tbu_status = malidp_read32(reg, LPU_TBU_STATUS); in get_lpu_event() 100 raw_status = malidp_read32(reg, BLK_IRQ_RAW_STATUS); in get_cu_event() 105 status = malidp_read32(reg, BLK_STATUS) & 0x7FFFFFFF; in get_cu_event() 127 raw_status = malidp_read32(reg, BLK_IRQ_RAW_STATUS); in get_dou_event() 136 status = malidp_read32(reg, BLK_STATUS); in get_dou_event() 184 gcu_status = malidp_read32(d71->gcu_addr, GLB_IRQ_STATUS); in d71_irq_handler() 187 raw_status = malidp_read32(d71->gcu_addr, BLK_IRQ_RAW_STATUS); in d71_irq_handler() 193 status = malidp_read32(d71->gcu_addr, BLK_STATUS); in d71_irq_handler() [all …]
|
H A D | d71_component.c | 84 val[i] = malidp_read32(reg, addr); in get_values_from_reg() 118 max_default = malidp_read32(reg, BLK_MAX_LINE_SIZE); in __get_blk_line_size() 429 layer_info = malidp_read32(reg, LAYER_INFO); in d71_layer_init() 438 layer->line_sz = malidp_read32(reg, BLK_MAX_LINE_SIZE); in d71_layer_init() 1151 value = malidp_read32(reg, BLK_INFO); in d71_improc_init()
|
/linux/drivers/gpu/drm/arm/display/include/ |
H A D | malidp_io.h | 13 malidp_read32(u32 __iomem *base, u32 offset) in malidp_read32() function 34 u32 tmp = malidp_read32(base, offset); in malidp_write32_mask()
|