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

/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dif_uralreg.h176 uint8_t plcp_length_lo; member in struct:ural_tx_desc
H A Dif_rumreg.h194 uint8_t plcp_length_lo; member in struct:rum_tx_desc
H A Dif_rum.c1074 desc->plcp_length_lo = plcp_length & 0x3f;
1083 desc->plcp_length_lo = plcp_length & 0xff;
H A Dif_ural.c1129 desc->plcp_length_lo = plcp_length & 0x3f;
1138 desc->plcp_length_lo = plcp_length & 0xff;
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Drt2560reg.h221 uint8_t plcp_length_lo; member in struct:rt2560_tx_desc
H A Drt2661reg.h246 uint8_t plcp_length_lo; member in struct:rt2661_tx_desc
H A Drt2560.c1667 desc->plcp_length_lo = plcp_length & 0x3f;
1676 desc->plcp_length_lo = plcp_length & 0xff;
H A Drt2661.c1440 desc->plcp_length_lo = plcp_length & 0x3f;
1449 desc->plcp_length_lo = plcp_length & 0xff;

Completed in 81 milliseconds