Searched defs:bset (Results 1 – 5 of 5) sorted by relevance
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()