Home
last modified time | relevance | path

Searched refs:ENTRY_PER_LINE (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/bt/msm8996/libbt-vendor/src/
Dhw_ar3k.c427 #define ENTRY_PER_LINE 16 macro
633 read_count = (byte_count > ENTRY_PER_LINE) ? in ath_parse_ps()
634 ENTRY_PER_LINE : byte_count; in ath_parse_ps()
642 if (byte_count > ENTRY_PER_LINE) in ath_parse_ps()
643 byte_count -= ENTRY_PER_LINE; in ath_parse_ps()
/hardware/qcom/bt/msm8992/libbt-vendor/src/
Dhw_ar3k.c425 #define ENTRY_PER_LINE 16 macro
631 read_count = (byte_count > ENTRY_PER_LINE) ? in ath_parse_ps()
632 ENTRY_PER_LINE : byte_count; in ath_parse_ps()
640 if (byte_count > ENTRY_PER_LINE) in ath_parse_ps()
641 byte_count -= ENTRY_PER_LINE; in ath_parse_ps()
/hardware/qcom/bt/msm8909/libbt-vendor/src/
Dhw_ar3k.c425 #define ENTRY_PER_LINE 16 macro
631 read_count = (byte_count > ENTRY_PER_LINE) ? in ath_parse_ps()
632 ENTRY_PER_LINE : byte_count; in ath_parse_ps()
640 if (byte_count > ENTRY_PER_LINE) in ath_parse_ps()
641 byte_count -= ENTRY_PER_LINE; in ath_parse_ps()
/hardware/qcom/bt/msm8998/libbt-vendor/src/
Dhw_ar3k.c428 #define ENTRY_PER_LINE 16 macro
634 read_count = (byte_count > ENTRY_PER_LINE) ? in ath_parse_ps()
635 ENTRY_PER_LINE : byte_count; in ath_parse_ps()
643 if (byte_count > ENTRY_PER_LINE) in ath_parse_ps()
644 byte_count -= ENTRY_PER_LINE; in ath_parse_ps()