Searched refs:bktr_msp_control (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/bktr/
H A Dioctl_bt848.h152 struct bktr_msp_control { struct
159 #define BT848_MSP_READ _IOWR('x', 77, struct bktr_msp_control) /* MSP chip read */
160 #define BT848_MSP_WRITE _IOWR('x', 78, struct bktr_msp_control) /* MSP chip write */
H A Dbktr_core.c2325 struct bktr_msp_control *msp;
2326 msp = (struct bktr_msp_control *) arg;
2334 struct bktr_msp_control *msp;
2335 msp = (struct bktr_msp_control *) arg;

Completed in 113 milliseconds