Home
last modified time | relevance | path

Searched refs:mconfig (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/Documentation/kbuild/
Dconfig-language.txt33 mconfig ftp.kernel.org/pub/linux/kernel/people/hch/mconfig/
50 'mconfig' is the next generation of Config Language interpreters. It is a
172 mconfig: ignores this line (mconfig does a better job without it).
194 mconfig: implemented
206 It does not echo the prompt to the output file. mconfig uses this verb
212 mconfig: implemented
216 # mconfig internal help text
217 text 'Here are all the mconfig command line options.'
236 mconfig: implemented
256 mconfig: implemented
[all …]
/linux-2.4.37.9/drivers/net/
Dsunqe.c509 qep->mconfig = (MREGS_MCONFIG_TXENAB | in qe_open()
630 u8 new_mconfig = qep->mconfig; in qe_set_multicast()
683 qep->mconfig = new_mconfig; in qe_set_multicast()
684 sbus_writeb(qep->mconfig, qep->mregs + MREGS_MCONFIG); in qe_set_multicast()
Dsunqe.h344 u8 mconfig; /* Base MACE mconfig value */ member