Home
last modified time | relevance | path

Searched refs:bits32 (Results 1 – 10 of 10) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/cortina/
Dgemini.h172 unsigned int bits32; member
180 unsigned int bits32; member
189 unsigned int bits32; member
319 unsigned int bits32; member
337 unsigned int bits32; member
371 unsigned int bits32; member
391 unsigned int bits32; member
415 unsigned int bits32; member
439 unsigned int bits32; member
479 unsigned int bits32; member
[all …]
Dgemini.c299 status.bits32 = readl(port->gmac_base + GMAC_STATUS); in gmac_speed_set()
300 old_status.bits32 = status.bits32; in gmac_speed_set()
344 if (old_status.bits32 == status.bits32) in gmac_speed_set()
357 writel(status.bits32, port->gmac_base + GMAC_STATUS); in gmac_speed_set()
364 union gmac_status status = { .bits32 = 0 }; in gmac_setup_phy()
404 writel(status.bits32, port->gmac_base + GMAC_STATUS); in gmac_setup_phy()
518 tmp.bits32 = readl(port->gmac_base + GMAC_CONFIG0); in gmac_init()
520 writel(config0.bits32, port->gmac_base + GMAC_CONFIG0); in gmac_init()
521 writel(config1.bits32, port->gmac_base + GMAC_CONFIG1); in gmac_init()
522 writel(config2.bits32, port->gmac_base + GMAC_CONFIG2); in gmac_init()
[all …]
/linux-5.19.10/arch/sh/kernel/cpu/sh4/
Dsoftfloat.c59 typedef unsigned int bits32; typedef
76 bits32 extractFloat32Frac(float32 a);
79 float32 packFloat32(flag zSign, int16 zExp, bits32 zSig);
80 void shift32RightJamming(bits32 a, int16 count, bits32 * zPtr);
96 static int8 countLeadingZeros32(bits32 a);
102 static float32 roundAndPackFloat32(flag zSign, int16 zExp, bits32 zSig);
104 bits32 zSig);
111 static void normalizeFloat32Subnormal(bits32 aSig, int16 * zExpPtr,
112 bits32 * zSigPtr);
139 bits32 extractFloat32Frac(float32 a) in extractFloat32Frac()
[all …]
/linux-5.19.10/arch/arm/nwfpe/
Dsoftfloat.c113 INLINE bits32 extractFloat32Frac( float32 a ) in extractFloat32Frac()
155 normalizeFloat32Subnormal( bits32 aSig, int16 *zExpPtr, bits32 *zSigPtr ) in normalizeFloat32Subnormal()
177 INLINE float32 packFloat32( flag zSign, int16 zExp, bits32 zSig ) in packFloat32()
190 return ( ( (bits32) zSign )<<31 ) + ( ( (bits32) zExp )<<23 ) + zSig; in packFloat32()
217 static float32 roundAndPackFloat32( struct roundingData *roundData, flag zSign, int16 zExp, bits32 in roundAndPackFloat32()
280 normalizeRoundAndPackFloat32( struct roundingData *roundData, flag zSign, int16 zExp, bits32 zSig ) in normalizeRoundAndPackFloat32()
604 if ( 0x7FFD <= (bits32) ( zExp - 1 ) ) { in roundAndPackFloatx80()
658 if ( 0x7FFD <= (bits32) ( zExp - 1 ) ) { in roundAndPackFloatx80()
839 bits32 aSig; in float32_to_int32()
870 bits32 aSig; in float32_to_int32_round_to_zero()
[all …]
Dsoftfloat-macros42 INLINE void shift32RightJamming( bits32 a, int16 count, bits32 *zPtr )
44 bits32 z;
462 bits32 aHigh, aLow, bHigh, bLow;
603 static bits32 estimateSqrt32( int16 aExp, bits32 a )
614 bits32 z;
627 if ( z <= a ) return (bits32) ( ( (sbits32) a )>>1 );
631 return ( (bits32) A ) + ( z>>1 );
641 static int8 countLeadingZeros32( bits32 a )
Dsoftfloat.h240 return (a == b) || ((bits32) ((a | b) << 1) == 0); in float32_eq_nocheck()
250 return aSign && ((bits32) ((a | b) << 1) != 0); in float32_lt_nocheck()
DARM-gcc.h44 typedef unsigned int bits32; typedef
Dsoftfloat-specialize85 return ( 0xFF000000 < (bits32) ( a<<1 ) );
130 return ( ( (bits32) a.sign )<<31 ) | 0x7FC00000 | ( a.high>>41 );
/linux-5.19.10/drivers/net/wireless/realtek/rtl818x/rtl8187/
Drtl8225.c65 &priv->io_dmabuf->bits32, sizeof(val), 500); in rtl818x_ioread32_idx()
67 val = priv->io_dmabuf->bits32; in rtl818x_ioread32_idx()
106 priv->io_dmabuf->bits32 = cpu_to_le32(val); in rtl818x_iowrite32_idx()
110 &priv->io_dmabuf->bits32, sizeof(val), 500); in rtl818x_iowrite32_idx()
Drtl8187.h151 __le32 bits32; member