Searched defs:gsc_write (Results 1 – 4 of 4) sorted by relevance
32 int gsc_write(void *context, unsigned int reg, unsigned int val) in gsc_write() function
65 #define gsc_write(cfg, offset) writel(cfg, ctx->regs + (offset)) macro