Home
last modified time | relevance | path

Searched refs:flipped (Results 1 – 9 of 9) sorted by relevance

/linux-3.4.99/drivers/sbus/char/
Ddisplay7seg.c57 bool flipped; member
93 if (p->flipped) in d7s_release()
209 p->flipped = true; in d7s_probe()
211 if (p->flipped) in d7s_probe()
246 if (p->flipped) in d7s_remove()
/linux-3.4.99/drivers/net/wireless/b43legacy/
Dradio.c54 u16 flipped = 0x0000; in flip_4bit() local
58 flipped |= (value & 0x0001) << 3; in flip_4bit()
59 flipped |= (value & 0x0002) << 1; in flip_4bit()
60 flipped |= (value & 0x0004) >> 1; in flip_4bit()
61 flipped |= (value & 0x0008) >> 3; in flip_4bit()
63 return flipped; in flip_4bit()
994 u16 flipped; in b43legacy_radio_interference_mitigation_enable() local
1012 flipped = flip_4bit(tmp); in b43legacy_radio_interference_mitigation_enable()
1013 if (flipped < 10 && flipped >= 8) in b43legacy_radio_interference_mitigation_enable()
1014 flipped = 7; in b43legacy_radio_interference_mitigation_enable()
[all …]
/linux-3.4.99/drivers/net/wireless/b43/
Dphy_g.c842 u16 tmp, flipped; in b43_radio_interference_mitigation_enable() local
856 flipped = bitrev4(tmp); in b43_radio_interference_mitigation_enable()
857 if (flipped < 10 && flipped >= 8) in b43_radio_interference_mitigation_enable()
858 flipped = 7; in b43_radio_interference_mitigation_enable()
859 else if (flipped >= 10) in b43_radio_interference_mitigation_enable()
860 flipped -= 3; in b43_radio_interference_mitigation_enable()
861 flipped = (bitrev4(flipped) << 1) | 0x0020; in b43_radio_interference_mitigation_enable()
862 b43_radio_write16(dev, 0x0078, flipped); in b43_radio_interference_mitigation_enable()
/linux-3.4.99/drivers/mtd/onenand/
DKconfig19 flipped accidentally due to device wear or something else.
/linux-3.4.99/Documentation/ABI/testing/
Dsysfs-class-mtd66 0x0800: MTD_BIT_WRITEABLE - single bits can be flipped
/linux-3.4.99/Documentation/input/
Drotary-encoder.txt61 should have happened, unless it flipped back on half the way. The
/linux-3.4.99/Documentation/
Dstatic-keys.txt64 straight-line code path. When the branch is 'flipped', we will patch the
/linux-3.4.99/drivers/mtd/devices/
DKconfig69 flipped accidentally due to device wear or something else.
/linux-3.4.99/drivers/mtd/nand/
DKconfig32 flipped accidentally due to device wear or something else.