Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/isdn/hisax/
Dhfc4s8s_l1.c897 int cnt, max, hdlc_num; in tx_b_frame() local
910 hdlc_num = Read_hfc8(l1->hw, A_F1) & MAX_F_CNT; in tx_b_frame()
911 hdlc_num -= in tx_b_frame()
913 if (hdlc_num < 0) in tx_b_frame()
914 hdlc_num += 16; in tx_b_frame()
915 if (hdlc_num >= 15) in tx_b_frame()
918 hdlc_num = 0; in tx_b_frame()
931 if (!hdlc_num) in tx_b_frame()