Home
last modified time | relevance | path

Searched refs:bit_set (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/sound/soc/samsung/
Ds3c-i2s-v2.c55 #define bit_set(v, b) (((v) & (b)) ? 1 : 0) macro
61 bit_set(con, S3C2412_IISCON_LRINDEX), in dbg_showcon()
62 bit_set(con, S3C2412_IISCON_TXFIFO_EMPTY), in dbg_showcon()
63 bit_set(con, S3C2412_IISCON_RXFIFO_EMPTY), in dbg_showcon()
64 bit_set(con, S3C2412_IISCON_TXFIFO_FULL), in dbg_showcon()
65 bit_set(con, S3C2412_IISCON_RXFIFO_FULL)); in dbg_showcon()
69 bit_set(con, S3C2412_IISCON_TXDMA_PAUSE), in dbg_showcon()
70 bit_set(con, S3C2412_IISCON_RXDMA_PAUSE), in dbg_showcon()
71 bit_set(con, S3C2412_IISCON_TXCH_PAUSE), in dbg_showcon()
72 bit_set(con, S3C2412_IISCON_RXCH_PAUSE)); in dbg_showcon()
[all …]
/linux-3.4.99/fs/xfs/
Dxfs_buf_item.c64 uint bit_set; in xfs_buf_item_log_debug() local
76 bit_set = *wordp & (1 << bit_num); in xfs_buf_item_log_debug()
77 ASSERT(bit_set); in xfs_buf_item_log_debug()