Searched refs:btwrite (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/i2c/
H A Dbt829.c79 static void btwrite(BT829Ptr bt, CARD8 reg, CARD8 val) function in typeref:typename:void
93 btwrite(bt, STATUS, 0x00); /* clear */
117 btwrite(bt, IFORM, (bt->mux<<5) | (xtsel<<3) | bt->format);
127 btwrite(bt, CROP, (H(bt->vdelay)<<6) | (H(bt->vactive)<<4) |
133 btwrite(bt, VDELAY_LO, L(bt->vdelay));
138 btwrite(bt, VACTIVE_LO, L(bt->vactive));
143 btwrite(bt, HDELAY_LO, L(bt->hdelay));
148 btwrite(bt, HACTIVE_LO, L(bt->width));
153 btwrite(bt, HSCALE_HI, H(bt->hscale));
158 btwrite(b
[all...]

Completed in 2 milliseconds