Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/bktr/
H A Dbktr_audio.c465 rev1 = msp_dpl_read(bktr, bktr->msp_addr, 0x12, 0x001e); in msp_read_id()
466 rev2 = msp_dpl_read(bktr, bktr->msp_addr, 0x12, 0x001f); in msp_read_id()
533 auto_detect = msp_dpl_read(bktr, bktr->msp_addr, 0x10, 0x007e); in msp_autodetect()
548 stereo = msp_dpl_read(bktr, bktr->msp_addr, 0x12, 0x0018); in msp_autodetect()
552 stereo = msp_dpl_read(bktr, bktr->msp_addr, 0x12, 0x0018); in msp_autodetect()
556 stereo = msp_dpl_read(bktr, bktr->msp_addr, 0x12, 0x0018); in msp_autodetect()
614 rev1 = msp_dpl_read(bktr, bktr->dpl_addr, 0x12, 0x001e); in dpl_read_id()
615 rev2 = msp_dpl_read(bktr, bktr->dpl_addr, 0x12, 0x001f); in dpl_read_id()
H A Dbktr_core.h59 unsigned int msp_dpl_read(bktr_ptr_t bktr, int i2c_addr, unsigned char dev, unsigned int addr);
H A Dbktr_core.c2313 msp->data = msp_dpl_read(bktr, bktr->msp_addr,
3929 msp_dpl_read(bktr_ptr_t bktr, int i2c_addr, unsigned char dev, unsigned int addr) function
4187 unsigned int msp_dpl_read(bktr_ptr_t bktr, int i2c_addr, unsigned char dev, unsigned int addr) { function