Home
last modified time | relevance | path

Searched defs:reg_bit (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/raid/dpt/
H A Ddpt.h388 typedef struct reg_bit { /* reading this one will clear the interrupt */ struct
389 u_int8_t error :1, /* previous command ended in an error */
390 more :1, /* More DATA coming soon Poll BSY & DRQ (PIO) */
391 corr :1, /* data read was successfully corrected with ECC */
415 struct reg_bit status; /* R, see register_bit1 */ argument
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_gpio.c426 int i, reg_bit; in ar9300_gpio_set_intr() local