Home
last modified time | relevance | path

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

/linux/drivers/accel/habanalabs/gaudi/
H A Dgaudi.c7512 static int tpc_dec_event_to_tpc_id(u16 tpc_dec_event_type) in tpc_dec_event_to_tpc_id() argument
7514 return (tpc_dec_event_type - GAUDI_EVENT_TPC0_DEC) >> 1; in tpc_dec_event_to_tpc_id()
7517 static int tpc_krn_event_to_tpc_id(u16 tpc_dec_event_type) in tpc_krn_event_to_tpc_id() argument
7519 return (tpc_dec_event_type - GAUDI_EVENT_TPC0_KRN_ERR) / 6; in tpc_krn_event_to_tpc_id()