Home | History | Annotate | Download | only in ic

Lines Matching defs:uint32_t

89 	int		(*dv_rd_isr) (ispsoftc_t *, uint32_t *, uint16_t *, uint16_t *);
90 uint32_t (*dv_rd_reg) (ispsoftc_t *, int);
91 void (*dv_wr_reg) (ispsoftc_t *, int, uint32_t);
94 void (*dv_dmaclr) (ispsoftc_t *, XS_T *, uint32_t);
199 uint32_t : 8,
222 uint32_t
339 uint32_t handle; /* handle associated with this command */
446 uint32_t reserved : 5,
450 uint32_t
457 uint32_t gone_timer;
477 uint32_t
489 uint32_t : 8,
597 uint32_t isp_maxluns; /* maximum luns supported */
599 uint32_t isp_clock : 8, /* input clock */
610 uint32_t isp_confopts; /* config options */
612 uint32_t isp_rqstinrp; /* register for REQINP */
613 uint32_t isp_rqstoutrp; /* register for REQOUTP */
614 uint32_t isp_respinrp; /* register for RESINP */
615 uint32_t isp_respoutrp; /* register for RESOUTP */
634 volatile uint32_t : 8,
642 volatile uint32_t isp_reqodx; /* index of last ISP pickup */
643 volatile uint32_t isp_reqidx; /* index of next request */
644 volatile uint32_t isp_residx; /* index of next result */
645 volatile uint32_t isp_resodx; /* index of next result */
646 volatile uint32_t isp_obits; /* mailbox command output */
647 volatile uint32_t isp_serno; /* rolling serial number */
850 #define DMA_LO32(x) ((uint32_t) (x))
851 #define DMA_HI32(x) ((uint32_t)(((uint64_t)x) >> 32))
879 void isp_intr(ispsoftc_t *, uint32_t, uint16_t, uint16_t);
1132 * ISP_IOXPUT_32(ispsoftc_t *, uint32_t srcval, uint32_t *dstptr)
1136 * ISP_IOXGET_32(ispsoftc_t *, uint32_t *srcptr, uint32_t dstrval)
1139 * ISP_SWIZZLE_NVRAM_LONG(ispsoftc_t *, uint32_t *)
1141 * ISP_SWAP32(ispsoftc_t *, uint32_t srcval)
1153 int isp_target_notify(ispsoftc_t *, void *, uint32_t *);