uccf.c (326ea986ac150acdc7656d57fca647db80b50158) | uccf.c (38d67a4e552ac991f21c2d3e442a38fb0098fda6) |
---|---|
1/* 2 * Copyright (C) 2006 Freescale Semiconductor, Inc. 3 * 4 * Dave Liu <daveliu@freescale.com> 5 * based on source code of Shlomi Gridish 6 * 7 * SPDX-License-Identifier: GPL-2.0+ 8 */ 9 10#include "common.h" 11#include "malloc.h" 12#include "asm/errno.h" 13#include "asm/io.h" | 1/* 2 * Copyright (C) 2006 Freescale Semiconductor, Inc. 3 * 4 * Dave Liu <daveliu@freescale.com> 5 * based on source code of Shlomi Gridish 6 * 7 * SPDX-License-Identifier: GPL-2.0+ 8 */ 9 10#include "common.h" 11#include "malloc.h" 12#include "asm/errno.h" 13#include "asm/io.h" |
14#include "asm/immap_qe.h" | 14#include "linux/immap_qe.h" |
15#include "qe.h" 16#include "uccf.h" 17 18void ucc_fast_transmit_on_demand(ucc_fast_private_t *uccf) 19{ 20 out_be16(&uccf->uf_regs->utodr, UCC_FAST_TOD); 21} 22 --- 367 unchanged lines hidden --- | 15#include "qe.h" 16#include "uccf.h" 17 18void ucc_fast_transmit_on_demand(ucc_fast_private_t *uccf) 19{ 20 out_be16(&uccf->uf_regs->utodr, UCC_FAST_TOD); 21} 22 --- 367 unchanged lines hidden --- |