Searched defs:bset (Results 1 – 6 of 6) sorted by relevance
351 struct bset { struct352 __u64 csum;353 __u64 magic;354 __u64 seq;355 __u32 version;356 __u32 keys;358 union {
23 #define bset(b, a) iowrite8(ioread8(a) | (1 << (b)), (a)) macro
35 #define bset(b, a) iowrite8(ioread8(a) | (1 << (b)), (a)) macro
191 #define bset(p,b) ((p)[(b) >> 5] |= (1 << ((b) & 0x1f))) macro
1876 u8 *pparmbuf, bset; in r871x_mp_ioctl_hdl() local
1467 static inline int _nbu2ss_req_feature(struct nbu2ss_udc *udc, bool bset) in _nbu2ss_req_feature()