Searched defs:bset (Results 1 – 7 of 7) sorted by relevance
267 struct bsg_set *bset = in bsg_queue_rq() local324 struct bsg_set *bset = in bsg_remove_queue() local337 struct bsg_set *bset = in bsg_timeout() local365 struct bsg_set *bset; in bsg_setup_queue() local
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
1875 u8 *pparmbuf, bset; in r871x_mp_ioctl_hdl() local
1391 static inline int _nbu2ss_req_feature(struct nbu2ss_udc *udc, bool bset) in _nbu2ss_req_feature()