Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/au88x0/
H A Dau8820.h50 #define VORTEX_ADB_SR 0x10a00 /* Samplerates enable/disable */ macro
H A Dau8810.h53 #define VORTEX_ADB_SR 0x28400 /* Samplerates enable/disable */ macro
H A Dau8830.h67 #define VORTEX_ADB_SR 0x28400 /* Samplerates enable/disable */ macro
H A Dau88x0_core.c1604 hwwrite(vortex->mmio, VORTEX_ADB_SR, 0); in vortex_adb_init()
1618 hwwrite(vortex->mmio, VORTEX_ADB_SR, in vortex_adb_en_sr()
1619 hwread(vortex->mmio, VORTEX_ADB_SR) | (0x1 << channel)); in vortex_adb_en_sr()
1624 hwwrite(vortex->mmio, VORTEX_ADB_SR, in vortex_adb_dis_sr()
1625 hwread(vortex->mmio, VORTEX_ADB_SR) & ~(0x1 << channel)); in vortex_adb_dis_sr()