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

/openbsd-current/sys/dev/usb/
H A Dif_ralreg.h175 uint8_t plcp_length_hi; member in struct:ural_tx_desc
H A Dif_rumreg.h191 uint8_t plcp_length_hi; member in struct:rum_tx_desc
H A Dif_rum.c1005 desc->plcp_length_hi = plcp_length >> 6;
1014 desc->plcp_length_hi = plcp_length >> 8;
H A Dif_ral.c932 desc->plcp_length_hi = plcp_length >> 6;
941 desc->plcp_length_hi = plcp_length >> 8;
/openbsd-current/sys/dev/ic/
H A Drt2560reg.h221 uint8_t plcp_length_hi; member in struct:rt2560_tx_desc
H A Drt2661reg.h244 uint8_t plcp_length_hi; member in struct:rt2661_tx_desc
H A Drt2560.c1528 desc->plcp_length_hi = plcp_length >> 6;
1537 desc->plcp_length_hi = plcp_length >> 8;
H A Drt2661.c1576 desc->plcp_length_hi = plcp_length >> 6;
1585 desc->plcp_length_hi = plcp_length >> 8;

Completed in 103 milliseconds