HomeSort by: relevance | last modified time | path
    Searched defs:phyw (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/usb/
if_urtw.c 2744 uint32_t phyw; local in function:urtw_8187_write_phy
2747 phyw = ((data << 8) | (addr | 0x80));
2748 urtw_write8_m(sc, 0x7f, ((phyw & 0xff000000) >> 24));
2749 urtw_write8_m(sc, 0x7e, ((phyw & 0x00ff0000) >> 16));
2750 urtw_write8_m(sc, 0x7d, ((phyw & 0x0000ff00) >> 8));
2751 urtw_write8_m(sc, 0x7c, ((phyw & 0x000000ff)));
if_urtw.c 2744 uint32_t phyw; local in function:urtw_8187_write_phy
2747 phyw = ((data << 8) | (addr | 0x80));
2748 urtw_write8_m(sc, 0x7f, ((phyw & 0xff000000) >> 24));
2749 urtw_write8_m(sc, 0x7e, ((phyw & 0x00ff0000) >> 16));
2750 urtw_write8_m(sc, 0x7d, ((phyw & 0x0000ff00) >> 8));
2751 urtw_write8_m(sc, 0x7c, ((phyw & 0x000000ff)));
if_urtw.c 2744 uint32_t phyw; local in function:urtw_8187_write_phy
2747 phyw = ((data << 8) | (addr | 0x80));
2748 urtw_write8_m(sc, 0x7f, ((phyw & 0xff000000) >> 24));
2749 urtw_write8_m(sc, 0x7e, ((phyw & 0x00ff0000) >> 16));
2750 urtw_write8_m(sc, 0x7d, ((phyw & 0x0000ff00) >> 8));
2751 urtw_write8_m(sc, 0x7c, ((phyw & 0x000000ff)));
if_urtw.c 2744 uint32_t phyw; local in function:urtw_8187_write_phy
2747 phyw = ((data << 8) | (addr | 0x80));
2748 urtw_write8_m(sc, 0x7f, ((phyw & 0xff000000) >> 24));
2749 urtw_write8_m(sc, 0x7e, ((phyw & 0x00ff0000) >> 16));
2750 urtw_write8_m(sc, 0x7d, ((phyw & 0x0000ff00) >> 8));
2751 urtw_write8_m(sc, 0x7c, ((phyw & 0x000000ff)));

Completed in 50 milliseconds