| /device/soc/rockchip/rk3588/hardware/mpp/include/ |
| D | mpp_common.h | 28 #define MPP_MAX4(a, b, c, d) MPP_MAX((a), MPP_MAX3((b), (c), (d))) argument 32 #define MPP_MIN4(a, b, c, d) MPP_MIN((a), MPP_MIN3((b), (c), (d))) argument 46 #define MPP_WB16(p, d) do { \ argument 52 #define MPP_WL16(p, d) do { \ argument 60 #define MPP_WB32(p, d) do { \ argument 70 #define MPP_WL32(p, d) do { \ argument 84 #define MPP_WB64(p, d) do { \ argument 102 #define MPP_WL64(p, d) do { \ argument 115 #define MPP_WB24(p, d) do { \ argument 124 #define MPP_WL24(p, d) do { \ argument [all …]
|
| /device/soc/rockchip/common/sdk_linux/drivers/irqchip/ |
| D | irq-gic-v3.c | 181 static enum gic_intid_range get_intid_range(struct irq_data *d) in get_intid_range() 186 static inline unsigned int gic_irq(struct irq_data *d) in gic_irq() 191 static inline bool gic_irq_in_rdist(struct irq_data *d) in gic_irq_in_rdist() 203 static inline void __iomem *gic_dist_base(struct irq_data *d) in gic_dist_base() 305 static u32 convert_offset_index(struct irq_data *d, u32 offset, u32 *index) in convert_offset_index() 355 static int gic_peek_irq(struct irq_data *d, u32 offset) in gic_peek_irq() 372 static void gic_poke_irq(struct irq_data *d, u32 offset) in gic_poke_irq() 393 static void gic_mask_irq(struct irq_data *d) in gic_mask_irq() 398 static void gic_eoimode1_mask_irq(struct irq_data *d) in gic_eoimode1_mask_irq() 414 static void gic_unmask_irq(struct irq_data *d) in gic_unmask_irq() [all …]
|
| D | irq-gic-v3-its.c | 227 static inline u32 its_get_event_id(struct irq_data *d) in its_get_event_id() 249 static struct its_vlpi_map *get_vlpi_map(struct irq_data *d) in get_vlpi_map() 272 static int irq_to_cpuid_lock(struct irq_data *d, unsigned long *flags) in irq_to_cpuid_lock() 290 static void irq_to_cpuid_unlock(struct irq_data *d, unsigned long flags) in irq_to_cpuid_unlock() 1375 static void lpi_write_config(struct irq_data *d, u8 clr, u8 set) in lpi_write_config() 1417 static void direct_lpi_inv(struct irq_data *d) in direct_lpi_inv() 1448 static void lpi_update_config(struct irq_data *d, u8 clr, u8 set) in lpi_update_config() 1462 static void its_vlpi_set_doorbell(struct irq_data *d, bool enable) in its_vlpi_set_doorbell() 1492 static void its_mask_irq(struct irq_data *d) in its_mask_irq() 1501 static void its_unmask_irq(struct irq_data *d) in its_unmask_irq() [all …]
|
| /device/soc/rockchip/rk3568/hardware/mpp/include/ |
| D | mpp_common.h | 27 #define MPP_MAX4(a, b, c, d) MPP_MAX((a), MPP_MAX3((b), (c), (d))) argument 31 #define MPP_MIN4(a, b, c, d) MPP_MIN((a), MPP_MIN3((b), (c), (d))) argument 45 #define MPP_WB16(p, d) do { \ argument 51 #define MPP_WL16(p, d) do { \ argument 59 #define MPP_WB32(p, d) do { \ argument 69 #define MPP_WL32(p, d) do { \ argument 83 #define MPP_WB64(p, d) do { \ argument 101 #define MPP_WL64(p, d) do { \ argument 114 #define MPP_WB24(p, d) do { \ argument 123 #define MPP_WL24(p, d) do { \ argument [all …]
|
| /device/soc/rockchip/common/hardware/mpp/include/ |
| D | mpp_common.h | 27 #define MPP_MAX4(a, b, c, d) MPP_MAX((a), MPP_MAX3((b), (c), (d))) argument 31 #define MPP_MIN4(a, b, c, d) MPP_MIN((a), MPP_MIN3((b), (c), (d))) argument 55 #define MPP_WB16(p, d) … argument 62 #define MPP_WL16(p, d) … argument 71 #define MPP_WB32(p, d) … argument 82 #define MPP_WL32(p, d) … argument 95 #define MPP_WB64(p, d) … argument 112 #define MPP_WL64(p, d) … argument 126 #define MPP_WB24(p, d) … argument 136 #define MPP_WL24(p, d) … argument [all …]
|
| /device/soc/rockchip/rk3399/hardware/mpp/include/ |
| D | mpp_common.h | 27 #define MPP_MAX4(a, b, c, d) MPP_MAX((a), MPP_MAX3((b), (c), (d))) argument 31 #define MPP_MIN4(a, b, c, d) MPP_MIN((a), MPP_MIN3((b), (c), (d))) argument 45 #define MPP_WB16(p, d) do { \ argument 51 #define MPP_WL16(p, d) do { \ argument 59 #define MPP_WB32(p, d) do { \ argument 69 #define MPP_WL32(p, d) do { \ argument 83 #define MPP_WB64(p, d) do { \ argument 101 #define MPP_WL64(p, d) do { \ argument 114 #define MPP_WB24(p, d) do { \ argument 123 #define MPP_WL24(p, d) do { \ argument [all …]
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
| D | sys.h | 71 #define sys_mbox_fetch(m, d) argument 72 #define sys_mbox_tryfetch(m, d) argument 73 #define sys_mbox_post(m, d) argument 74 #define sys_mbox_trypost(m, d) argument 83 #define sys_dual_mbox_fetch(m, d) argument 84 #define sys_dual_mbox_tryfetch(m, d) argument 85 #define sys_dual_mbox_post(m, d) argument 86 #define sys_dual_mbox_trypost(m, d) argument 87 #define sys_dual_mbox_post_priority(m, d) argument
|
| /device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/ |
| D | 8250_dw.c | 79 struct dw8250_data *d = to_dw8250_data(p->private_data); in dw8250_modify_msr() local 158 struct dw8250_data *d = to_dw8250_data(p->private_data); in dw8250_serial_out38x() local 174 struct dw8250_data *d = to_dw8250_data(p->private_data); in dw8250_serial_out() local 202 struct dw8250_data *d = to_dw8250_data(p->private_data); in dw8250_serial_outq() local 217 struct dw8250_data *d = to_dw8250_data(p->private_data); in dw8250_serial_out32() local 235 struct dw8250_data *d = to_dw8250_data(p->private_data); in dw8250_serial_out32be() local 253 struct dw8250_data *d = to_dw8250_data(p->private_data); in dw8250_handle_irq() local 293 struct dw8250_data *d = work_to_dw8250_data(work); in dw8250_clk_work_cb() local 309 struct dw8250_data *d = clk_to_dw8250_data(nb); in dw8250_clk_notifier_cb() local 349 struct dw8250_data *d = to_dw8250_data(p->private_data); in dw8250_set_termios() local
|
| D | 8250_dwlib.c | 71 struct dw8250_port_data *d = p->private_data; in dw8250_get_divisor() local 108 struct dw8250_port_data *d = p->private_data; in dw8250_setup_port() local
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/ |
| D | select.h | 39 #define FD_SET(d, s) ((s)->fds_bits[(d)/(8*sizeof(long))] |= (1UL<<((d)%(8*sizeof(long))))) argument 40 #define FD_CLR(d, s) ((s)->fds_bits[(d)/(8*sizeof(long))] &= ~(1UL<<((d)%(8*sizeof(long))))) argument 41 #define FD_ISSET(d, s) !!((s)->fds_bits[(d)/(8*sizeof(long))] & (1UL<<((d)%(8*sizeof(long))))) argument
|
| D | param.h | 27 #define howmany(n,d) (((n)+((d)-1))/(d)) argument 28 #define roundup(n,d) (howmany(n,d)*(d)) argument
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
| D | ethernet.h | 165 #define eacopy(s, d) \ argument 172 #define ether_copy(s, d) eacopy(s, d) argument 175 #define ether_rcopy(s, d) \ argument 183 #define ehcopy32(s, d) \ argument 213 #define ETHER_MOVE_HDR(d, s) \ argument
|
| D | bcmpcie.h | 498 #define PREVTXP(i, d) (((i) == 0) ? ((d) - 1) : ((i) - 1)) argument 499 #define NEXTTXP(i, d) ((((i)+1) >= (d)) ? 0 : ((i)+1)) argument 500 #define NEXTNTXP(i, n, d) ((((i)+(n)) >= (d)) ? 0 : ((i)+(n))) argument 501 #define NTXPACTIVE(r, w, d) (((r) <= (w)) ? ((w)-(r)) : ((d)-(r)+(w))) argument 502 #define NTXPAVAIL(r, w, d) (((d) - NTXPACTIVE((r), (w), (d))) > 1) argument 505 #define READ_AVAIL_SPACE(w, r, d) ((w >= r) ? (uint32)(w - r) : (uint32)(d - r)) argument 506 #define WRITE_SPACE_AVAIL_CONTINUOUS(r, w, d) ((w >= r) ? (d - w) : (r - w)) argument 507 #define WRITE_SPACE_AVAIL(r, w, d) (d - (NTXPACTIVE(r, w, d)) - 1) argument 508 #define CHECK_WRITE_SPACE(r, w, d) ((r) > (w)) ? \ argument 512 #define CHECK_NOWRITE_SPACE(r, w, d) \ argument
|
| /device/soc/rockchip/common/sdk_linux/drivers/opp/ |
| D | debugfs.c | 54 struct dentry *d; in opp_debug_create_bw() local 72 struct dentry *d; in opp_debug_create_supplies() local 96 struct dentry *d; in opp_debug_create_one() local 134 struct dentry *d; in opp_list_debug_create_dir() local
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| D | dhd_dbg_ring.h | 119 #define TXACTIVESZ(r, w, d) (((r) <= (w)) ? ((w) - (r)) : ((d) - (r) + (w))) argument 120 #define DBG_RING_READ_AVAIL_SPACE(w, r, d) (((w) >= (r)) ? ((w) - (r)) : ((d) - (r))) argument 121 #define DBG_RING_WRITE_SPACE_AVAIL_CONT(r, w, d) (((w) >= (r)) ? ((d) - (w)) : ((r) - (w))) argument 122 #define DBG_RING_WRITE_SPACE_AVAIL(r, w, d) (d - (TXACTIVESZ(r, w, d))) argument 123 #define DBG_RING_CHECK_WRITE_SPACE(r, w, d) \ argument
|
| D | bcmstdlib_s.c | 119 char *d = dest; in memcpy_s() local 274 char *d = dest; in strlcat_s() local
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/arch/riscv32/ |
| D | syscall_arch.h | 42 static inline long __syscall4(long n, long a, long b, long c, long d) in __syscall4() 52 static inline long __syscall5(long n, long a, long b, long c, long d, long e) in __syscall5() 63 static inline long __syscall6(long n, long a, long b, long c, long d, long e, long f) in __syscall6()
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/ |
| D | sched.h | 187 #define CPU_AND_S(a,b,c,d) __CPU_AND_S(a,b,c,d) argument 188 #define CPU_OR_S(a,b,c,d) __CPU_OR_S(a,b,c,d) argument 189 #define CPU_XOR_S(a,b,c,d) __CPU_XOR_S(a,b,c,d) argument 205 #define CPU_AND(d,s1,s2) CPU_AND_S(sizeof(cpu_set_t),d,s1,s2) argument 206 #define CPU_OR(d,s1,s2) CPU_OR_S(sizeof(cpu_set_t),d,s1,s2) argument 207 #define CPU_XOR(d,s1,s2) CPU_XOR_S(sizeof(cpu_set_t),d,s1,s2) argument
|
| /device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/ |
| D | params.h | 18 #define ISPP_PACK_4BYTE(a, b, c, d) (((a)&0xFF) << 0 | ((b)&0xFF) << 8 | ((c)&0xFF) << 16 | ((d)&0x… argument 20 #define ISPP_PACK_4BIT(a, b, c, d, e, f, g, h) … argument 24 #define ISPP_PACK_4BYTE(a, b, c, d) (((a)&0xFF) << 0 | ((b)&0xFF) << 8 | ((c)&0xFF) << 16 | ((d)&0x… argument
|
| /device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/ |
| D | params.h | 18 #define ISPP_PACK_4BYTE(a, b, c, d) \ argument 22 #define ISPP_PACK_4BIT(a, b, c, d, e, f, g, h) \ argument 28 #define ISPP_PACK_4BYTE(a, b, c, d) \ argument
|
| /device/soc/rockchip/rk3588/kernel/include/uapi/linux/ |
| D | rk-video-format.h | 9 #define v4l2_fourcc(a, b, c, d)\ argument 11 #define v4l2_fourcc_be(a, b, c, d) (v4l2_fourcc(a, b, c, d) | (1U << 31)) argument
|
| /device/soc/rockchip/common/sdk_linux/include/uapi/linux/ |
| D | rk-video-format.h | 9 #define v4l2_fourcc(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | ((__u32)(c) << 16) | ((__u32)(d) … argument 10 #define v4l2_fourcc_be(a, b, c, d) (v4l2_fourcc(a, b, c, d) | (1U << 31)) argument
|
| /device/soc/rockchip/rk3588/kernel/drivers/gpio/ |
| D | gpio-rockchip.c | 392 static int rockchip_irq_set_type(struct irq_data *d, unsigned int type) in rockchip_irq_set_type() 475 static void rockchip_irq_suspend(struct irq_data *d) in rockchip_irq_suspend() 484 static void rockchip_irq_resume(struct irq_data *d) in rockchip_irq_resume() 492 static void rockchip_irq_enable(struct irq_data *d) in rockchip_irq_enable() 497 static void rockchip_irq_disable(struct irq_data *d) in rockchip_irq_disable()
|
| /device/soc/rockchip/common/sdk_linux/include/linux/ |
| D | dma-mapping.h | 375 #define dma_map_single(d, a, s, r) dma_map_single_attrs(d, a, s, r, 0) argument 376 #define dma_unmap_single(d, a, s, r) dma_unmap_single_attrs(d, a, s, r, 0) argument 377 #define dma_map_sg(d, s, n, r) dma_map_sg_attrs(d, s, n, r, 0) argument 378 #define dma_unmap_sg(d, s, n, r) dma_unmap_sg_attrs(d, s, n, r, 0) argument 379 #define dma_map_page(d, p, o, s, r) dma_map_page_attrs(d, p, o, s, r, 0) argument 380 #define dma_unmap_page(d, a, s, r) dma_unmap_page_attrs(d, a, s, r, 0) argument 381 #define dma_get_sgtable(d, t, v, h, s) dma_get_sgtable_attrs(d, t, v, h, s, 0) argument 382 #define dma_mmap_coherent(d, v, c, h, s) dma_mmap_attrs(d, v, c, h, s, 0) argument
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/ |
| D | ecdh.h | 93 mbedtls_mpi d; /*!< The private key. */ member 114 mbedtls_mpi d; /*!< The private key. */ member
|