OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WORD_REG_BITS_SET
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/gpxe/src/drivers/net/
via-velocity.c
384
WORD_REG_BITS_SET
(MCFG_PQEN, MCFG_RTGOPT, ®s->MCFG);
[
all
...]
via-velocity.h
56
#define
WORD_REG_BITS_SET
(x,m,p) do { writew( (readw((p)) & (~(m))) |(x),(p));} while (0)
[
all
...]
Completed in 731 milliseconds