Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/
H A Demu10kx.c403 static uint32_t emu_rd_nolock(struct emu_sc_info *sc, unsigned int regno, unsigned int size);
608 emu_rd_nolock(struct emu_sc_info *sc, unsigned int regno, unsigned int size) in emu_rd_nolock() function
654 val = emu_rd_nolock(sc, EMU_DATA, 4); in emu_rdptr()
692 data |= emu_rd_nolock(sc, EMU_DATA, 4) & ~mask; in emu_wrptr()
710 val = emu_rd_nolock(sc, EMU_DATA2, 4); in emu_rd_p16vptr()
739 emu_rd_nolock(sc, 0x38, 4); in emu_wr_cbptr()
741 emu_rd_nolock(sc, 0x38, 4); in emu_wr_cbptr()
766 rd = emu_rd_nolock(sc, regno, size); in emu_rd()
780 iocfg = emu_rd_nolock(sc, EMU_A_IOCFG, 2); in emu_enable_ir()
792 iocfg = emu_rd_nolock(sc, EMU_HCFG, 4); in emu_enable_ir()