Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Drate.c46 {6500, 13500, CEIL(6500 * 10, 9), CEIL(13500 * 10, 9), 0x00,
49 {13000, 27000, CEIL(13000 * 10, 9), CEIL(27000 * 10, 9), 0x08,
52 {19500, 40500, CEIL(19500 * 10, 9), CEIL(40500 * 10, 9), 0x0A,
55 {26000, 54000, CEIL(26000 * 10, 9), CEIL(54000 * 10, 9), 0x10,
58 {39000, 81000, CEIL(39000 * 10, 9), CEIL(81000 * 10, 9), 0x12,
61 {52000, 108000, CEIL(52000 * 10, 9), CEIL(108000 * 10, 9), 0x19,
64 {58500, 121500, CEIL(58500 * 10, 9), CEIL(121500 * 10, 9), 0x1A,
67 {65000, 135000, CEIL(65000 * 10, 9), CEIL(135000 * 10, 9), 0x1C,
70 {13000, 27000, CEIL(13000 * 10, 9), CEIL(27000 * 10, 9), 0x40,
73 {26000, 54000, CEIL(26000 * 10, 9), CEIL(54000 * 10, 9), 0x48,
[all …]
H A Dtypes.h275 #define CEIL(x, y) (((x) + ((y)-1)) / (y)) macro
H A Dmain.c633 CEIL((APHY_SERVICE_NBITS + 8 * mac_len + in brcms_c_calc_frame_time()
639 CEIL((APHY_SERVICE_NBITS + 8 * mac_len + in brcms_c_calc_frame_time()
652 CEIL((APHY_SERVICE_NBITS + 8 * mac_len + APHY_TAIL_NBITS), in brcms_c_calc_frame_time()
7158 CEIL((APHY_SERVICE_NBITS + 8 * mac_len + in brcms_c_calc_lsig_len()
7164 CEIL((APHY_SERVICE_NBITS + 8 * mac_len + in brcms_c_calc_lsig_len()
/linux/drivers/gpu/drm/msm/dsi/phy/
H A Ddsi_phy_14nm.c164 #define CEIL(x, y) (((x) + ((y) - 1)) / (y)) macro
176 ssc_period = CEIL(period, ssc_period); in pll_14nm_ssc_calc()