Home
last modified time | relevance | path

Searched refs:oldbit (Results 1 – 3 of 3) sorted by relevance

/drivers/spi/
A Dspi-bitbang-txrx.h55 u32 oldbit = (!(word & (1<<(bits-1)))) << 31; in bitbang_txrx_be_cpha0() local
61 if ((word & (1 << 31)) != oldbit) { in bitbang_txrx_be_cpha0()
63 oldbit = word & (1 << 31); in bitbang_txrx_be_cpha0()
94 if ((word & (1 << 31)) != oldbit) { in bitbang_txrx_be_cpha1()
96 oldbit = word & (1 << 31); in bitbang_txrx_be_cpha1()
120 u32 oldbit = !(word & 1); in bitbang_txrx_le_cpha0() local
126 if ((word & 1) != oldbit) { in bitbang_txrx_le_cpha0()
128 oldbit = word & 1; in bitbang_txrx_le_cpha0()
153 u32 oldbit = !(word & 1); in bitbang_txrx_le_cpha1() local
160 if ((word & 1) != oldbit) { in bitbang_txrx_le_cpha1()
[all …]
/drivers/rapidio/
A Drio-scan.c84 int oldbit; in rio_destid_reserve() local
89 oldbit = test_and_set_bit(destid, idtab->table); in rio_destid_reserve()
91 return oldbit; in rio_destid_reserve()
/drivers/infiniband/hw/hfi1/
A Dsdma.c3234 int oldbit; in sdma_ahg_alloc() local
3246 oldbit = test_and_set_bit(nr, &sde->ahg_bits); in sdma_ahg_alloc()
3247 if (!oldbit) in sdma_ahg_alloc()

Completed in 13 milliseconds