Home
last modified time | relevance | path

Searched refs:octeon_has_feature (Results 1 – 4 of 4) sorted by relevance

/drivers/watchdog/
Docteon-wdt-main.c263 } else if (!octeon_has_feature(OCTEON_FEATURE_CIU3)) { in octeon_wdt_nmi_stage3()
308 if (octeon_has_feature(OCTEON_FEATURE_CIU3)) { in octeon_wdt_cpu_to_irq()
363 if (octeon_has_feature(OCTEON_FEATURE_CIU3)) { in octeon_wdt_cpu_online()
380 if (octeon_has_feature(OCTEON_FEATURE_CIU3)) { in octeon_wdt_cpu_online()
/drivers/staging/octeon/
Dethernet-rx.c67 if (octeon_has_feature(OCTEON_FEATURE_PKND)) in cvm_oct_check_rcv_error()
267 if (octeon_has_feature(OCTEON_FEATURE_PKND)) in cvm_oct_poll()
Dethernet.c473 if (octeon_has_feature(OCTEON_FEATURE_PKND)) in cvm_oct_common_open()
Docteon-stubs.h12 #define octeon_has_feature(x) 0 macro