HomeSort by: relevance | last modified time | path
    Searched refs:msp_dpl_read (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/bktr/
bktr_core.h 59 unsigned int msp_dpl_read(bktr_ptr_t bktr, int i2c_addr, unsigned char dev, unsigned int addr);
bktr_audio.c 465 rev1 = msp_dpl_read(bktr, bktr->msp_addr, 0x12, 0x001e);
466 rev2 = msp_dpl_read(bktr, bktr->msp_addr, 0x12, 0x001f);
533 auto_detect = msp_dpl_read(bktr, bktr->msp_addr, 0x10, 0x007e);
548 stereo = msp_dpl_read(bktr, bktr->msp_addr, 0x12, 0x0018);
552 stereo = msp_dpl_read(bktr, bktr->msp_addr, 0x12, 0x0018);
556 stereo = msp_dpl_read(bktr, bktr->msp_addr, 0x12, 0x0018);
614 rev1 = msp_dpl_read(bktr, bktr->dpl_addr, 0x12, 0x001e);
615 rev2 = msp_dpl_read(bktr, bktr->dpl_addr, 0x12, 0x001f);
bktr_core.c 2313 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 in typeref:typename:unsigned int
4187 unsigned int msp_dpl_read(bktr_ptr_t bktr, int i2c_addr, unsigned char dev, unsigned int addr) { function in typeref:typename:unsigned int

Completed in 14 milliseconds