Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pinctrl/zte/
Dpinctrl-zx.c100 u16 aoffset = pindesc->number / 16 * 4; in zx_set_mux() local
108 val = readl(zpctl->aux_base + aoffset); in zx_set_mux()
111 writel(val, zpctl->aux_base + aoffset); in zx_set_mux()
126 val = readl(zpctl->aux_base + aoffset); in zx_set_mux()
129 writel(val, zpctl->aux_base + aoffset); in zx_set_mux()
/Linux-v5.4/scripts/
Drecordmcount.c103 off_t aoffset = (file_ptr + count) - file_end; in uwrite() local
105 if (aoffset > file_append_size) { in uwrite()
106 file_append = realloc(file_append, aoffset); in uwrite()
107 file_append_size = aoffset; in uwrite()
119 idx = aoffset - count; in uwrite()
/Linux-v5.4/drivers/video/fbdev/vermilion/
Dvermilion.c291 unsigned long aoffset; in vmlfb_vram_offset() local
295 aoffset = offset - (vinfo->vram[i].phys - vinfo->vram_start); in vmlfb_vram_offset()
297 if (aoffset < vinfo->vram[i].size) { in vmlfb_vram_offset()