Home
last modified time | relevance | path

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

/Linux-v6.6/arch/powerpc/kernel/
Drtas.c1202 } else if (status >= RTAS_EXTENDED_DELAY_MIN && in rtas_busy_delay_time()
1204 order = status - RTAS_EXTENDED_DELAY_MIN; in rtas_busy_delay_time()
1221 case RTAS_EXTENDED_DELAY_MIN...RTAS_EXTENDED_DELAY_MAX: in rtas_busy_delay_early()
1283 case RTAS_EXTENDED_DELAY_MIN...RTAS_EXTENDED_DELAY_MAX: in rtas_busy_delay()
1424 WARN_ON(rc == RTAS_BUSY || (rc >= RTAS_EXTENDED_DELAY_MIN && in rtas_get_sensor_fast()
1488 WARN_ON(rc == RTAS_BUSY || (rc >= RTAS_EXTENDED_DELAY_MIN && in rtas_set_indicator_fast()
/Linux-v6.6/drivers/pci/hotplug/
Drpaphp_pci.c50 case RTAS_EXTENDED_DELAY_MIN...RTAS_EXTENDED_DELAY_MAX: in rtas_get_sensor_errno()
/Linux-v6.6/arch/powerpc/platforms/pseries/
Deeh_pseries.c218 if (ret > RTAS_EXTENDED_DELAY_MIN+2 && in pseries_eeh_phb_configure_bridge()
220 ret = RTAS_EXTENDED_DELAY_MIN+2; in pseries_eeh_phb_configure_bridge()
/Linux-v6.6/arch/powerpc/include/asm/
Drtas.h208 #define RTAS_EXTENDED_DELAY_MIN 9900 macro