Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/
Dradeonfb_i2c.c226 radeonfb_i2c_read_edid(struct radeonfb_softc *sc, int ddctype, uint8_t *data) in radeonfb_i2c_read_edid() argument
229 if ((ddctype < 1) || (ddctype > 4)) in radeonfb_i2c_read_edid()
232 ddctype--; in radeonfb_i2c_read_edid()
233 return (ddc_read_edid(&sc->sc_i2c[ddctype].ric_controller, data, 128)); in radeonfb_i2c_read_edid()