Home
last modified time | relevance | path

Searched refs:bits16 (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/wireless/realtek/rtl818x/rtl8187/
A Drtl8225.c48 &priv->io_dmabuf->bits16, sizeof(val), 500); in rtl818x_ioread16_idx()
50 val = priv->io_dmabuf->bits16; in rtl818x_ioread16_idx()
92 priv->io_dmabuf->bits16 = cpu_to_le16(val); in rtl818x_iowrite16_idx()
96 &priv->io_dmabuf->bits16, sizeof(val), 500); in rtl818x_iowrite16_idx()
182 priv->io_dmabuf->bits16 = data; in rtl8225_write_8051()
185 addr, 0x8225, &priv->io_dmabuf->bits16, sizeof(data), in rtl8225_write_8051()
A Drtl8187.h150 __le16 bits16; member
/linux/arch/arm/nwfpe/
A DARM-gcc.h42 typedef unsigned short int bits16; typedef
A Dsoftfloat.c242 if ( 0xFD <= (bits16) zExp ) { in roundAndPackFloat32()
413 if ( 0x7FD <= (bits16) zExp ) { in roundAndPackFloat64()
533 z.high = ( ( (bits16) zSign )<<15 ) + zExp; in packFloatx80()
3265 && ( (bits16) ( ( a.high | b.high )<<1 ) == 0 ) ) in floatx80_eq()
3295 || ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low ) in floatx80_le()
3329 && ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low ) in floatx80_lt()
3361 && ( (bits16) ( ( a.high | b.high )<<1 ) == 0 ) ) in floatx80_eq_signaling()
3391 || ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low ) in floatx80_le_quiet()
3425 && ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low ) in floatx80_lt_quiet()
A Dsoftfloat-specialize334 z.high = ( ( (bits16) a.sign )<<15 ) | 0x7FFF;
A Dsoftfloat-macros605 static const bits16 sqrtOddAdjustments[] = {
609 static const bits16 sqrtEvenAdjustments[] = {
/linux/arch/sh/kernel/cpu/sh4/
A Dsoftfloat.c57 typedef unsigned short int bits16; typedef
373 if (0xFD <= (bits16) zExp) { in roundAndPackFloat32()
424 if (0x7FD <= (bits16) zExp) { in roundAndPackFloat64()

Completed in 15 milliseconds