Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwcd9335.c52 #define WCD9335_SLIM_PGD_PORT_INT_TX_EN0 (WCD9335_SLIM_PGD_PORT_INT_EN0 + 2)
2997 reg = WCD9335_SLIM_PGD_PORT_INT_EN0 + (port_num / 8); in wcd9335_codec_enable_int_port()
3980 reg = WCD9335_SLIM_PGD_PORT_INT_EN0 + in wcd9335_slimbus_irq()
4008 reg = WCD9335_SLIM_PGD_PORT_INT_EN0 + in wcd9335_slimbus_irq()
4065 regmap_write(wcd->if_regmap, WCD9335_SLIM_PGD_PORT_INT_EN0 + i, in wcd9335_setup_irqs()
4077 regmap_write(wcd->if_regmap, WCD9335_SLIM_PGD_PORT_INT_EN0 + i, in wcd9335_teardown_irqs()
H A Dwcd9335.h607 #define WCD9335_SLIM_PGD_PORT_INT_EN0 WCD9335_REG(0, 0x30) macro