Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/hda/
Dhda_controller.c1004 azx_writeb(chip, CORBSIZE, 0x02); in azx_init_cmd_io()
1032 azx_writeb(chip, CORBCTL, AZX_CORBCTL_RUN); in azx_init_cmd_io()
1043 azx_writeb(chip, RIRBSIZE, 0x02); in azx_init_cmd_io()
1052 azx_writeb(chip, RIRBCTL, AZX_RBCTL_DMA_EN | AZX_RBCTL_IRQ_EN); in azx_init_cmd_io()
1060 azx_writeb(chip, RIRBCTL, 0); in azx_free_cmd_io()
1061 azx_writeb(chip, CORBCTL, 0); in azx_free_cmd_io()
1539 azx_writeb(chip, GCTL, azx_readb(chip, GCTL) | AZX_GCTL_RESET); in azx_exit_link_reset()
1614 azx_writeb(chip, INTCTL, 0); in azx_int_disable()
1636 azx_writeb(chip, RIRBSTS, RIRB_INT_MASK); in azx_int_clear()
1745 azx_writeb(chip, RIRBSTS, RIRB_INT_MASK); in azx_interrupt()
Dhda_controller.h388 #define azx_writeb(chip, reg, value) \ macro