Searched refs:bm (Results 1 – 4 of 4) sorted by relevance
/include/linux/ |
D | phylink.h | 137 #define phylink_zero(bm) \ argument 138 bitmap_zero(bm, __ETHTOOL_LINK_MODE_MASK_NBITS) 139 #define __phylink_do_bit(op, bm, mode) \ argument 140 op(ETHTOOL_LINK_MODE_ ## mode ## _BIT, bm) 142 #define phylink_set(bm, mode) __phylink_do_bit(__set_bit, bm, mode) argument 143 #define phylink_clear(bm, mode) __phylink_do_bit(__clear_bit, bm, mode) argument 144 #define phylink_test(bm, mode) __phylink_do_bit(test_bit, bm, mode) argument
|
D | uwb.h | 113 DECLARE_BITMAP(bm, UWB_NUM_MAS); 269 struct uwb_mas_bm uwb_mas_bm_zero = { .bm = { 0 } }; 273 bitmap_copy_le(dst, mas->bm, UWB_NUM_MAS); in uwb_mas_bm_copy_le()
|
D | nfs_xdr.h | 37 __u32 bm; member
|
/include/linux/mfd/ |
D | abx500.h | 306 struct abx500_bm_data *bm);
|