Home
last modified time | relevance | path

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

/sound/soc/samsung/
Ds3c-i2s-v2.c47 #define bit_set(v, b) (((v) & (b)) ? 1 : 0) macro
53 bit_set(con, S3C2412_IISCON_LRINDEX), in dbg_showcon()
54 bit_set(con, S3C2412_IISCON_TXFIFO_EMPTY), in dbg_showcon()
55 bit_set(con, S3C2412_IISCON_RXFIFO_EMPTY), in dbg_showcon()
56 bit_set(con, S3C2412_IISCON_TXFIFO_FULL), in dbg_showcon()
57 bit_set(con, S3C2412_IISCON_RXFIFO_FULL)); in dbg_showcon()
61 bit_set(con, S3C2412_IISCON_TXDMA_PAUSE), in dbg_showcon()
62 bit_set(con, S3C2412_IISCON_RXDMA_PAUSE), in dbg_showcon()
63 bit_set(con, S3C2412_IISCON_TXCH_PAUSE), in dbg_showcon()
64 bit_set(con, S3C2412_IISCON_RXCH_PAUSE)); in dbg_showcon()
[all …]