Lines Matching refs:gic
188 u32 gic; in ravb_ptp_extts() local
198 gic = ravb_read(ndev, GIC); in ravb_ptp_extts()
200 gic |= GIC_PTCE; in ravb_ptp_extts()
202 gic &= ~GIC_PTCE; in ravb_ptp_extts()
203 ravb_write(ndev, gic, GIC); in ravb_ptp_extts()
219 u32 gic; in ravb_ptp_perout() local
251 gic = ravb_read(ndev, GIC); in ravb_ptp_perout()
252 gic |= GIC_PTME; in ravb_ptp_perout()
253 ravb_write(ndev, gic, GIC); in ravb_ptp_perout()
262 gic = ravb_read(ndev, GIC); in ravb_ptp_perout()
263 gic &= ~GIC_PTME; in ravb_ptp_perout()
264 ravb_write(ndev, gic, GIC); in ravb_ptp_perout()