Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/
Denvyreg.h24 #define ENVY_MT_BAR(isht) ((isht) ? 0x14 : 0x1c) argument
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)
Denvy.c1099 if (sc->isht) { in envy_gpio_getstate()
1110 if (sc->isht) { in envy_gpio_setstate()
1121 if (sc->isht) { in envy_gpio_getmask()
1132 if (sc->isht) { in envy_gpio_setmask()
1143 if (sc->isht) { in envy_gpio_getdir()
1154 if (sc->isht) { in envy_gpio_setdir()
1284 if (sc->isht) { in envy_eeprom_gpioxxx()
1442 if (sc->isht) { in envy_reset()
1470 if (sc->isht) { in envy_reset()
1485 if (!sc->isht) in envy_reset()
[all …]
Denvyvar.h64 int isht; /* is a Envy24HT ? */ member