Searched refs:c_reg (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun/sys/
H A Dfdvar.h271 union fdcreg *c_reg; /* controller registers */ member in struct:fdctlr
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) */
/illumos-gate/usr/src/uts/common/sys/
H A Decppvar.h67 struct config_reg *c_reg; /* configuration registers */ member in struct:ecpp_ebus
/illumos-gate/usr/src/uts/common/io/
H A Decpp.c5383 if (ddi_regs_map_setup(pp->dip, 1, (caddr_t *)&pp->uh.ebus.c_reg, 0,
5386 ecpp_error(pp->dip, "pc87332_map_regs: failed c_reg\n");
5440 PP_PUTB(pp->uh.ebus.c_handle, &pp->uh.ebus.c_reg->index, reg_num);
5441 retval = PP_GETB(pp->uh.ebus.c_handle, &pp->uh.ebus.c_reg->data);
5449 PP_PUTB(pp->uh.ebus.c_handle, &pp->uh.ebus.c_reg->index, reg_num);
5450 PP_PUTB(pp->uh.ebus.c_handle, &pp->uh.ebus.c_reg->data, val);
5458 PP_PUTB(pp->uh.ebus.c_handle, &pp->uh.ebus.c_reg->data, val);
/illumos-gate/usr/src/uts/sun/io/
H A Dfd.c844 (uchar_t *)&fdc->c_reg->fdc_82077_reg.fdc_control;
845 fdc->c_fifo = (uchar_t *)&fdc->c_reg->fdc_82077_reg.fdc_fifo;
846 fdc->c_dor = (uchar_t *)&fdc->c_reg->fdc_82077_reg.fdc_dor;
847 fdc->c_dir = (uchar_t *)&fdc->c_reg->fdc_82077_reg.fdc_dir;
891 if (ddi_regs_map_setup(dip, 0, (caddr_t *)&fdc->c_reg,

Completed in 88 milliseconds