Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/ingenic/
H A Djz4780_codec.h38 #define RGADW_RGDIN_S 0 /* CODEC register data to write */ macro
39 #define RGADW_RGDIN_M (0xff << RGADW_RGDIN_S)
H A Djz4780_codec.c90 tmp |= (val << RGADW_RGDIN_S); in codec_write()