Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/troff/nroff.d/
H A Dn10.c387 int w, j, phyw; in ptout1() local
436 phyw = w = t.Char * csi_width[cs(i)]; in ptout1()
440 phyw = w = t.Char * t.width[k]; in ptout1()
537 for (j = phyw / t.Char; j > 0; j--) in ptout1()
/illumos-gate/usr/src/uts/common/io/urtw/
H A Durtw.c2177 uint32_t phyw; in urtw_8187_write_phy() local
2180 phyw = ((data << 8) | (addr | 0x80)); in urtw_8187_write_phy()
2181 if (error = urtw_write8_c(sc, 0x7f, ((phyw & 0xff000000) >> 24), 0)) in urtw_8187_write_phy()
2183 if (error = urtw_write8_c(sc, 0x7e, ((phyw & 0x00ff0000) >> 16), 0)) in urtw_8187_write_phy()
2185 if (error = urtw_write8_c(sc, 0x7d, ((phyw & 0x0000ff00) >> 8), 0)) in urtw_8187_write_phy()
2187 error = urtw_write8_c(sc, 0x7c, (phyw & 0x000000ff), 0); in urtw_8187_write_phy()