Lines Matching refs:vc
98 #define vrip_power(vc, unit, onoff) \
99 ((*(vc)->vc_power)((vc), (unit), (onoff)))
100 #define vrip_intr_establish(vc, u, l, lv, fn, arg) \
101 ((*(vc)->vc_intr_establish)((vc), (u), (l), (lv), (fn), (arg)))
102 #define vrip_intr_disestablish(vc, handle) \
103 ((*(vc)->vc_intr_disestablish)((vc), (handle)))
104 #define vrip_intr_setmask1(vc, handle, enable) \
105 ((*(vc)->vc_intr_setmask1)((vc), (handle), (enable)))
106 #define vrip_intr_setmask2(vc, handle, mask, onoff) \
107 ((*(vc)->vc_intr_setmask2)((vc), (handle), (mask), (onoff)))
108 #define vrip_intr_getstatus2(vc, handle, status) \
109 ((*(vc)->vc_intr_getstatus2)((vc), (handle), (status)))
110 #define vrip_register_cmu(vc, cmu) \
111 ((*(vc)->vc_register_cmu)((vc), (cmu)))
112 #define vrip_register_gpio(vc, gpio) \
113 ((*(vc)->vc_register_gpio)((vc), (gpio)))
114 #define vrip_register_dmaau(vc, dmaau) \
115 ((*(vc)->vc_register_dmaau)((vc), (dmaau)))
116 #define vrip_register_dcu(vc, dcu) \
117 ((*(vc)->vc_register_dcu)((vc), (dcu)))