Home
last modified time | relevance | path

Searched defs:bset (Results 1 – 5 of 5) sorted by relevance

/drivers/clocksource/
Dh8300_timer8.c34 #define bset(b, a) iowrite8(ioread8(a) | (1 << (b)), (a)) macro
Dh8300_timer16.c22 #define bset(b, a) iowrite8(ioread8(a) | (1 << (b)), (a)) macro
/drivers/tty/
Dn_hdlc.c192 #define bset(p,b) ((p)[(b) >> 5] |= (1 << ((b) & 0x1f))) macro
/drivers/staging/rtl8712/
Drtl871x_ioctl_linux.c1884 u8 *pparmbuf, bset; in r871x_mp_ioctl_hdl() local
/drivers/staging/emxx_udc/
Demxx_udc.c1483 static inline int _nbu2ss_req_feature(struct nbu2ss_udc *udc, bool bset) in _nbu2ss_req_feature()