| /OK3568_Linux_fs/kernel/drivers/gpu/drm/panel/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/solo6x10/ |
| H A D | solo6x10-regs.h | 34 #define SOLO_DMA_CTRL_REFRESH_CYCLE(n) ((n)<<8) argument 36 #define SOLO_DMA_CTRL_SDRAM_SIZE(n) ((n)<<6) argument 41 #define SOLO_DMA_CTRL_LATENCY(n) ((n)<<0) argument 49 #define SOLO_VCLK_SELECT(n) ((n)<<20) argument 50 #define SOLO_VCLK_VIN1415_DELAY(n) ((n)<<14) argument 51 #define SOLO_VCLK_VIN1213_DELAY(n) ((n)<<12) argument 52 #define SOLO_VCLK_VIN1011_DELAY(n) ((n)<<10) argument 53 #define SOLO_VCLK_VIN0809_DELAY(n) ((n)<<8) argument 54 #define SOLO_VCLK_VIN0607_DELAY(n) ((n)<<6) argument 55 #define SOLO_VCLK_VIN0405_DELAY(n) ((n)<<4) argument [all …]
|
| H A D | solo6x10-tw28.h | 19 #define TW_CHIP_OFFSET_ADDR(n) (TW_BASE_ADDR + (n)) argument 23 #define TW_HUE_ADDR(n) (0x07 | ((n) << 4)) argument 24 #define TW_SATURATION_ADDR(n) (0x08 | ((n) << 4)) argument 25 #define TW_CONTRAST_ADDR(n) (0x09 | ((n) << 4)) argument 26 #define TW_BRIGHTNESS_ADDR(n) (0x0a | ((n) << 4)) argument 28 #define TW_AUDIO_INPUT_GAIN_ADDR(n) (0x60 + ((n > 1) ? 1 : 0)) argument 32 #define TW286x_HUE_ADDR(n) (0x06 | ((n) << 4)) argument 33 #define TW286x_SATURATIONU_ADDR(n) (0x04 | ((n) << 4)) argument 34 #define TW286x_SATURATIONV_ADDR(n) (0x05 | ((n) << 4)) argument 35 #define TW286x_CONTRAST_ADDR(n) (0x02 | ((n) << 4)) argument [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | log2.h | 22 int __ilog2_u32(u32 n) in __ilog2_u32() 30 int __ilog2_u64(u64 n) in __ilog2_u64() 45 bool is_power_of_2(unsigned long n) in is_power_of_2() 55 unsigned long __roundup_pow_of_two(unsigned long n) in __roundup_pow_of_two() 65 unsigned long __rounddown_pow_of_two(unsigned long n) in __rounddown_pow_of_two() 77 #define const_ilog2(n) \ argument 156 #define ilog2(n) \ argument 173 #define roundup_pow_of_two(n) \ argument 190 #define rounddown_pow_of_two(n) \ argument 198 int __order_base_2(unsigned long n) in __order_base_2() [all …]
|
| H A D | android_vendor.h | 30 #define ANDROID_VENDOR_DATA(n) u64 android_vendor_data##n argument 31 #define ANDROID_VENDOR_DATA_ARRAY(n, s) u64 android_vendor_data##n[s] argument 33 #define ANDROID_OEM_DATA(n) u64 android_oem_data##n argument 34 #define ANDROID_OEM_DATA_ARRAY(n, s) u64 android_oem_data##n[s] argument 36 #define android_init_vendor_data(p, n) \ argument 38 #define android_init_oem_data(p, n) \ argument 41 #define ANDROID_VENDOR_DATA(n) argument 42 #define ANDROID_VENDOR_DATA_ARRAY(n, s) argument 43 #define ANDROID_OEM_DATA(n) argument 44 #define ANDROID_OEM_DATA_ARRAY(n, s) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/phy/allwinner/ |
| H A D | phy-sun6i-mipi-dphy.c | 21 #define SUN6I_DPHY_GCTL_LANE_NUM(n) ((((n) - 1) & 3) << 4) argument 28 #define SUN6I_DPHY_TX_TIME0_HS_TRAIL(n) (((n) & 0xff) << 24) argument 29 #define SUN6I_DPHY_TX_TIME0_HS_PREPARE(n) (((n) & 0xff) << 16) argument 30 #define SUN6I_DPHY_TX_TIME0_LP_CLK_DIV(n) ((n) & 0xff) argument 33 #define SUN6I_DPHY_TX_TIME1_CLK_POST(n) (((n) & 0xff) << 24) argument 34 #define SUN6I_DPHY_TX_TIME1_CLK_PRE(n) (((n) & 0xff) << 16) argument 35 #define SUN6I_DPHY_TX_TIME1_CLK_ZERO(n) (((n) & 0xff) << 8) argument 36 #define SUN6I_DPHY_TX_TIME1_CLK_PREPARE(n) ((n) & 0xff) argument 39 #define SUN6I_DPHY_TX_TIME2_CLK_TRAIL(n) ((n) & 0xff) argument 44 #define SUN6I_DPHY_TX_TIME4_HS_TX_ANA1(n) (((n) & 0xff) << 8) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/phy/marvell/ |
| H A D | phy-mvebu-cp110-comphy.c | 20 #define MVEBU_COMPHY_SERDES_CFG0(n) (0x0 + (n) * 0x1000) argument 22 #define MVEBU_COMPHY_SERDES_CFG0_GEN_RX(n) ((n) << 3) argument 23 #define MVEBU_COMPHY_SERDES_CFG0_GEN_TX(n) ((n) << 7) argument 28 #define MVEBU_COMPHY_SERDES_CFG1(n) (0x4 + (n) * 0x1000) argument 33 #define MVEBU_COMPHY_SERDES_CFG2(n) (0x8 + (n) * 0x1000) argument 35 #define MVEBU_COMPHY_SERDES_STATUS0(n) (0x18 + (n) * 0x1000) argument 39 #define MVEBU_COMPHY_PWRPLL_CTRL(n) (0x804 + (n) * 0x1000) argument 40 #define MVEBU_COMPHY_PWRPLL_CTRL_RFREQ(n) ((n) << 0) argument 41 #define MVEBU_COMPHY_PWRPLL_PHY_MODE(n) ((n) << 5) argument 42 #define MVEBU_COMPHY_IMP_CAL(n) (0x80c + (n) * 0x1000) argument [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/include/debug/ |
| H A D | imx-uart.h | 11 #define IMX1_UART_BASE_ADDR(n) IMX1_UART##n##_BASE_ADDR argument 12 #define IMX1_UART_BASE(n) IMX1_UART_BASE_ADDR(n) argument 19 #define IMX25_UART_BASE_ADDR(n) IMX25_UART##n##_BASE_ADDR argument 20 #define IMX25_UART_BASE(n) IMX25_UART_BASE_ADDR(n) argument 26 #define IMX27_UART_BASE_ADDR(n) IMX27_UART##n##_BASE_ADDR argument 27 #define IMX27_UART_BASE(n) IMX27_UART_BASE_ADDR(n) argument 34 #define IMX31_UART_BASE_ADDR(n) IMX31_UART##n##_BASE_ADDR argument 35 #define IMX31_UART_BASE(n) IMX31_UART_BASE_ADDR(n) argument 40 #define IMX35_UART_BASE_ADDR(n) IMX35_UART##n##_BASE_ADDR argument 41 #define IMX35_UART_BASE(n) IMX35_UART_BASE_ADDR(n) argument [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-sunxi/ |
| H A D | p2wi.h | 25 #define __P2WI_CC_CLK(n) (((n) & 0xff) << 0) argument 27 #define __P2WI_CC_CLK_DIV(n) (((n) >> 1) - 1) argument 28 #define P2WI_CC_CLK_DIV(n) \ argument 30 #define P2WI_CC_SDA_OUT_DELAY(n) (((n) & 0x7) << 8) argument 40 #define __P2WI_STAT_TRANS_ERR(n) (((n) & 0xff) << 8) argument 67 #define P2WI_DATADDR_BYTE_1(n) (((n) & 0xff) << 0) argument 69 #define P2WI_DATADDR_BYTE_2(n) (((n) & 0xff) << 8) argument 71 #define P2WI_DATADDR_BYTE_3(n) (((n) & 0xff) << 16) argument 73 #define P2WI_DATADDR_BYTE_4(n) (((n) & 0xff) << 24) argument 75 #define P2WI_DATADDR_BYTE_5(n) (((n) & 0xff) << 0) argument [all …]
|
| H A D | prcm.h | 16 #define __PRCM_CPUS_CFG_PRE(n) (((n) & 0x3) << 4) argument 18 #define __PRCM_CPUS_CFG_PRE_DIV(n) (((n) >> 1) - 1) argument 19 #define PRCM_CPUS_CFG_PRE_DIV(n) \ argument 21 #define __PRCM_CPUS_CFG_POST(n) (((n) & 0x1f) << 8) argument 23 #define __PRCM_CPUS_CFG_POST_DIV(n) ((n) - 1) argument 24 #define PRCM_CPUS_CFG_POST_DIV(n) \ argument 26 #define __PRCM_CPUS_CFG_CLK_SRC(n) (((n) & 0x3) << 16) argument 41 #define __PRCM_APB0_RATIO(n) (((n) & 0x3) << 0) argument 43 #define __PRCM_APB0_RATIO_DIV(n) (((n) >> 1) - 1) argument 44 #define PRCM_APB0_RATIO_DIV(n) \ argument [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qcache3q_p.h | 121 Node *n; variable 271 Node *n = lookup_[key]; in insert() local 293 Node *n = new Node; in insert() local 309 Node *n = q1_evicted_->f; in clear() local 311 delete n; in clear() local 315 Node *n = q1_->f; in clear() local 318 delete n; in clear() local 322 Node *n = q2_->f; in clear() local 325 delete n; in clear() local 329 Node *n = q3_->f; in clear() local [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/loongson32/common/ |
| H A D | irq.c | 13 #define LS1X_INTC_REG(n, x) \ argument 16 #define LS1X_INTC_INTISR(n) LS1X_INTC_REG(n, 0x0) argument 17 #define LS1X_INTC_INTIEN(n) LS1X_INTC_REG(n, 0x4) argument 18 #define LS1X_INTC_INTSET(n) LS1X_INTC_REG(n, 0x8) argument 19 #define LS1X_INTC_INTCLR(n) LS1X_INTC_REG(n, 0xc) argument 20 #define LS1X_INTC_INTPOL(n) LS1X_INTC_REG(n, 0x10) argument 21 #define LS1X_INTC_INTEDGE(n) LS1X_INTC_REG(n, 0x14) argument 26 unsigned int n = (d->irq - LS1X_IRQ_BASE) >> 5; in ls1x_irq_ack() local 35 unsigned int n = (d->irq - LS1X_IRQ_BASE) >> 5; in ls1x_irq_mask() local 44 unsigned int n = (d->irq - LS1X_IRQ_BASE) >> 5; in ls1x_irq_mask_ack() local [all …]
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | log2.h | 27 int __ilog2_u32(u32 n) in __ilog2_u32() 35 int __ilog2_u64(u64 n) in __ilog2_u64() 50 bool is_power_of_2(unsigned long n) in is_power_of_2() 60 unsigned long __roundup_pow_of_two(unsigned long n) in __roundup_pow_of_two() 70 unsigned long __rounddown_pow_of_two(unsigned long n) in __rounddown_pow_of_two() 85 #define ilog2(n) \ argument 165 #define roundup_pow_of_two(n) \ argument 182 #define rounddown_pow_of_two(n) \ argument 190 int __order_base_2(unsigned long n) in __order_base_2() 208 #define order_base_2(n) \ argument
|
| /OK3568_Linux_fs/u-boot/drivers/phy/ |
| H A D | phy-rockchip-typec.c | 42 #define TX_TXCC_MGNFS_MULT_000(n) ((0x4050 | ((n) << 9)) << 2) argument 43 #define XCVR_DIAG_PLLDRC_CTRL(n) ((0x40e0 | ((n) << 9)) << 2) argument 44 #define XCVR_DIAG_BIDI_CTRL(n) ((0x40e8 | ((n) << 9)) << 2) argument 45 #define XCVR_DIAG_LANE_FCM_EN_MGN(n) ((0x40f2 | ((n) << 9)) << 2) argument 46 #define TX_PSC_A0(n) ((0x4100 | ((n) << 9)) << 2) argument 47 #define TX_PSC_A1(n) ((0x4101 | ((n) << 9)) << 2) argument 48 #define TX_PSC_A2(n) ((0x4102 | ((n) << 9)) << 2) argument 49 #define TX_PSC_A3(n) ((0x4103 | ((n) << 9)) << 2) argument 50 #define TX_RCVDET_CTRL(n) ((0x4120 | ((n) << 9)) << 2) argument 51 #define TX_RCVDET_EN_TMR(n) ((0x4122 | ((n) << 9)) << 2) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/dss/ |
| H A D | dispc.h | 37 #define DISPC_OVL_BA0(n) (DISPC_OVL_BASE(n) + \ argument 39 #define DISPC_OVL_BA1(n) (DISPC_OVL_BASE(n) + \ argument 41 #define DISPC_OVL_BA0_UV(n) (DISPC_OVL_BASE(n) + \ argument 43 #define DISPC_OVL_BA1_UV(n) (DISPC_OVL_BASE(n) + \ argument 45 #define DISPC_OVL_POSITION(n) (DISPC_OVL_BASE(n) + \ argument 47 #define DISPC_OVL_SIZE(n) (DISPC_OVL_BASE(n) + \ argument 49 #define DISPC_OVL_ATTRIBUTES(n) (DISPC_OVL_BASE(n) + \ argument 51 #define DISPC_OVL_ATTRIBUTES2(n) (DISPC_OVL_BASE(n) + \ argument 53 #define DISPC_OVL_FIFO_THRESHOLD(n) (DISPC_OVL_BASE(n) + \ argument 55 #define DISPC_OVL_FIFO_SIZE_STATUS(n) (DISPC_OVL_BASE(n) + \ argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | dispc.h | 34 #define DISPC_OVL_BA0(n) (DISPC_OVL_BASE(n) + \ argument 36 #define DISPC_OVL_BA1(n) (DISPC_OVL_BASE(n) + \ argument 38 #define DISPC_OVL_BA0_UV(n) (DISPC_OVL_BASE(n) + \ argument 40 #define DISPC_OVL_BA1_UV(n) (DISPC_OVL_BASE(n) + \ argument 42 #define DISPC_OVL_POSITION(n) (DISPC_OVL_BASE(n) + \ argument 44 #define DISPC_OVL_SIZE(n) (DISPC_OVL_BASE(n) + \ argument 46 #define DISPC_OVL_ATTRIBUTES(n) (DISPC_OVL_BASE(n) + \ argument 48 #define DISPC_OVL_ATTRIBUTES2(n) (DISPC_OVL_BASE(n) + \ argument 50 #define DISPC_OVL_FIFO_THRESHOLD(n) (DISPC_OVL_BASE(n) + \ argument 52 #define DISPC_OVL_FIFO_SIZE_STATUS(n) (DISPC_OVL_BASE(n) + \ argument [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/ |
| H A D | sdram_common.h | 30 #define UART_INFO_ID(n) (((n) >> 28) & 0xf) argument 31 #define UART_INFO_IOMUX(n) (((n) >> 24) & 0xf) argument 32 #define UART_INFO_BAUD(n) ((n) & 0xffffff) argument 35 #define STANDBY_IDLE(n) ((n) & 0xffff) argument 37 #define SR_INFO(n) (((n) >> 16) & 0xffff) argument 38 #define PD_INFO(n) ((n) & 0xffff) argument 40 #define FIRST_SCAN_CH(n) (((n) >> 28) & 0xf) argument 41 #define CHANNEL_MASK(n) (((n) >> 24) & 0xf) argument 42 #define STRIDE_TYPE(n) (((n) >> 16) & 0xff) argument 44 #define DDR_2T_INFO(n) ((n) & 1) argument [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/uniphier/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/scripts/gcc-plugins/ |
| H A 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 …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-lpc32xx/ |
| H A D | timer.h | 29 #define TIMER_IR_CR(n) (1 << ((n) + 4)) argument 30 #define TIMER_IR_MR(n) (1 << (n)) argument 38 #define TIMER_MCR_STOP(n) (1 << (3 * (n) + 2)) argument 39 #define TIMER_MCR_RESET(n) (1 << (3 * (n) + 1)) argument 40 #define TIMER_MCR_INTERRUPT(n) (1 << (3 * (n))) argument 43 #define TIMER_CCR_INTERRUPT(n) (1 << (3 * (n) + 2)) argument 44 #define TIMER_CCR_FALLING_EDGE(n) (1 << (3 * (n) + 1)) argument 45 #define TIMER_CCR_RISING_EDGE(n) (1 << (3 * (n))) argument 48 #define TIMER_EMR_EMC_TOGGLE(n) (0x3 << (2 * (n) + 4)) argument 49 #define TIMER_EMR_EMC_SET(n) (0x2 << (2 * (n) + 4)) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/ |
| H A D | regs-decon5433.h | 12 #define DECON_WINCONx(n) (0x0020 + ((n) * 4)) argument 13 #define DECON_VIDOSDxH(n) (0x0080 + ((n) * 4)) argument 15 #define DECON_VIDOSDxA(n) (0x00B0 + ((n) * 0x20)) argument 16 #define DECON_VIDOSDxB(n) (0x00B4 + ((n) * 0x20)) argument 17 #define DECON_VIDOSDxC(n) (0x00B8 + ((n) * 0x20)) argument 18 #define DECON_VIDOSDxD(n) (0x00BC + ((n) * 0x20)) argument 19 #define DECON_VIDOSDxE(n) (0x00C0 + ((n) * 0x20)) argument 20 #define DECON_VIDW0xADD0B0(n) (0x0150 + ((n) * 0x10)) argument 21 #define DECON_VIDW0xADD0B1(n) (0x0154 + ((n) * 0x10)) argument 22 #define DECON_VIDW0xADD0B2(n) (0x0158 + ((n) * 0x10)) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | inno_hdmi.h | 48 #define v_VIDEO_INPUT_FORMAT(n) (n << 1) argument 61 #define v_VIDEO_OUTPUT_COLOR(n) (((n) & 0x3) << 6) argument 62 #define v_VIDEO_INPUT_BITS(n) (n << 4) argument 63 #define v_VIDEO_INPUT_CSP(n) (n << 0) argument 73 #define v_VIDEO_AUTO_CSC(n) (n << 7) argument 75 #define v_VIDEO_C0_C2_SWAP(n) (n << 0) argument 88 #define v_COLOR_DEPTH_NOT_INDICATED(n) ((n) << 4) argument 102 #define v_AVMUTE_CLEAR(n) (n << 7) argument 103 #define v_AVMUTE_ENABLE(n) (n << 6) argument 104 #define v_AUDIO_MUTE(n) (n << 1) argument [all …]
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | log2.h | 21 int __ilog2_u32(u32 n) in __ilog2_u32() 27 int __ilog2_u64(u64 n) in __ilog2_u64() 38 bool is_power_of_2(unsigned long n) in is_power_of_2() 47 unsigned long __roundup_pow_of_two(unsigned long n) in __roundup_pow_of_two() 56 unsigned long __rounddown_pow_of_two(unsigned long n) in __rounddown_pow_of_two() 71 #define ilog2(n) \ argument 151 #define roundup_pow_of_two(n) \ argument 168 #define rounddown_pow_of_two(n) \ argument
|
| /OK3568_Linux_fs/kernel/arch/sh/math-emu/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/fs/ufs/ |
| H A 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()
|