Home
last modified time | relevance | path

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

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