Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Dbt8xx.h342 struct bktr_msp_control { struct
349 #define BT848_MSP_READ _IOWR('x', 77, struct bktr_msp_control) /* MSP chip read */ argument
350 #define BT848_MSP_WRITE _IOWR('x', 78, struct bktr_msp_control) /* MSP chip write */
/openbsd/src/sys/dev/pci/bktr/
Dbktr_core.c2088 struct bktr_msp_control *msp; in tuner_ioctl()
2089 msp = (struct bktr_msp_control *) arg; in tuner_ioctl()
2097 struct bktr_msp_control *msp; in tuner_ioctl()
2098 msp = (struct bktr_msp_control *) arg; in tuner_ioctl()