// SPDX-License-Identifier: GPL-2.0-or-later /* * cx18 driver PCI memory mapped IO access routines * * Copyright (C) 2007 Hans Verkuil <[email protected]> * Copyright (C) 2008 Andy Walls <[email protected]> */ #include "cx18-driver.h" #include "cx18-io.h" #include "cx18-irq.h" void cx18_memset_io(struct cx18 *cx, void __iomem *addr, int val, size_t count) { … } void cx18_sw1_irq_enable(struct cx18 *cx, u32 val) { … } void cx18_sw1_irq_disable(struct cx18 *cx, u32 val) { … } void cx18_sw2_irq_enable(struct cx18 *cx, u32 val) { … } void cx18_sw2_irq_disable(struct cx18 *cx, u32 val) { … } void cx18_sw2_irq_disable_cpu(struct cx18 *cx, u32 val) { … } void cx18_setup_page(struct cx18 *cx, u32 addr) { … }