Searched refs:amd_softc (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/sys/dev/disk/amd/ |
H A D | amd.c | 85 typedef u_int (phase_handler_t)(struct amd_softc *, struct amd_srb *, u_int); 89 static int amdstart(struct amd_softc *amd, struct amd_srb * pSRB); 105 static void amdsetupcommand(struct amd_softc *amd, struct amd_srb *srb); 106 static int amdparsemsg(struct amd_softc *amd); 107 static int amdhandlemsgreject(struct amd_softc *amd); 108 static void amdconstructsdtr(struct amd_softc *amd, 110 static u_int amdfindclockrate(struct amd_softc *amd, u_int *period); 111 static int amdsentmsg(struct amd_softc *amd, u_int msgtype, int full); 113 static void DataIO_Comm(struct amd_softc *amd, struct amd_srb *pSRB, u_int dir); 114 static void amd_Disconnect(struct amd_softc *amd); [all …]
|
H A D | amd.h | 196 struct amd_softc { struct
|