HomeSort by: relevance | last modified time | path
    Searched refs:hc_portwrite (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/dev/hpc/
hpciovar.h 44 void (*hc_portwrite)(hpcio_chip_t, int, int); member in struct:hpcio_chip
65 ((*(hc)->hc_portwrite)((hc), (port), (data)))
  /src/sys/arch/hpcmips/dev/
optpoint.c 218 (*hc->hc_portwrite)(hc, TELIOS_MFIO_OPTP_C_REQ, 1);
219 (*hc->hc_portwrite)(hc, TELIOS_MFIO_OPTP_T_RDY, 1);
239 (*hc->hc_portwrite)(hc, TELIOS_MFIO_OPTP_C_REQ, 0);
240 (*hc->hc_portwrite)(hc, TELIOS_MFIO_OPTP_T_RDY, 0);
271 (*hc->hc_portwrite)(hc, TELIOS_MFIO_OPTP_C_REQ, 1);
272 (*hc->hc_portwrite)(hc, TELIOS_MFIO_OPTP_T_RDY, 1);
281 (*hc->hc_portwrite)(hc, TELIOS_MFIO_OPTP_C_REQ, 0);
282 (*hc->hc_portwrite)(hc, TELIOS_MFIO_OPTP_T_RDY, 1);
ucbio.c 109 hc->hc_portwrite = betty_out;
  /src/sys/arch/hpcmips/tx/
tx39io.c 133 io_hc->hc_portwrite = tx391x_io_out;
139 io_hc->hc_portwrite = tx392x_io_out;
150 mfio_hc->hc_portwrite = mfio_out;
  /src/sys/arch/hpcmips/vr/
vr4181giu.c 91 .hc_portwrite = vr4181giu_port_write,
vrgiu.c 169 .hc_portwrite = vrgiu_port_write,
vrc4172gpio.c 125 .hc_portwrite = vrc4172gpio_port_write,

Completed in 14 milliseconds