OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rx_config
(Results
1 - 2
of
2
) sorted by null
/external/grub/netboot/
fa311.c
128
int
rx_config
;
local
184
rx_config
= 0x10000020;
189
rx_config
= 0x0020;
192
writel(
rx_config
, dev->ioaddr + RxConfig);
196
rx_config
|= 0x10000000;
199
rx_config
&= ~0x10000000;
203
writew(
rx_config
, dev->ioaddr + RxConfig);
natsemi.c
201
static unsigned int
rx_config
;
432
rx_config
= 0x10000020;
435
rx_config
= 0x0020;
438
outl(
rx_config
, ioaddr + RxConfig);
582
rx_config
|= 0x10000000;
585
rx_config
&= ~0x10000000;
589
outl(
rx_config
, ioaddr + RxConfig);
200
static unsigned int
rx_config
;
variable
Completed in 502 milliseconds