Searched refs:SET_PHY_L_LENGTH (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/ |
| H A D | dev_tbl.h | 141 #define SET_PHY_L_LENGTH(_l_ba,_l_rts,_l_cts_ack) (_l_ba<<12|_l_rts<<6 |_l_cts_ack) macro 204 SET_PHY_L_LENGTH(50, 38, 35), 205 SET_PHY_L_LENGTH(35, 29, 26), 206 SET_PHY_L_LENGTH(29, 26, 23), 207 SET_PHY_L_LENGTH(26, 23, 23), 208 SET_PHY_L_LENGTH(23, 23, 20), 209 SET_PHY_L_LENGTH(23, 20, 20), 210 SET_PHY_L_LENGTH(47, 38, 35), 211 SET_PHY_L_LENGTH( 0, 0, 0),
|