/* * Copyright (C) 2016 Glider bvba * * 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; version 2 of the License. */ #ifndef __DT_BINDINGS_POWER_R8A7796_SYSC_H__ #define __DT_BINDINGS_POWER_R8A7796_SYSC_H__ /* * These power domain indices match the numbers of the interrupt bits * representing the power areas in the various Interrupt Registers * (e.g. SYSCISR, Interrupt Status Register) */ #define R8A7796_PD_CA57_CPU0 0 #define R8A7796_PD_CA57_CPU1 1 #define R8A7796_PD_CA53_CPU0 5 #define R8A7796_PD_CA53_CPU1 6 #define R8A7796_PD_CA53_CPU2 7 #define R8A7796_PD_CA53_CPU3 8 #define R8A7796_PD_CA57_SCU 12 #define R8A7796_PD_CR7 13 #define R8A7796_PD_A3VC 14 #define R8A7796_PD_3DG_A 17 #define R8A7796_PD_3DG_B 18 #define R8A7796_PD_CA53_SCU 21 #define R8A7796_PD_A3IR 24 #define R8A7796_PD_A2VC0 25 #define R8A7796_PD_A2VC1 26 /* Always-on power area */ #define R8A7796_PD_ALWAYS_ON 32 #endif /* __DT_BINDINGS_POWER_R8A7796_SYSC_H__ */ >nds-private-remove net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Dryomov <idryomov@gmail.com>2016-04-28 16:07:21 +0200
committerIlya Dryomov <idryomov@gmail.com>2016-05-26 00:36:23 +0200
commit0c0a8de13f9612a663b050afa955e6668858d1eb (patch)
tree6849c721a09c3bb12af83decd4792af909dd5caa
parentc41d13a31fefed303f734c0c5106f6dcd262168e (diff)
libceph: nuke unused fields and functions
Either unused or useless: osdmap->mkfs_epoch osd->o_marked_for_keepalive monc->num_generic_requests osdc->map_waiters osdc->last_requested_map osdc->timeout_tid osd_req_op_cls_response_data() osdmap_apply_incremental() @msgr arg Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat