| 173 | } |
| 174 | |
| 175 | static inline intptr_t |
| 176 | pic_xref(device_t dev) |
| 177 | { |
| 178 | #ifdef FDT |
| 179 | return (OF_xref_from_node(ofw_bus_get_node(dev))); |
| 180 | #else |
| 181 | return (MIPS_PIC_XREF); |
| 182 | #endif |
| 183 | } |
| 184 | |
| 185 | static int |
| 186 | mips_pic_register_isrcs(struct mips_pic_softc *sc) |
no outgoing calls
no test coverage detected