Searched refs:plcp_length_lo (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/sys/dev/usb/
H A Dif_ralreg.h174 uint8_t plcp_length_lo; member in struct:ural_tx_desc
H A Dif_rumreg.h190 uint8_t plcp_length_lo; member in struct:rum_tx_desc
H A Dif_rum.c1006 desc->plcp_length_lo = plcp_length & 0x3f;
1015 desc->plcp_length_lo = plcp_length & 0xff;
H A Dif_ral.c933 desc->plcp_length_lo = plcp_length & 0x3f;
942 desc->plcp_length_lo = plcp_length & 0xff;
/openbsd-current/sys/dev/ic/
H A Drt2560reg.h220 uint8_t plcp_length_lo; member in struct:rt2560_tx_desc
H A Drt2661reg.h243 uint8_t plcp_length_lo; member in struct:rt2661_tx_desc
H A Drt2560.c1529 desc->plcp_length_lo = plcp_length & 0x3f;
1538 desc->plcp_length_lo = plcp_length & 0xff;
H A Drt2661.c1577 desc->plcp_length_lo = plcp_length & 0x3f;
1586 desc->plcp_length_lo = plcp_length & 0xff;

Completed in 109 milliseconds