* Find node on which a given Soc device is located. * input is the pci device (slot) number. */
| 198 | * input is the pci device (slot) number. |
| 199 | */ |
| 200 | static __inline__ int |
| 201 | nlm_get_device_node(int device) |
| 202 | { |
| 203 | return (device / 8); |
| 204 | } |
| 205 | |
| 206 | #endif /* !LOCORE or !__ASSEMBLY */ |
| 207 |
no outgoing calls
no test coverage detected