Searched refs:dv_wr_reg (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/isp/ |
H A D | ispvar.h | 65 void (*dv_wr_reg) (ispsoftc_t *, int, uint32_t); member 94 (*(isp)->isp_mdvec->dv_wr_reg)((isp), (reg), (val)) 108 (*(isp)->isp_mdvec->dv_wr_reg)((isp), (reg), ISP_READ((isp), (reg)) | (val)) 111 (*(isp)->isp_mdvec->dv_wr_reg)((isp), (reg), ISP_READ((isp), (reg)) & ~(val))
|