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

/opensolaris-onvv-gate/usr/src/cmd/troff/nroff.d/
H A Dn10.c389 int w, j, phyw; local
438 phyw = w = t.Char * csi_width[cs(i)];
442 phyw = w = t.Char * t.width[k];
539 for (j = phyw / t.Char; j > 0; j--)
/opensolaris-onvv-gate/usr/src/uts/common/io/urtw/
H A Durtw.c2173 uint32_t phyw; local
2176 phyw = ((data << 8) | (addr | 0x80));
2177 if (error = urtw_write8_c(sc, 0x7f, ((phyw & 0xff000000) >> 24), 0))
2179 if (error = urtw_write8_c(sc, 0x7e, ((phyw & 0x00ff0000) >> 16), 0))
2181 if (error = urtw_write8_c(sc, 0x7d, ((phyw & 0x0000ff00) >> 8), 0))
2183 error = urtw_write8_c(sc, 0x7c, (phyw & 0x000000ff), 0);

Completed in 49 milliseconds