cheg_softc        200 dev/pci/if_che.c struct cheg_softc {
cheg_softc        221 dev/pci/if_che.c 	sizeof(struct cheg_softc),
cheg_softc        246 dev/pci/if_che.c 	struct cheg_softc	*sc_cheg;
cheg_softc        264 dev/pci/if_che.c int		che_write_flash_reg(struct cheg_softc *, size_t, int,
cheg_softc        266 dev/pci/if_che.c int		che_read_flash_reg(struct cheg_softc *, size_t, int,
cheg_softc        268 dev/pci/if_che.c int		che_read_flash_multi4(struct cheg_softc *, u_int, u_int32_t *,
cheg_softc        270 dev/pci/if_che.c int		che_read_eeprom(struct cheg_softc *, struct pci_attach_args *,
cheg_softc        272 dev/pci/if_che.c int		che_get_vpd(struct cheg_softc *, struct pci_attach_args *,
cheg_softc        276 dev/pci/if_che.c void		che_reset(struct cheg_softc *);
cheg_softc        291 dev/pci/if_che.c u_int32_t 	che_read(struct cheg_softc *, bus_size_t);
cheg_softc        292 dev/pci/if_che.c void		che_write(struct cheg_softc *, bus_size_t, u_int32_t);
cheg_softc        293 dev/pci/if_che.c int		che_waitfor(struct cheg_softc *, bus_size_t, u_int32_t, int);
cheg_softc        296 dev/pci/if_che.c void	che_hw_init(struct cheg_softc *);
cheg_softc        350 dev/pci/if_che.c 	struct cheg_softc *sc = (struct cheg_softc *)self;
cheg_softc        447 dev/pci/if_che.c 	struct cheg_softc *gsc = (struct cheg_softc *)parent;
cheg_softc        496 dev/pci/if_che.c che_write_flash_reg(struct cheg_softc *sc, size_t bcnt, int cont, u_int32_t v)
cheg_softc        509 dev/pci/if_che.c che_read_flash_reg(struct cheg_softc *sc, size_t bcnt, int cont, u_int32_t *vp)
cheg_softc        525 dev/pci/if_che.c che_read_flash_multi4(struct cheg_softc *sc, u_int addr, u_int32_t *datap,
cheg_softc        550 dev/pci/if_che.c che_read_eeprom(struct cheg_softc *sc, struct pci_attach_args *pa,
cheg_softc        583 dev/pci/if_che.c che_get_vpd(struct cheg_softc *sc, struct pci_attach_args *pa,
cheg_softc        651 dev/pci/if_che.c che_reset(struct cheg_softc *sc)
cheg_softc        772 dev/pci/if_che.c che_read(struct cheg_softc *sc, bus_size_t r)
cheg_softc        780 dev/pci/if_che.c che_write(struct cheg_softc *sc, bus_size_t r, u_int32_t v)
cheg_softc        788 dev/pci/if_che.c che_waitfor(struct cheg_softc *sc, bus_size_t r, u_int32_t mask, int tries)
cheg_softc        803 dev/pci/if_che.c che_hw_init(struct cheg_softc *sc)