Searched defs:bset (Results 1 – 5 of 5) sorted by relevance
34 #define bset(b, a) iowrite8(ioread8(a) | (1 << (b)), (a)) macro
22 #define bset(b, a) iowrite8(ioread8(a) | (1 << (b)), (a)) macro
192 #define bset(p,b) ((p)[(b) >> 5] |= (1 << ((b) & 0x1f))) macro
1884 u8 *pparmbuf, bset; in r871x_mp_ioctl_hdl() local
1483 static inline int _nbu2ss_req_feature(struct nbu2ss_udc *udc, bool bset) in _nbu2ss_req_feature()