Searched refs:bits_per_usec (Results 1 – 1 of 1) sorted by relevance
45 #define BYTES_TO_USEC(bytes, bits_per_usec) \ argument46 ((bytes) * 8 >> (__builtin_ffs(bits_per_usec) - 1))108 static uint8_t bits_per_usec; /* This saves the # of bits per usec, variable260 isr_tmr_end = isr_tmr_aa + BYTES_TO_USEC(len + 3, bits_per_usec); in pkt_rx()516 bits_per_usec = 1; in radio_setup()590 bits_per_usec = 1; in radio_phy_set()607 bits_per_usec = 2; in radio_phy_set()796 return BYTES_TO_USEC(2, bits_per_usec) + 2 * RX_OVHD + in radio_rx_chain_delay_get()