Searched refs:pm_send_pm1 (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/mac68k/dev/
H A Dpm_direct.c176 int pm_send_pm1(u_char, int);
369 pm_send_pm1(u_char data, int timo) function
462 if ((rval = pm_send_pm1(pm_cmd, ADBDelay * 8)) == 0)
482 if ((rval = pm_send_pm1((u_char)(num_pm_data & 0xff), ADBDelay * 8)) != 0)
488 if ((rval = pm_send_pm1(pm_buf[i], ADBDelay * 8)) != 0)

Completed in 448 milliseconds