Lines Matching full:ll
35 #define TEA5777_W_MUTE_MASK (1LL << 47)
37 #define TEA5777_W_AM_FM_MASK (1LL << 46)
39 #define TEA5777_W_STB_MASK (1LL << 45)
42 #define TEA5777_W_IFCE_MASK (1LL << 29)
44 #define TEA5777_W_IFW_MASK (1LL << 28)
46 #define TEA5777_W_HILO_MASK (1LL << 27)
48 #define TEA5777_W_DBUS_MASK (1LL << 26)
51 #define TEA5777_W_INTEXT_MASK (1LL << 24)
53 #define TEA5777_W_P1_MASK (1LL << 23)
55 #define TEA5777_W_P0_MASK (1LL << 22)
57 #define TEA5777_W_PEN1_MASK (1LL << 21)
59 #define TEA5777_W_PEN0_MASK (1LL << 20)
62 #define TEA5777_W_CHP0_MASK (1LL << 18)
64 #define TEA5777_W_DEEM_MASK (1LL << 17)
67 #define TEA5777_W_SEARCH_MASK (1LL << 7)
69 #define TEA5777_W_PROGBLIM_MASK (1LL << 6)
71 #define TEA5777_W_UPDWN_MASK (1LL << 5)
73 #define TEA5777_W_SLEV_MASK (3LL << 3)
81 #define TEA5777_W_FM_FREF_VALUE 0LL /* 50k steps, 150k IF */
83 #define TEA5777_W_FM_FORCEMONO_MASK (1LL << 15)
85 #define TEA5777_W_FM_SDSOFF_MASK (1LL << 14)
87 #define TEA5777_W_FM_DOFF_MASK (1LL << 13)
90 #define TEA5777_W_FM_STEP_MASK (3LL << 1)
96 #define TEA5777_W_AM_AGCRF_MASK (1LL << 33)
98 #define TEA5777_W_AM_AGCIF_MASK (1LL << 32)
100 #define TEA5777_W_AM_MWLW_MASK (1LL << 31)
102 #define TEA5777_W_AM_LW 0LL
103 #define TEA5777_W_AM_MW 1LL
104 #define TEA5777_W_AM_LNA_MASK (1LL << 30)
107 #define TEA5777_W_AM_PEAK_MASK (1LL << 25)
110 #define TEA5777_W_AM_RFB_MASK (1LL << 16)
112 #define TEA5777_W_AM_CALLIGN_MASK (1LL << 15)
117 #define TEA5777_W_AM_DELAY_MASK (1LL << 2)
119 #define TEA5777_W_AM_STEP_MASK (1LL << 1)
193 tea->write_reg |= 1LL << TEA5777_W_FM_FORCEMONO_SHIFT; in radio_tea5777_set_freq()
197 tea->write_reg |= (1LL << TEA5777_W_AM_FM_SHIFT); in radio_tea5777_set_freq()
206 tea->write_reg |= 1LL << TEA5777_W_AM_LNA_SHIFT; in radio_tea5777_set_freq()
208 tea->write_reg |= 1LL << TEA5777_W_AM_PEAK_SHIFT; in radio_tea5777_set_freq()
534 tea->write_reg = (1LL << TEA5777_W_IFCE_SHIFT) | in radio_tea5777_init()
535 (1LL << TEA5777_W_IFW_SHIFT) | in radio_tea5777_init()
536 (1LL << TEA5777_W_INTEXT_SHIFT) | in radio_tea5777_init()
537 (1LL << TEA5777_W_CHP0_SHIFT) | in radio_tea5777_init()
538 (1LL << TEA5777_W_SLEV_SHIFT); in radio_tea5777_init()