/* * Copyright (C) 2016 Renesas Electronics Corp. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. */ #ifndef __DT_BINDINGS_CLOCK_R8A7796_CPG_MSSR_H__ #define __DT_BINDINGS_CLOCK_R8A7796_CPG_MSSR_H__ #include /* r8a7796 CPG Core Clocks */ #define R8A7796_CLK_Z 0 #define R8A7796_CLK_Z2 1 #define R8A7796_CLK_ZR 2 #define R8A7796_CLK_ZG 3 #define R8A7796_CLK_ZTR 4 #define R8A7796_CLK_ZTRD2 5 #define R8A7796_CLK_ZT 6 #define R8A7796_CLK_ZX 7 #define R8A7796_CLK_S0D1 8 #define R8A7796_CLK_S0D2 9 #define R8A7796_CLK_S0D3 10 #define R8A7796_CLK_S0D4 11 #define R8A7796_CLK_S0D6 12 #define R8A7796_CLK_S0D8 13 #define R8A7796_CLK_S0D12 14 #define R8A7796_CLK_S1D1 15 #define R8A7796_CLK_S1D2 16 #define R8A7796_CLK_S1D4 17 #define R8A7796_CLK_S2D1 18 #define R8A7796_CLK_S2D2 19 #define R8A7796_CLK_S2D4 20 #define R8A7796_CLK_S3D1 21 #define R8A7796_CLK_S3D2 22 #define R8A7796_CLK_S3D4 23 #define R8A7796_CLK_LB 24 #define R8A7796_CLK_CL 25 #define R8A7796_CLK_ZB3 26 #define R8A7796_CLK_ZB3D2 27 #define R8A7796_CLK_ZB3D4 28 #define R8A7796_CLK_CR 29 #define R8A7796_CLK_CRD2 30 #define R8A7796_CLK_SD0H 31 #define R8A7796_CLK_SD0 32 #define R8A7796_CLK_SD1H 33 #define R8A7796_CLK_SD1 34 #define R8A7796_CLK_SD2H 35 #define R8A7796_CLK_SD2 36 #define R8A7796_CLK_SD3H 37 #define R8A7796_CLK_SD3 38 #define R8A7796_CLK_SSP2 39 #define R8A7796_CLK_SSP1 40 #define R8A7796_CLK_SSPRS 41 #define R8A7796_CLK_RPC 42 #define R8A7796_CLK_RPCD2 43 #define R8A7796_CLK_MSO 44 #define R8A7796_CLK_CANFD 45 #define R8A7796_CLK_HDMI 46 #define R8A7796_CLK_CSI0 47 #define R8A7796_CLK_CSIREF 48 #define R8A7796_CLK_CP 49 #define R8A7796_CLK_CPEX 50 #define R8A7796_CLK_R 51 #define R8A7796_CLK_OSC 52 #endif /* __DT_BINDINGS_CLOCK_R8A7796_CPG_MSSR_H__ */ dden' name='id' value='baa2d42cff088d9f962697a10e0345b444c8c409'/>
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-02-08netfilter: nf_tables: pass netns to set->ops->remove()Pablo Neira Ayuso1-1/+2
2017-02-08netfilter: nft_exthdr: Add support for existence checkPhil Sutter1-0/+6
2017-02-03net: remove support for per driver ndo_busy_poll()Eric Dumazet2-5/+0
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller11-40/+60
2017-02-03sched: cls_flower: expose priority to offloading netdeviceJiri Pirko1-0/+1
2017-02-03lib: Introduce priority array area managerJiri Pirko1-0/+76
2017-02-03list: introduce list_for_each_entry_from_reverse helperJiri Pirko1-0/+13
2017-02-03trace: rename trace_print_hex_seq arg and add kdocDaniel Borkmann2-3/+3
2017-02-03bridge: uapi: add per vlan tunnel infoRoopa Prabhu3-0/+13
2017-02-03vxlan: support fdb and learning in COLLECT_METADATA modeRoopa Prabhu1-0/+1
2017-02-03ip_tunnels: new IP_TUNNEL_INFO_BRIDGE flag for ip_tunnel_info modeRoopa Prabhu1-0/+1
2017-02-03net/sched: act_ife: Change to use ife moduleYotam Gigi2-10/+1
2017-02-03net: Introduce ife encapsulation moduleYotam Gigi3-0/+70
2017-02-03net/sched: act_ife: Unexport ife_tlv_meta_encodeYotam Gigi1-2/+0
2017-02-03tcp: add tcp_mss_clamp() helperEric Dumazet1-0/+9
2017-02-02net: add LINUX_MIB_PFMEMALLOCDROP counterEric Dumazet1-0/+1
2017-02-02net: phy: marvell: Add support for 88e1545 PHYAndrew Lunn1-0/+1
2017-02-02unix: add ioctl to open a unix socket file with O_PATHAndrey Vagin1-0/+2
2017-02-02net: phy: Marvell: Add mv88e6390 internal PHYAndrew Lunn1-0/+6
2017-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-30/+40
2017-02-02netfilter: allow logging from non-init namespacesMichal Kubeček1-0/+3
2017-02-02ipvs: free ip_vs_dest structs when refcnt=0David Windsor1-1/+1
2017-02-02netfilter: merge ctinfo into nfct pointer storage areaFlorian Westphal2-17/+15
2017-02-02netfilter: guarantee 8 byte minalign for template addressesFlorian Westphal1-0/+2
2017-02-02netfilter: add and use nf_ct_set helperFlorian Westphal2-2/+9
2017-02-02skbuff: add and use skb_nfct helperFlorian Westphal2-4/+11
2017-02-02netfilter: reduce direct skb->nfct usageFlorian Westphal1-3/+6
2017-02-02netfilter: conntrack: no need to pass ctinfo to error handlerFlorian Westphal1-1/+1