Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/ingenic/
H A Djz4780_codec.h36 #define RGADW_RGADDR_S 8 /* CODEC register's address. */ macro
37 #define RGADW_RGADDR_M (0x7f << RGADW_RGADDR_S)
H A Djz4780_codec.c89 tmp = (reg << RGADW_RGADDR_S); in codec_write()
110 tmp = (reg << RGADW_RGADDR_S); in codec_read()