Searched refs:aph (Results 1 - 1 of 1) sorted by relevance
/drivers/platform/goldfish/ | ||
H A D | goldfish_pipe.c | 205 u32 aph, apl; local 207 aph = readl(dev->base + PIPE_REG_PARAMS_ADDR_HIGH); 210 paddr = ((u64)aph << 32) | apl; |
Completed in 81 milliseconds