Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Ds3fb.c178 #define DDC_MMIO_REG 0xff20 /* all other chips */ macro
195 return readb(par->mmio + DDC_MMIO_REG); in s3fb_ddc_read()
203 writeb(val, par->mmio + DDC_MMIO_REG); in s3fb_ddc_write()