Searched refs:INBAND_PACKET_MAX_LEN (Results 1 – 4 of 4) sorted by relevance
35 #define INBAND_PACKET_MAX_LEN 192 macro
219 const int max_vals_per_cmd = INBAND_PACKET_MAX_LEN / 8; in mt7601u_write_reg_pairs()248 const int max_regs_per_cmd = INBAND_PACKET_MAX_LEN / 4 - 1; in mt7601u_burst_write_regs()
37 #define INBAND_PACKET_MAX_LEN 192 macro
246 const int max_vals_per_cmd = INBAND_PACKET_MAX_LEN / 8; in mt76x0_write_reg_pairs()275 const int max_vals_per_cmd = INBAND_PACKET_MAX_LEN / 8; in mt76x0_read_reg_pairs()318 const int max_regs_per_cmd = INBAND_PACKET_MAX_LEN / 4 - 1; in mt76x0_burst_write_regs()348 const int max_vals_per_cmd = INBAND_PACKET_MAX_LEN / 4 - 1;