Home
last modified time | relevance | path

Searched refs:aoffset (Results 1 – 2 of 2) sorted by relevance

/drivers/pinctrl/zte/
Dpinctrl-zx.c103 u16 aoffset = pindesc->number / 16 * 4; in zx_set_mux() local
111 val = readl(zpctl->aux_base + aoffset); in zx_set_mux()
114 writel(val, zpctl->aux_base + aoffset); in zx_set_mux()
129 val = readl(zpctl->aux_base + aoffset); in zx_set_mux()
132 writel(val, zpctl->aux_base + aoffset); in zx_set_mux()
/drivers/video/fbdev/vermilion/
Dvermilion.c305 unsigned long aoffset; in vmlfb_vram_offset() local
309 aoffset = offset - (vinfo->vram[i].phys - vinfo->vram_start); in vmlfb_vram_offset()
311 if (aoffset < vinfo->vram[i].size) { in vmlfb_vram_offset()