Searched refs:lastValue (Results 1 – 1 of 1) sorted by relevance
136 u32 lastValue; in Ft_setBit32() local137 lastValue = Ft_in32(addr); in Ft_setBit32()138 lastValue |= value; in Ft_setBit32()139 Ft_out32(addr, lastValue); in Ft_setBit32()154 u32 lastValue; in Ft_clearBit32() local155 lastValue = Ft_in32(addr); in Ft_clearBit32()156 lastValue &= ~value; in Ft_clearBit32()157 Ft_out32(addr, lastValue); in Ft_clearBit32()
Completed in 5 milliseconds