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

/netbsd-current/sys/arch/mac68k/dev/
H A Dpm_direct.c409 u_char pm_cmd; local
461 pm_cmd = (u_char)(pmdata->command & 0xff);
462 if ((rval = pm_send_pm1(pm_cmd, ADBDelay * 8)) == 0)
494 if ((pm_cmd & 0x08) == 0) {
677 u_char pm_cmd; local
694 pm_cmd = (u_char)(pmdata->command & 0xff);
715 if ((rval = pm_send_pm2((u_char)(pm_cmd & 0xff))))
721 if (pm_send_cmd_type[pm_cmd] < 0) {
740 pm_num_rx_data = pm_receive_cmd_type[pm_cmd];
/netbsd-current/sys/arch/macppc/dev/
H A Dpm_direct.c477 u_char pm_cmd; local
494 pm_cmd = (u_char)(pmdata->command & 0xff);
500 if ((rval = pm_send((u_char)(pm_cmd & 0xff))))
505 if (pm_send_cmd_type[pm_cmd] < 0) {
520 pm_num_rx_data = pm_receive_cmd_type[pm_cmd];

Completed in 83 milliseconds