/Linux-v4.19/drivers/gpu/drm/panel/ |
D | panel-sitronix-st7789v.c | 25 #define ST7789V_RAMCTRL_EPF(n) (((n) & 3) << 4) argument 29 #define ST7789V_RGBCTRL_RCM(n) (((n) & 3) << 5) argument 33 #define ST7789V_RGBCTRL_VBP(n) ((n) & 0x7f) argument 34 #define ST7789V_RGBCTRL_HBP(n) ((n) & 0x1f) argument 37 #define ST7789V_PORCTRL_IDLE_BP(n) (((n) & 0xf) << 4) argument 38 #define ST7789V_PORCTRL_IDLE_FP(n) ((n) & 0xf) argument 39 #define ST7789V_PORCTRL_PARTIAL_BP(n) (((n) & 0xf) << 4) argument 40 #define ST7789V_PORCTRL_PARTIAL_FP(n) ((n) & 0xf) argument 43 #define ST7789V_GCTRL_VGHS(n) (((n) & 7) << 4) argument 44 #define ST7789V_GCTRL_VGLS(n) ((n) & 7) argument [all …]
|
/Linux-v4.19/drivers/phy/marvell/ |
D | phy-mvebu-cp110-comphy.c | 17 #define MVEBU_COMPHY_SERDES_CFG0(n) (0x0 + (n) * 0x1000) argument 19 #define MVEBU_COMPHY_SERDES_CFG0_GEN_RX(n) ((n) << 3) argument 20 #define MVEBU_COMPHY_SERDES_CFG0_GEN_TX(n) ((n) << 7) argument 24 #define MVEBU_COMPHY_SERDES_CFG1(n) (0x4 + (n) * 0x1000) argument 29 #define MVEBU_COMPHY_SERDES_CFG2(n) (0x8 + (n) * 0x1000) argument 31 #define MVEBU_COMPHY_SERDES_STATUS0(n) (0x18 + (n) * 0x1000) argument 35 #define MVEBU_COMPHY_PWRPLL_CTRL(n) (0x804 + (n) * 0x1000) argument 36 #define MVEBU_COMPHY_PWRPLL_CTRL_RFREQ(n) ((n) << 0) argument 37 #define MVEBU_COMPHY_PWRPLL_PHY_MODE(n) ((n) << 5) argument 38 #define MVEBU_COMPHY_IMP_CAL(n) (0x80c + (n) * 0x1000) argument [all …]
|
/Linux-v4.19/arch/arm/mach-davinci/ |
D | cp_intc.h | 34 #define CP_INTC_PACING_PARAM(n) (0x0100 + (n << 4)) argument 35 #define CP_INTC_PACING_DEC(n) (0x0104 + (n << 4)) argument 36 #define CP_INTC_PACING_MAP(n) (0x0108 + (n << 4)) argument 37 #define CP_INTC_SYS_RAW_STAT(n) (0x0200 + (n << 2)) argument 38 #define CP_INTC_SYS_STAT_CLR(n) (0x0280 + (n << 2)) argument 39 #define CP_INTC_SYS_ENABLE_SET(n) (0x0300 + (n << 2)) argument 40 #define CP_INTC_SYS_ENABLE_CLR(n) (0x0380 + (n << 2)) argument 41 #define CP_INTC_CHAN_MAP(n) (0x0400 + (n << 2)) argument 42 #define CP_INTC_HOST_MAP(n) (0x0800 + (n << 2)) argument 43 #define CP_INTC_HOST_PRIO_IDX(n) (0x0900 + (n << 2)) argument [all …]
|
/Linux-v4.19/drivers/gpu/drm/sun4i/ |
D | sun6i_mipi_dphy.c | 18 #define SUN6I_DPHY_GCTL_LANE_NUM(n) ((((n) - 1) & 3) << 4) argument 25 #define SUN6I_DPHY_TX_TIME0_HS_TRAIL(n) (((n) & 0xff) << 24) argument 26 #define SUN6I_DPHY_TX_TIME0_HS_PREPARE(n) (((n) & 0xff) << 16) argument 27 #define SUN6I_DPHY_TX_TIME0_LP_CLK_DIV(n) ((n) & 0xff) argument 30 #define SUN6I_DPHY_TX_TIME1_CLK_POST(n) (((n) & 0xff) << 24) argument 31 #define SUN6I_DPHY_TX_TIME1_CLK_PRE(n) (((n) & 0xff) << 16) argument 32 #define SUN6I_DPHY_TX_TIME1_CLK_ZERO(n) (((n) & 0xff) << 8) argument 33 #define SUN6I_DPHY_TX_TIME1_CLK_PREPARE(n) ((n) & 0xff) argument 36 #define SUN6I_DPHY_TX_TIME2_CLK_TRAIL(n) ((n) & 0xff) argument 41 #define SUN6I_DPHY_TX_TIME4_HS_TX_ANA1(n) (((n) & 0xff) << 8) argument [all …]
|
/Linux-v4.19/drivers/media/pci/solo6x10/ |
D | solo6x10-regs.h | 41 #define SOLO_DMA_CTRL_REFRESH_CYCLE(n) ((n)<<8) argument 43 #define SOLO_DMA_CTRL_SDRAM_SIZE(n) ((n)<<6) argument 48 #define SOLO_DMA_CTRL_LATENCY(n) ((n)<<0) argument 56 #define SOLO_VCLK_SELECT(n) ((n)<<20) argument 57 #define SOLO_VCLK_VIN1415_DELAY(n) ((n)<<14) argument 58 #define SOLO_VCLK_VIN1213_DELAY(n) ((n)<<12) argument 59 #define SOLO_VCLK_VIN1011_DELAY(n) ((n)<<10) argument 60 #define SOLO_VCLK_VIN0809_DELAY(n) ((n)<<8) argument 61 #define SOLO_VCLK_VIN0607_DELAY(n) ((n)<<6) argument 62 #define SOLO_VCLK_VIN0405_DELAY(n) ((n)<<4) argument [all …]
|
D | solo6x10-tw28.h | 28 #define TW_CHIP_OFFSET_ADDR(n) (TW_BASE_ADDR + (n)) argument 32 #define TW_HUE_ADDR(n) (0x07 | ((n) << 4)) argument 33 #define TW_SATURATION_ADDR(n) (0x08 | ((n) << 4)) argument 34 #define TW_CONTRAST_ADDR(n) (0x09 | ((n) << 4)) argument 35 #define TW_BRIGHTNESS_ADDR(n) (0x0a | ((n) << 4)) argument 37 #define TW_AUDIO_INPUT_GAIN_ADDR(n) (0x60 + ((n > 1) ? 1 : 0)) argument 41 #define TW286x_HUE_ADDR(n) (0x06 | ((n) << 4)) argument 42 #define TW286x_SATURATIONU_ADDR(n) (0x04 | ((n) << 4)) argument 43 #define TW286x_SATURATIONV_ADDR(n) (0x05 | ((n) << 4)) argument 44 #define TW286x_CONTRAST_ADDR(n) (0x02 | ((n) << 4)) argument [all …]
|
/Linux-v4.19/include/linux/ |
D | log2.h | 26 int __ilog2_u32(u32 n) in __ilog2_u32() 34 int __ilog2_u64(u64 n) in __ilog2_u64() 49 bool is_power_of_2(unsigned long n) in is_power_of_2() 59 unsigned long __roundup_pow_of_two(unsigned long n) in __roundup_pow_of_two() 69 unsigned long __rounddown_pow_of_two(unsigned long n) in __rounddown_pow_of_two() 81 #define const_ilog2(n) \ argument 160 #define ilog2(n) \ argument 177 #define roundup_pow_of_two(n) \ argument 194 #define rounddown_pow_of_two(n) \ argument 202 int __order_base_2(unsigned long n) in __order_base_2() [all …]
|
/Linux-v4.19/arch/arm/include/debug/ |
D | imx-uart.h | 14 #define IMX1_UART_BASE_ADDR(n) IMX1_UART##n##_BASE_ADDR argument 15 #define IMX1_UART_BASE(n) IMX1_UART_BASE_ADDR(n) argument 21 #define IMX21_UART_BASE_ADDR(n) IMX21_UART##n##_BASE_ADDR argument 22 #define IMX21_UART_BASE(n) IMX21_UART_BASE_ADDR(n) argument 29 #define IMX25_UART_BASE_ADDR(n) IMX25_UART##n##_BASE_ADDR argument 30 #define IMX25_UART_BASE(n) IMX25_UART_BASE_ADDR(n) argument 37 #define IMX31_UART_BASE_ADDR(n) IMX31_UART##n##_BASE_ADDR argument 38 #define IMX31_UART_BASE(n) IMX31_UART_BASE_ADDR(n) argument 43 #define IMX35_UART_BASE_ADDR(n) IMX35_UART##n##_BASE_ADDR argument 44 #define IMX35_UART_BASE(n) IMX35_UART_BASE_ADDR(n) argument [all …]
|
/Linux-v4.19/arch/mips/loongson32/common/ |
D | irq.c | 17 #define LS1X_INTC_REG(n, x) \ argument 20 #define LS1X_INTC_INTISR(n) LS1X_INTC_REG(n, 0x0) argument 21 #define LS1X_INTC_INTIEN(n) LS1X_INTC_REG(n, 0x4) argument 22 #define LS1X_INTC_INTSET(n) LS1X_INTC_REG(n, 0x8) argument 23 #define LS1X_INTC_INTCLR(n) LS1X_INTC_REG(n, 0xc) argument 24 #define LS1X_INTC_INTPOL(n) LS1X_INTC_REG(n, 0x10) argument 25 #define LS1X_INTC_INTEDGE(n) LS1X_INTC_REG(n, 0x14) argument 30 unsigned int n = (d->irq - LS1X_IRQ_BASE) >> 5; in ls1x_irq_ack() local 39 unsigned int n = (d->irq - LS1X_IRQ_BASE) >> 5; in ls1x_irq_mask() local 48 unsigned int n = (d->irq - LS1X_IRQ_BASE) >> 5; in ls1x_irq_mask_ack() local [all …]
|
/Linux-v4.19/scripts/gcc-plugins/ |
D | gcc-generate-ipa-pass.h | 30 #define __GCC_PLUGIN_STRINGIFY(n) #n argument 31 #define _GCC_PLUGIN_STRINGIFY(n) __GCC_PLUGIN_STRINGIFY(n) argument 35 #define __PASS_NAME_PASS_DATA(n) _GCC_PLUGIN_CONCAT2(n, _pass_data) argument 38 #define __PASS_NAME_PASS(n) _GCC_PLUGIN_CONCAT2(n, _pass) argument 43 #define __MAKE_PASS_NAME_PASS(n) _GCC_PLUGIN_CONCAT3(make_, n, _pass) argument 49 #define __GENERATE_SUMMARY(n) _GCC_PLUGIN_CONCAT2(n, _generate_summary) argument 56 #define __READ_SUMMARY(n) _GCC_PLUGIN_CONCAT2(n, _read_summary) argument 63 #define __WRITE_SUMMARY(n) _GCC_PLUGIN_CONCAT2(n, _write_summary) argument 70 #define __READ_OPTIMIZATION_SUMMARY(n) _GCC_PLUGIN_CONCAT2(n, _read_optimization_summary) argument 77 #define __WRITE_OPTIMIZATION_SUMMARY(n) _GCC_PLUGIN_CONCAT2(n, _write_optimization_summary) argument [all …]
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/ |
D | dispc.h | 48 #define DISPC_OVL_BA0(n) (DISPC_OVL_BASE(n) + \ argument 50 #define DISPC_OVL_BA1(n) (DISPC_OVL_BASE(n) + \ argument 52 #define DISPC_OVL_BA0_UV(n) (DISPC_OVL_BASE(n) + \ argument 54 #define DISPC_OVL_BA1_UV(n) (DISPC_OVL_BASE(n) + \ argument 56 #define DISPC_OVL_POSITION(n) (DISPC_OVL_BASE(n) + \ argument 58 #define DISPC_OVL_SIZE(n) (DISPC_OVL_BASE(n) + \ argument 60 #define DISPC_OVL_ATTRIBUTES(n) (DISPC_OVL_BASE(n) + \ argument 62 #define DISPC_OVL_ATTRIBUTES2(n) (DISPC_OVL_BASE(n) + \ argument 64 #define DISPC_OVL_FIFO_THRESHOLD(n) (DISPC_OVL_BASE(n) + \ argument 66 #define DISPC_OVL_FIFO_SIZE_STATUS(n) (DISPC_OVL_BASE(n) + \ argument [all …]
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dispc.h | 46 #define DISPC_OVL_BA0(n) (DISPC_OVL_BASE(n) + \ argument 48 #define DISPC_OVL_BA1(n) (DISPC_OVL_BASE(n) + \ argument 50 #define DISPC_OVL_BA0_UV(n) (DISPC_OVL_BASE(n) + \ argument 52 #define DISPC_OVL_BA1_UV(n) (DISPC_OVL_BASE(n) + \ argument 54 #define DISPC_OVL_POSITION(n) (DISPC_OVL_BASE(n) + \ argument 56 #define DISPC_OVL_SIZE(n) (DISPC_OVL_BASE(n) + \ argument 58 #define DISPC_OVL_ATTRIBUTES(n) (DISPC_OVL_BASE(n) + \ argument 60 #define DISPC_OVL_ATTRIBUTES2(n) (DISPC_OVL_BASE(n) + \ argument 62 #define DISPC_OVL_FIFO_THRESHOLD(n) (DISPC_OVL_BASE(n) + \ argument 64 #define DISPC_OVL_FIFO_SIZE_STATUS(n) (DISPC_OVL_BASE(n) + \ argument [all …]
|
/Linux-v4.19/tools/include/linux/ |
D | log2.h | 25 int __ilog2_u32(u32 n) in __ilog2_u32() 31 int __ilog2_u64(u64 n) in __ilog2_u64() 42 bool is_power_of_2(unsigned long n) in is_power_of_2() 51 unsigned long __roundup_pow_of_two(unsigned long n) in __roundup_pow_of_two() 60 unsigned long __rounddown_pow_of_two(unsigned long n) in __rounddown_pow_of_two() 75 #define ilog2(n) \ argument 155 #define roundup_pow_of_two(n) \ argument 172 #define rounddown_pow_of_two(n) \ argument
|
/Linux-v4.19/include/linux/soundwire/ |
D | sdw_registers.h | 12 #define SDW_REG_SHIFT(n) (ffs(n) - 1) argument 125 #define SDW_DPN_INT(n) (0x0 + SDW_DPN_SIZE * (n)) argument 126 #define SDW_DPN_INTMASK(n) (0x1 + SDW_DPN_SIZE * (n)) argument 127 #define SDW_DPN_PORTCTRL(n) (0x2 + SDW_DPN_SIZE * (n)) argument 128 #define SDW_DPN_BLOCKCTRL1(n) (0x3 + SDW_DPN_SIZE * (n)) argument 129 #define SDW_DPN_PREPARESTATUS(n) (0x4 + SDW_DPN_SIZE * (n)) argument 130 #define SDW_DPN_PREPARECTRL(n) (0x5 + SDW_DPN_SIZE * (n)) argument 146 #define SDW_DPN_CHANNELEN_B0(n) (0x20 + SDW_DPN_SIZE * (n)) argument 147 #define SDW_DPN_CHANNELEN_B1(n) (0x30 + SDW_DPN_SIZE * (n)) argument 149 #define SDW_DPN_BLOCKCTRL2_B0(n) (0x21 + SDW_DPN_SIZE * (n)) argument [all …]
|
/Linux-v4.19/sound/soc/uniphier/ |
D | aio-reg.h | 17 #define A2CHNMAPCTR0(n) (0x00000 + 0x40 * (n)) argument 18 #define A2RBNMAPCTR0(n) (0x01000 + 0x40 * (n)) argument 19 #define A2IPORTNMAPCTR0(n) (0x02000 + 0x40 * (n)) argument 20 #define A2IPORTNMAPCTR1(n) (0x02004 + 0x40 * (n)) argument 21 #define A2IIFNMAPCTR0(n) (0x03000 + 0x40 * (n)) argument 22 #define A2OPORTNMAPCTR0(n) (0x04000 + 0x40 * (n)) argument 23 #define A2OPORTNMAPCTR1(n) (0x04004 + 0x40 * (n)) argument 24 #define A2OPORTNMAPCTR2(n) (0x04008 + 0x40 * (n)) argument 25 #define A2OIFNMAPCTR0(n) (0x05000 + 0x40 * (n)) argument 26 #define A2ATNMAPCTR0(n) (0x06000 + 0x40 * (n)) argument [all …]
|
/Linux-v4.19/fs/ufs/ |
D | swab.h | 27 fs64_to_cpu(struct super_block *sbp, __fs64 n) in fs64_to_cpu() 36 cpu_to_fs64(struct super_block *sbp, u64 n) in cpu_to_fs64() 45 fs32_to_cpu(struct super_block *sbp, __fs32 n) in fs32_to_cpu() 54 cpu_to_fs32(struct super_block *sbp, u32 n) in cpu_to_fs32() 63 fs32_add(struct super_block *sbp, __fs32 *n, int d) in fs32_add() 72 fs32_sub(struct super_block *sbp, __fs32 *n, int d) in fs32_sub() 81 fs16_to_cpu(struct super_block *sbp, __fs16 n) in fs16_to_cpu() 90 cpu_to_fs16(struct super_block *sbp, u16 n) in cpu_to_fs16() 99 fs16_add(struct super_block *sbp, __fs16 *n, int d) in fs16_add() 108 fs16_sub(struct super_block *sbp, __fs16 *n, int d) in fs16_sub()
|
/Linux-v4.19/arch/alpha/lib/ |
D | memcpy.c | 26 #define ALIGN_DEST_TO8_UP(d,s,n) \ argument 33 #define ALIGN_DEST_TO8_DN(d,s,n) \ argument 45 #define DO_REST_UP(d,s,n) \ argument 51 #define DO_REST_DN(d,s,n) \ argument 62 #define DO_REST_ALIGNED_UP(d,s,n) DO_REST_UP(d,s,n) argument 63 #define DO_REST_ALIGNED_DN(d,s,n) DO_REST_DN(d,s,n) argument 73 long n) in __memcpy_unaligned_up() 101 long n) in __memcpy_unaligned_dn() 119 long n) in __memcpy_aligned_up() 135 long n) in __memcpy_aligned_dn() [all …]
|
/Linux-v4.19/fs/befs/ |
D | endian.h | 16 fs64_to_cpu(const struct super_block *sb, fs64 n) in fs64_to_cpu() 25 cpu_to_fs64(const struct super_block *sb, u64 n) in cpu_to_fs64() 34 fs32_to_cpu(const struct super_block *sb, fs32 n) in fs32_to_cpu() 43 cpu_to_fs32(const struct super_block *sb, u32 n) in cpu_to_fs32() 52 fs16_to_cpu(const struct super_block *sb, fs16 n) in fs16_to_cpu() 61 cpu_to_fs16(const struct super_block *sb, u16 n) in cpu_to_fs16() 72 fsrun_to_cpu(const struct super_block *sb, befs_disk_block_run n) in fsrun_to_cpu() 89 cpu_to_fsrun(const struct super_block *sb, befs_block_run n) in cpu_to_fsrun() 106 fsds_to_cpu(const struct super_block *sb, const befs_disk_data_stream *n) in fsds_to_cpu()
|
/Linux-v4.19/arch/ia64/include/asm/sn/ |
D | addrs.h | 110 #define NASID_SPACE(n) ((u64)(n) << NASID_SHIFT) argument 111 #define REMOTE_ADDR(n,a) (NASID_SPACE(n) | (a)) argument 116 #define GLOBAL_MMR_ADDR(n,a) (GLOBAL_MMR_SPACE | REMOTE_ADDR(n,a)) argument 117 #define GLOBAL_MMR_PHYS_ADDR(n,a) (GLOBAL_PHYS_MMR_SPACE | REMOTE_ADDR(n,a)) argument 118 #define GLOBAL_CAC_ADDR(n,a) (CAC_BASE | REMOTE_ADDR(n,a)) argument 119 #define CHANGE_NASID(n,x) ((void *)(((u64)(x) & ~NASID_MASK) | NASID_SPACE(n))) argument 120 #define IS_TIO_NASID(n) ((n) & 1) argument 192 #define NODE_SWIN_BASE(n, w) ((w == 0) ? NODE_BWIN_BASE((n), SWIN0_BIGWIN) \ argument 194 #define TIO_SWIN_BASE(n, w) (TIO_IO_BASE(n) + \ argument 196 #define NODE_IO_BASE(n) (GLOBAL_MMR_SPACE | NASID_SPACE(n)) argument [all …]
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | exceptions-64e.S | 284 #define EXCEPTION_PROLOG(n, intnum, type, addition) \ argument 331 #define NORMAL_EXCEPTION_PROLOG(n, intnum, addition) \ argument 334 #define CRIT_EXCEPTION_PROLOG(n, intnum, addition) \ argument 337 #define DBG_EXCEPTION_PROLOG(n, intnum, addition) \ argument 340 #define MC_EXCEPTION_PROLOG(n, intnum, addition) \ argument 343 #define GDBELL_EXCEPTION_PROLOG(n, intnum, addition) \ argument 348 #define PROLOG_ADDITION_NONE_GEN(n) argument 349 #define PROLOG_ADDITION_NONE_GDBELL(n) argument 350 #define PROLOG_ADDITION_NONE_CRIT(n) argument 351 #define PROLOG_ADDITION_NONE_DBG(n) argument [all …]
|
/Linux-v4.19/drivers/gpu/drm/exynos/ |
D | regs-decon5433.h | 15 #define DECON_WINCONx(n) (0x0020 + ((n) * 4)) argument 16 #define DECON_VIDOSDxH(n) (0x0080 + ((n) * 4)) argument 18 #define DECON_VIDOSDxA(n) (0x00B0 + ((n) * 0x20)) argument 19 #define DECON_VIDOSDxB(n) (0x00B4 + ((n) * 0x20)) argument 20 #define DECON_VIDOSDxC(n) (0x00B8 + ((n) * 0x20)) argument 21 #define DECON_VIDOSDxD(n) (0x00BC + ((n) * 0x20)) argument 22 #define DECON_VIDOSDxE(n) (0x00C0 + ((n) * 0x20)) argument 23 #define DECON_VIDW0xADD0B0(n) (0x0150 + ((n) * 0x10)) argument 24 #define DECON_VIDW0xADD0B1(n) (0x0154 + ((n) * 0x10)) argument 25 #define DECON_VIDW0xADD0B2(n) (0x0158 + ((n) * 0x10)) argument [all …]
|
/Linux-v4.19/lib/ |
D | klist.c | 95 static void add_head(struct klist *k, struct klist_node *n) in add_head() 102 static void add_tail(struct klist *k, struct klist_node *n) in add_tail() 109 static void klist_node_init(struct klist *k, struct klist_node *n) in klist_node_init() 123 void klist_add_head(struct klist_node *n, struct klist *k) in klist_add_head() 135 void klist_add_tail(struct klist_node *n, struct klist *k) in klist_add_tail() 147 void klist_add_behind(struct klist_node *n, struct klist_node *pos) in klist_add_behind() 163 void klist_add_before(struct klist_node *n, struct klist_node *pos) in klist_add_before() 187 struct klist_node *n = container_of(kref, struct klist_node, n_ref); in klist_release() local 205 static int klist_dec_and_del(struct klist_node *n) in klist_dec_and_del() 210 static void klist_put(struct klist_node *n, bool kill) in klist_put() [all …]
|
/Linux-v4.19/drivers/media/platform/qcom/camss/ |
D | camss-csiphy-3ph-1-0.c | 17 #define CSIPHY_3PH_LNn_CFG1(n) (0x000 + 0x100 * (n)) argument 19 #define CSIPHY_3PH_LNn_CFG2(n) (0x004 + 0x100 * (n)) argument 21 #define CSIPHY_3PH_LNn_CFG3(n) (0x008 + 0x100 * (n)) argument 22 #define CSIPHY_3PH_LNn_CFG4(n) (0x00c + 0x100 * (n)) argument 24 #define CSIPHY_3PH_LNn_CFG5(n) (0x010 + 0x100 * (n)) argument 27 #define CSIPHY_3PH_LNn_TEST_IMP(n) (0x01c + 0x100 * (n)) argument 29 #define CSIPHY_3PH_LNn_MISC1(n) (0x028 + 0x100 * (n)) argument 31 #define CSIPHY_3PH_LNn_CFG6(n) (0x02c + 0x100 * (n)) argument 33 #define CSIPHY_3PH_LNn_CFG7(n) (0x030 + 0x100 * (n)) argument 35 #define CSIPHY_3PH_LNn_CFG8(n) (0x034 + 0x100 * (n)) argument [all …]
|
/Linux-v4.19/drivers/gpu/drm/rockchip/ |
D | inno_hdmi.h | 56 #define v_VIDEO_INPUT_FORMAT(n) (n << 1) argument 69 #define v_VIDEO_OUTPUT_COLOR(n) (((n) & 0x3) << 6) argument 70 #define v_VIDEO_INPUT_BITS(n) (n << 4) argument 71 #define v_VIDEO_INPUT_CSP(n) (n << 0) argument 81 #define v_VIDEO_AUTO_CSC(n) (n << 7) argument 83 #define v_VIDEO_C0_C2_SWAP(n) (n << 0) argument 96 #define v_COLOR_DEPTH_NOT_INDICATED(n) ((n) << 4) argument 109 #define v_AVMUTE_CLEAR(n) (n << 7) argument 110 #define v_AVMUTE_ENABLE(n) (n << 6) argument 111 #define v_AUDIO_MUTE(n) (n << 1) argument [all …]
|
/Linux-v4.19/arch/sh/math-emu/ |
D | math.c | 35 #define BANK(n) (n^(FPSCR_FR?16:0)) argument 44 #define XREG(n) (n^16) argument 79 fcmp_gt(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fcmp_gt() 90 fcmp_eq(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fcmp_eq() 106 fadd(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fadd() 113 fsub(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fsub() 120 fmul(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fmul() 127 fdiv(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fdiv() 134 fmac(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fmac() 156 int n) in fmov_idx_reg() [all …]
|