Lines Matching defs:amd
151 amd_clear_msg_state(struct amd_softc *amd) in amd_clear_msg_state()
220 amdgetsrb(struct amd_softc * amd) in amdgetsrb()
233 amdsetupcommand(struct amd_softc *amd, struct amd_srb *srb) in amdsetupcommand()
263 amdrunwaiting(struct amd_softc *amd) { in amdrunwaiting()
284 struct amd_softc *amd; in amdexecutesrb() local
369 struct amd_softc * amd; in amd_action() local
734 ResetDevParam(struct amd_softc * amd) in ResetDevParam()
747 amdcompletematch(struct amd_softc *amd, target_id_t target, lun_id_t lun, in amdcompletematch()
782 amdsetsync(struct amd_softc *amd, u_int target, u_int clockrate, in amdsetsync()
844 amdsettags(struct amd_softc *amd, u_int target, int tagenb) in amdsettags()
909 amdstart(struct amd_softc *amd, struct amd_srb *pSRB) in amdstart()
982 struct amd_softc *amd; in amd_intr() local
1047 amd_DataOutPhase0(struct amd_softc *amd, struct amd_srb *pSRB, u_int scsistat) in amd_DataOutPhase0()
1086 amd_DataInPhase0(struct amd_softc *amd, struct amd_srb *pSRB, u_int scsistat) in amd_DataInPhase0()
1164 amd_StatusPhase0(struct amd_softc *amd, struct amd_srb *pSRB, u_int scsistat) in amd_StatusPhase0()
1175 amd_MsgOutPhase0(struct amd_softc *amd, struct amd_srb *pSRB, u_int scsistat) in amd_MsgOutPhase0()
1184 amd_MsgInPhase0(struct amd_softc *amd, struct amd_srb *pSRB, u_int scsistat) in amd_MsgInPhase0()
1199 amdparsemsg(struct amd_softc *amd) in amdparsemsg()
1359 amdfindclockrate(struct amd_softc *amd, u_int *period) in amdfindclockrate()
1404 amdsentmsg(struct amd_softc *amd, u_int msgtype, int full) in amdsentmsg()
1442 amdconstructsdtr(struct amd_softc *amd, u_int period, u_int offset) in amdconstructsdtr()
1453 amdhandlemsgreject(struct amd_softc *amd) in amdhandlemsgreject()
1661 amd_DataOutPhase1(struct amd_softc *amd, struct amd_srb *pSRB, u_int scsistat) in amd_DataOutPhase1()
1668 amd_DataInPhase1(struct amd_softc *amd, struct amd_srb *pSRB, u_int scsistat) in amd_DataInPhase1()
1675 DataIO_Comm(struct amd_softc *amd, struct amd_srb *pSRB, u_int ioDir) in DataIO_Comm()
1719 amd_CommandPhase1(struct amd_softc *amd, struct amd_srb *srb, u_int scsistat) in amd_CommandPhase1()
1732 amd_StatusPhase1(struct amd_softc *amd, struct amd_srb *pSRB, u_int scsistat) in amd_StatusPhase1()
1741 amd_MsgOutPhase1(struct amd_softc *amd, struct amd_srb *pSRB, u_int scsistat) in amd_MsgOutPhase1()
1755 amd_MsgInPhase1(struct amd_softc *amd, struct amd_srb *pSRB, u_int scsistat) in amd_MsgInPhase1()
1763 amd_NopPhase(struct amd_softc *amd, struct amd_srb *pSRB, u_int scsistat) in amd_NopPhase()
1769 amd_Disconnect(struct amd_softc * amd) in amd_Disconnect()
1816 amd_Reselect(struct amd_softc *amd) in amd_Reselect()
1859 SRBdone(struct amd_softc *amd, struct amd_srb *pSRB) in SRBdone()
2013 amd_ResetSCSIBus(struct amd_softc * amd) in amd_ResetSCSIBus()
2024 amd_ScsiRstDetect(struct amd_softc * amd) in amd_ScsiRstDetect()
2061 RequestSense(struct amd_softc *amd, struct amd_srb *pSRB) in RequestSense()
2099 amd_InvalidCmd(struct amd_softc * amd) in amd_InvalidCmd()
2109 amd_linkSRB(struct amd_softc *amd) in amd_linkSRB()
2135 amd_EnDisableCE(struct amd_softc *amd, int mode, int *regval) in amd_EnDisableCE()
2150 amd_EEpromOutDI(struct amd_softc *amd, int *regval, int Carry) in amd_EEpromOutDI()
2169 amd_EEpromInDO(struct amd_softc *amd) in amd_EEpromInDO()
2181 EEpromGetData1(struct amd_softc *amd) in EEpromGetData1()
2197 amd_Prepare(struct amd_softc *amd, int *regval, u_int8_t EEpromCmd) in amd_Prepare()
2212 amd_ReadEEprom(struct amd_softc *amd) in amd_ReadEEprom()
2232 amd_load_defaults(struct amd_softc *amd) in amd_load_defaults()
2246 amd_load_eeprom_or_defaults(struct amd_softc *amd) in amd_load_eeprom_or_defaults()
2276 struct amd_softc *amd = device_get_softc(dev); in amd_init() local
2381 struct amd_softc *amd = device_get_softc(dev); in amd_attach() local