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

/netbsd-current/sys/arch/mac68k/dev/
H A Dpm_direct.c1141 PMData tmp_pmdata; local
1152 tmp_pmdata.command = 0x20;
1153 tmp_pmdata.num_data = 3;
1154 tmp_pmdata.s_buf = tmp_pmdata.data;
1155 tmp_pmdata.r_buf = tmp_pmdata.data;
1156 tmp_pmdata.data[0] = (u_char)(ndid << 4) | 0xc;
1157 tmp_pmdata.data[1] = 0x04; /* magic spell for awaking the PM */
1158 tmp_pmdata
[all...]

Completed in 96 milliseconds