Searched refs:azx_readl (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_controller.h | 174 #define azx_readl(chip, reg) \ macro
|
H A D | hda_controller.c | 877 azx_bus(chip)->rirb.res[addr] = azx_readl(chip, IR); in azx_single_wait_for_response() 1127 status = azx_readl(chip, INTSTS); in azx_interrupt()
|
H A D | hda_intel.c | 492 val = azx_readl(chip, VS_EM4L); in bxt_reduce_dma_latency() 693 wallclk = azx_readl(chip, WALLCLK) - azx_dev->core.start_wallclk; in azx_position_ok()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_controller.h | 168 #define azx_readl(chip, reg) \ macro
|
H A D | hda_controller.c | 848 azx_bus(chip)->rirb.res[addr] = azx_readl(chip, IR); in azx_single_wait_for_response() 1084 status = azx_readl(chip, INTSTS); in azx_interrupt()
|
H A D | hda_intel.c | 445 val = azx_readl(chip, VS_EM4L); in bxt_reduce_dma_latency() 653 wallclk = azx_readl(chip, WALLCLK) - azx_dev->core.start_wallclk; in azx_position_ok()
|
Completed in 14 milliseconds