Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/ingenic/
H A Djz4780_codec.h35 #define RGADW_RGWR (1 << 16) /* Issue a write command to CODEC */ macro
H A Djz4780_codec.c91 tmp |= RGADW_RGWR; in codec_write()
95 while(READ4(sc, CODEC_RGADW) & RGADW_RGWR) in codec_write()