Home | History | Annotate | Download | only in bktr

Lines Matching defs:msp

2308 	/* I2C ioctls to allow userland access to the MSP chip */
2311 struct bktr_msp_control *msp;
2312 msp = (struct bktr_msp_control *) arg;
2313 msp->data = msp_dpl_read(bktr, bktr->msp_addr,
2314 msp->function, msp->address);
2320 struct bktr_msp_control *msp;
2321 msp = (struct bktr_msp_control *) arg;
2322 msp_dpl_write(bktr, bktr->msp_addr, msp->function,
2323 msp->address, msp->data);
3903 /* Write to the MSP or DPL registers */
3927 /* Read from the MSP or DPL registers */
3956 /* Reset the MSP or DPL chip */
3958 * MSP and/or DPL audio in another operating system first (eg in Windows)
4166 /* Write to the MSP or DPL registers */
4186 /* Read from the MSP or DPL registers */
4209 /* Reset the MSP or DPL chip */
4211 * MSP audio in another operating system first (eg in Windows)