Searched refs:dv_wr_reg (Results 1 – 1 of 1) sorted by relevance
| /freebsd-9-stable/sys/dev/isp/ |
| D | ispvar.h | 63 void (*dv_wr_reg) (ispsoftc_t *, int, uint32_t); member 96 (*(isp)->isp_mdvec->dv_wr_reg)((isp), (reg), (val)) 116 (*(isp)->isp_mdvec->dv_wr_reg)((isp), (reg), ISP_READ((isp), (reg)) | (val)) 119 (*(isp)->isp_mdvec->dv_wr_reg)((isp), (reg), ISP_READ((isp), (reg)) & ~(val))
|