Searched refs:oldbit (Results 1 – 3 of 3) sorted by relevance
53 u32 oldbit = (!(word & (1<<(bits-1)))) << 31; in bitbang_txrx_be_cpha0() local59 if ((word & (1 << 31)) != oldbit) { in bitbang_txrx_be_cpha0()61 oldbit = word & (1 << 31); in bitbang_txrx_be_cpha0()85 u32 oldbit = (!(word & (1<<(bits-1)))) << 31; in bitbang_txrx_be_cpha1() local92 if ((word & (1 << 31)) != oldbit) { in bitbang_txrx_be_cpha1()94 oldbit = word & (1 << 31); in bitbang_txrx_be_cpha1()
84 int oldbit; in rio_destid_reserve() local89 oldbit = test_and_set_bit(destid, idtab->table); in rio_destid_reserve()91 return oldbit; in rio_destid_reserve()
3293 int oldbit; in sdma_ahg_alloc() local3305 oldbit = test_and_set_bit(nr, &sde->ahg_bits); in sdma_ahg_alloc()3306 if (!oldbit) in sdma_ahg_alloc()