Searched refs:REG_CURS_PAT (Results 1 – 1 of 1) sorted by relevance
63 #define REG_CURS_PAT 0x001000 macro300 if (addr >= REG_CURS_PAT && addr < REG_CURS_PAT + 0x1000) { in g364fb_ctrl_read()302 int idx = (addr - REG_CURS_PAT) >> 3; in g364fb_ctrl_read()372 } else if (addr >= REG_CURS_PAT && addr < REG_CURS_PAT + 0x1000) { in g364fb_ctrl_write()374 int idx = (addr - REG_CURS_PAT) >> 3; in g364fb_ctrl_write()