Lines Matching defs:value
284 /* Convert a b43legacy rate value to a rate in 100kbps */
441 * Use b43legacy_get_lopair() to get a value.
446 /* idle TSSI value */
476 /* Current TXpower control value for TXpower recalculation. */
488 * Each value in the stack is laid out as follows:
491 * bit 16-32: value
813 void b43legacy_write16(struct b43legacy_wldev *dev, u16 offset, u16 value)
815 ssb_write16(dev->dev, offset, value);
825 void b43legacy_write32(struct b43legacy_wldev *dev, u16 offset, u32 value)
827 ssb_write32(dev->dev, offset, value);
855 /* Macros for printing a value in Q5.2 format */