Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/
Ds3fb.c188 #define DDC_MMIO_REG 0xff20 /* all other chips */ macro
205 return readb(par->mmio + DDC_MMIO_REG); in s3fb_ddc_read()
213 writeb(val, par->mmio + DDC_MMIO_REG); in s3fb_ddc_write()