Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/bktr/
H A Dbktr_audio.c82 msp_dpl_reset( bktr, bktr->msp_addr ); in init_audio_devices()
420 rev1 = msp_dpl_read(bktr, bktr->msp_addr, 0x12, 0x001e); in msp_read_id()
421 rev2 = msp_dpl_read(bktr, bktr->msp_addr, 0x12, 0x001f); in msp_read_id()
488 auto_detect = msp_dpl_read(bktr, bktr->msp_addr, 0x10, 0x007e); in msp_autodetect()
503 stereo = msp_dpl_read(bktr, bktr->msp_addr, 0x12, 0x0018); in msp_autodetect()
507 stereo = msp_dpl_read(bktr, bktr->msp_addr, 0x12, 0x0018); in msp_autodetect()
511 stereo = msp_dpl_read(bktr, bktr->msp_addr, 0x12, 0x0018); in msp_autodetect()
520 msp_dpl_write(bktr, bktr->msp_addr, 0x12, 0x0005,0x3f28); in msp_autodetect()
533 msp_dpl_write(bktr, bktr->msp_addr, 0x12, 0x0005,0x3f08); in msp_autodetect()
542 msp_dpl_write(bktr, bktr->msp_addr, 0x12, 0x000b,0x0020);/* I2S */ in msp_autodetect()
[all …]
H A Dbktr_card.c1258 bktr->msp_addr = MSP3400C_WADDR; in probeCard()
1262 bktr->msp_addr); in probeCard()
H A Dbktr_reg.h624 int msp_addr; /* MSP i2c address */ member
H A Dbktr_core.c2090 msp->data = msp_dpl_read(bktr, bktr->msp_addr, in tuner_ioctl()
2099 msp_dpl_write(bktr, bktr->msp_addr, msp->function, in tuner_ioctl()
2105 msp_dpl_reset(bktr, bktr->msp_addr); in tuner_ioctl()