Searched defs:gsc_write (Results 1 – 2 of 2) 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