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

/freebsd-9.3-release/sys/dev/ppc/
H A Dppc.c1652 static short next_bios_ppc = 0; local
1679 if (next_bios_ppc == 0) {
1682 next_bios_ppc += 1;
1688 if ((next_bios_ppc < BIOS_MAX_PPC) &&
1689 (*(BIOS_PORTS + next_bios_ppc) != 0)) {
1690 port = *(BIOS_PORTS + next_bios_ppc++);

Completed in 27 milliseconds