Searched defs:fdctlr (Results 1 – 1 of 1) sorted by relevance
269 struct fdctlr { struct270 struct fdctlr *c_next; /* next in a linked list */ argument271 union fdcreg *c_reg; /* controller registers */272 volatile uchar_t *c_control; /* addr of c_reg->fdc_control */273 uchar_t *c_fifo; /* addr of c_reg->fdc_fifo */274 uchar_t *c_dor; /* addr of c_reg->fdc_dor (077) */275 uchar_t *c_dir; /* addr of c_reg->fdc_dir (077) */276 caddr_t *c_dma_regs; /* DMA engine registers */277 uint_t c_fdtype; /* type of ctlr */278 uint_t *c_hiintct; /* for convenience.. */[all …]