/src/sys/arch/shark/ofw/ |
igsfb_ofbus.c | 96 int stdout_ihandle, stdout_phandle; local in function:igsfb_ofbus_cnattach 100 stdout_phandle = 0; 137 stdout_phandle = OF_instance_to_package(stdout_ihandle); 139 if (stdout_phandle != igs_node) { 166 igsfb_ofbus_phandle = stdout_phandle;
|
chipsfb_ofbus.c | 93 int stdout_ihandle, stdout_phandle; local in function:chipsfb_ofbus_cnattach 96 stdout_phandle = 0; 132 stdout_phandle = OF_instance_to_package(stdout_ihandle); 134 if (stdout_phandle != ct_node) 139 chipsfb_ofbus_phandle = stdout_phandle;
|
vga_ofbus.c | 133 int stdout_ihandle, stdout_phandle, ret; local in function:vga_ofbus_cnattach 136 stdout_phandle = 0; 149 if ((stdout_phandle = OF_instance_to_package(stdout_ihandle)) == -1 || 150 OF_getprop(stdout_phandle, "device_type", buf, sizeof(buf)) <= 0) {
|
igsfb_ofbus.c | 96 int stdout_ihandle, stdout_phandle; local in function:igsfb_ofbus_cnattach 100 stdout_phandle = 0; 137 stdout_phandle = OF_instance_to_package(stdout_ihandle); 139 if (stdout_phandle != igs_node) { 166 igsfb_ofbus_phandle = stdout_phandle;
|
chipsfb_ofbus.c | 93 int stdout_ihandle, stdout_phandle; local in function:chipsfb_ofbus_cnattach 96 stdout_phandle = 0; 132 stdout_phandle = OF_instance_to_package(stdout_ihandle); 134 if (stdout_phandle != ct_node) 139 chipsfb_ofbus_phandle = stdout_phandle;
|
vga_ofbus.c | 133 int stdout_ihandle, stdout_phandle, ret; local in function:vga_ofbus_cnattach 136 stdout_phandle = 0; 149 if ((stdout_phandle = OF_instance_to_package(stdout_ihandle)) == -1 || 150 OF_getprop(stdout_phandle, "device_type", buf, sizeof(buf)) <= 0) {
|