Home | History | Annotate | Download | only in pci

Lines Matching defs:trm_softc

257 struct trm_softc {
336 static int trm_init(struct trm_softc *);
340 static void trm_update_xfer_mode(struct trm_softc *, int);
341 static void trm_sched(struct trm_softc *);
342 static int trm_select(struct trm_softc *, struct trm_srb *);
343 static void trm_reset(struct trm_softc *);
347 static void trm_dataout_phase0(struct trm_softc *, int);
348 static void trm_datain_phase0(struct trm_softc *, int);
349 static void trm_status_phase0(struct trm_softc *);
350 static void trm_msgin_phase0(struct trm_softc *);
351 static void trm_command_phase1(struct trm_softc *);
352 static void trm_status_phase1(struct trm_softc *);
353 static void trm_msgout_phase1(struct trm_softc *);
354 static void trm_msgin_phase1(struct trm_softc *);
356 static void trm_dataio_xfer(struct trm_softc *, int);
357 static void trm_disconnect(struct trm_softc *);
358 static void trm_reselect(struct trm_softc *);
359 static void trm_done(struct trm_softc *, struct trm_srb *);
360 static int trm_request_sense(struct trm_softc *, struct trm_srb *);
361 static void trm_dequeue(struct trm_softc *, struct trm_srb *);
363 static void trm_scsi_reset_detect(struct trm_softc *);
364 static void trm_reset_scsi_bus(struct trm_softc *);
366 static void trm_check_eeprom(struct trm_softc *, struct trm_nvram *);
367 static void trm_eeprom_read_all(struct trm_softc *, struct trm_nvram *);
368 static void trm_eeprom_write_all(struct trm_softc *, struct trm_nvram *);
369 static void trm_eeprom_set_data(struct trm_softc *, uint8_t, uint8_t);
370 static void trm_eeprom_write_cmd(struct trm_softc *, uint8_t, uint8_t);
371 static uint8_t trm_eeprom_get_data(struct trm_softc *, uint8_t);
373 CFATTACH_DECL_NEW(trm, sizeof(struct trm_softc),
408 struct trm_softc *sc = device_private(self);
512 trm_init(struct trm_softc *sc)
687 struct trm_softc *sc;
852 trm_update_xfer_mode(struct trm_softc *sc, int target)
881 trm_sched(struct trm_softc *sc)
966 trm_select(struct trm_softc *sc, struct trm_srb *srb)
1054 trm_reset(struct trm_softc *sc)
1097 struct trm_softc *sc;
1134 struct trm_softc *sc;
1244 trm_msgout_phase1(struct trm_softc *sc)
1318 trm_command_phase1(struct trm_softc *sc)
1344 trm_dataout_phase0(struct trm_softc *sc, int stat)
1457 trm_datain_phase0(struct trm_softc *sc, int stat)
1542 trm_dataio_xfer(struct trm_softc *sc, int iodir)
1624 trm_status_phase0(struct trm_softc *sc)
1647 trm_status_phase1(struct trm_softc *sc)
1680 trm_msgin_phase0(struct trm_softc *sc)
1979 trm_msgin_phase1(struct trm_softc *sc)
2000 trm_disconnect(struct trm_softc *sc)
2083 trm_reselect(struct trm_softc *sc)
2164 trm_done(struct trm_softc *sc, struct trm_srb *srb)
2275 trm_request_sense(struct trm_softc *sc, struct trm_srb *srb)
2337 trm_dequeue(struct trm_softc *sc, struct trm_srb *srb)
2358 trm_reset_scsi_bus(struct trm_softc *sc)
2383 trm_scsi_reset_detect(struct trm_softc *sc)
2413 trm_check_eeprom(struct trm_softc *sc, struct trm_nvram *eeprom)
2479 trm_eeprom_write_all(struct trm_softc *sc, struct trm_nvram *eeprom)
2516 trm_eeprom_set_data(struct trm_softc *sc, uint8_t addr, uint8_t data)
2571 trm_eeprom_read_all(struct trm_softc *sc, struct trm_nvram *eeprom)
2598 trm_eeprom_get_data(struct trm_softc *sc, uint8_t addr)
2636 trm_eeprom_write_cmd(struct trm_softc *sc, uint8_t cmd, uint8_t addr)