Symbol: bits16
arch/arm/nwfpe/softfloat.c
242
if ( 0xFD <= (bits16) zExp ) {
arch/arm/nwfpe/softfloat.c
3265
&& ( (bits16) ( ( a.high | b.high )<<1 ) == 0 ) )
arch/arm/nwfpe/softfloat.c
3295
|| ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low )
arch/arm/nwfpe/softfloat.c
3329
&& ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low )
arch/arm/nwfpe/softfloat.c
3361
&& ( (bits16) ( ( a.high | b.high )<<1 ) == 0 ) )
arch/arm/nwfpe/softfloat.c
3391
|| ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low )
arch/arm/nwfpe/softfloat.c
3425
&& ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low )
arch/arm/nwfpe/softfloat.c
413
if ( 0x7FD <= (bits16) zExp ) {
arch/arm/nwfpe/softfloat.c
533
z.high = ( ( (bits16) zSign )<<15 ) + zExp;
arch/sh/kernel/cpu/sh4/softfloat.c
373
if (0xFD <= (bits16) zExp) {
arch/sh/kernel/cpu/sh4/softfloat.c
424
if (0x7FD <= (bits16) zExp) {
drivers/net/wireless/realtek/rtl818x/rtl8187/rtl8187.h
150
__le16 bits16;
drivers/net/wireless/realtek/rtl818x/rtl8187/rtl8225.c
182
priv->io_dmabuf->bits16 = data;
drivers/net/wireless/realtek/rtl818x/rtl8187/rtl8225.c
185
addr, 0x8225, &priv->io_dmabuf->bits16, sizeof(data),
drivers/net/wireless/realtek/rtl818x/rtl8187/rtl8225.c
48
&priv->io_dmabuf->bits16, sizeof(val), 500);
drivers/net/wireless/realtek/rtl818x/rtl8187/rtl8225.c
50
val = priv->io_dmabuf->bits16;
drivers/net/wireless/realtek/rtl818x/rtl8187/rtl8225.c
92
priv->io_dmabuf->bits16 = cpu_to_le16(val);
drivers/net/wireless/realtek/rtl818x/rtl8187/rtl8225.c
96
&priv->io_dmabuf->bits16, sizeof(val), 500);