Searched refs:SUPERIO_ACCESSOR (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/superio/ |
H A D | superio.h | 71 #define SUPERIO_ACCESSOR(var, ivar, type) \ macro 74 SUPERIO_ACCESSOR(ldn, LDN, uint8_t) 75 SUPERIO_ACCESSOR(type, TYPE, superio_dev_type_t) 76 SUPERIO_ACCESSOR(iobase, IOBASE, uint16_t) 77 SUPERIO_ACCESSOR(iobase2, IOBASE2, uint16_t) 78 SUPERIO_ACCESSOR(irq, IRQ, uint8_t) 79 SUPERIO_ACCESSOR(dma, DMA, uint8_t) 81 #undef SUPERIO_ACCESSOR
|