Searched refs:isht (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/dev/pci/
H A Denvyreg.h24 #define ENVY_MT_BAR(isht) ((isht) ? 0x14 : 0x1c)
93 #define ENVY_EEPROM_GPIOMASK(s) ((s)->isht ? 13 : 10)
94 #define ENVY_EEPROM_GPIOST(s) ((s)->isht ? 16 : 11)
95 #define ENVY_EEPROM_GPIODIR(s) ((s)->isht ? 10 : 12)
100 #define ENVY_MIDISTAT_IEMPTY(s) ((s)->isht ? 0x8 : 0x80)
101 #define ENVY_MIDISTAT_OBUSY(s) ((s)->isht ? 0x4 : 0x40)
133 #define ENVY_MT_PBLKSZ(s) ((s)->isht ? 0x1c : 0x16)
136 #define ENVY_MT_CTL_RSTART(s) ((s)->isht ? 0x02 : 0x04)
H A Denvyvar.h64 int isht; /* is a Envy24HT ? */ member in struct:envy_softc
H A Denvy.c23 * - use eeprom version rather isht flag
1099 if (sc->isht) {
1110 if (sc->isht) {
1121 if (sc->isht) {
1132 if (sc->isht) {
1143 if (sc->isht) {
1154 if (sc->isht) {
1284 if (sc->isht) {
1442 if (sc->isht) {
1470 if (sc->isht) {
[all...]

Completed in 209 milliseconds