Searched refs:phyw (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/troff/nroff.d/ |
H A D | n10.c | 389 int w, j, phyw; in ptout1() local 438 phyw = w = t.Char * csi_width[cs(i)]; in ptout1() 442 phyw = w = t.Char * t.width[k]; in ptout1() 539 for (j = phyw / t.Char; j > 0; j--) in ptout1()
|
/titanic_50/usr/src/uts/common/io/urtw/ |
H A D | urtw.c | 2173 uint32_t phyw; in urtw_8187_write_phy() local 2176 phyw = ((data << 8) | (addr | 0x80)); in urtw_8187_write_phy() 2177 if (error = urtw_write8_c(sc, 0x7f, ((phyw & 0xff000000) >> 24), 0)) in urtw_8187_write_phy() 2179 if (error = urtw_write8_c(sc, 0x7e, ((phyw & 0x00ff0000) >> 16), 0)) in urtw_8187_write_phy() 2181 if (error = urtw_write8_c(sc, 0x7d, ((phyw & 0x0000ff00) >> 8), 0)) in urtw_8187_write_phy() 2183 error = urtw_write8_c(sc, 0x7c, (phyw & 0x000000ff), 0); in urtw_8187_write_phy()
|