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

  /src/sys/dev/usb/
if_urtw.c 1121 uint32_t d2w = ((uint32_t)(addr & 0x1f)) << 27; local in function:urtw_8225_read
1137 bit = ((d2w & mask) != 0) ? 1 : 0;
1150 bit = ((d2w & mask) != 0) ? 1 : 0;
if_urtw.c 1121 uint32_t d2w = ((uint32_t)(addr & 0x1f)) << 27; local in function:urtw_8225_read
1137 bit = ((d2w & mask) != 0) ? 1 : 0;
1150 bit = ((d2w & mask) != 0) ? 1 : 0;
if_urtw.c 1121 uint32_t d2w = ((uint32_t)(addr & 0x1f)) << 27; local in function:urtw_8225_read
1137 bit = ((d2w & mask) != 0) ? 1 : 0;
1150 bit = ((d2w & mask) != 0) ? 1 : 0;

Completed in 43 milliseconds