Searched refs:CLEAR_BIT (Results 1 – 8 of 8) sorted by relevance
24 CLEAR_BIT(8); in DisableVGA()44 CLEAR_BIT(31); in StopVTG()54 CLEAR_BIT(0); in StartVTG()55 CLEAR_BIT(2); in StartVTG()
38 CLEAR_BIT(1); in InitialiseRamdac()132 CLEAR_BIT(0); in InitialiseRamdac()137 CLEAR_BIT(8); in InitialiseRamdac()
252 CLEAR_BIT(0); in SetCoreClockPLL()257 CLEAR_BIT(0); in SetCoreClockPLL()
86 CLEAR_BIT(31); in ResetOverlayRegisters()179 CLEAR_BIT(31); /* Overlay format to Linear */ in CreateOverlaySurface()
32 #define CLEAR_BIT(n) (tmp &= ~(1<<n)) macro
34 #define CLEAR_BIT(v,b) ( (v) &= ~(0x01<<b) ) macro203 CLEAR_BIT(sc->beacon_usage, avl_bcn_type); in ssv6xxx_beacon_set()255 CLEAR_BIT(sc->beacon_usage, SSV6xxx_BEACON_0); in ssv6xxx_beacon_release()260 CLEAR_BIT(sc->beacon_usage, SSV6xxx_BEACON_1); in ssv6xxx_beacon_release()
17 #define CLEAR_BIT(data, bit) ((data) & (~(0x1 << (bit)))) macro
40 #define CLEAR_BIT 1 macro592 __raw_writel(CLEAR_BIT, addr); in setbit_and_wait_for_clear32()593 while (__raw_readl(addr) & CLEAR_BIT) in setbit_and_wait_for_clear32()