Searched refs:noisy (Results 1 - 4 of 4) sorted by path

/broadcom-cfe-1.4.2/cfe/arch/mips/chipset/sibyte/src/
H A Ddev_sb1250_ethernet.c1784 * noisy - display console messages
1790 static int sbeth_mii_poll(sbeth_t *s,int noisy) argument
1882 noisy = 0;
1885 if (noisy) {
/broadcom-cfe-1.4.2/cfe/dev/
H A Ddev_ide_common.c852 * noisy - display stuff as we probe
858 int idecommon_devprobe(idecommon_t *softc,int noisy) argument
900 if (noisy) {
938 noisy = 1;
940 if (noisy) xprintf("%s, \"%s\"",typename,model);
945 if (noisy) xprintf(", Sectors: %llu (%lld MB)",ttlsect,
953 if (noisy) xprintf("\n");
/broadcom-cfe-1.4.2/cfe/include/
H A Ddev_ide_common.h206 extern int idecommon_devprobe(idecommon_t *ide,int noisy);
/broadcom-cfe-1.4.2/cfe/ui/
H A Dui_tempsensor.c189 * temp_showtemp(noisy)
191 * Display the temperature. If 'noisy' is true, display it
196 * noisy - display whether or not changed
202 static int temp_showtemp(int noisy) argument
213 if (noisy) printf("Temperature sensor device did not respond\n");
217 if (noisy || (local != temp_prev_local) || (remote != temp_prev_remote)) {
226 if (noisy || !(status & 0x80)) {
227 /* don't display if busy, always display if noisy */

Completed in 102 milliseconds