Home
last modified time | relevance | path

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

/openbmc/linux/drivers/accel/habanalabs/gaudi/
H A Dgaudi.c7500 static int tpc_dec_event_to_tpc_id(u16 tpc_dec_event_type) in tpc_dec_event_to_tpc_id() argument
7502 return (tpc_dec_event_type - GAUDI_EVENT_TPC0_DEC) >> 1; in tpc_dec_event_to_tpc_id()
7505 static int tpc_krn_event_to_tpc_id(u16 tpc_dec_event_type) in tpc_krn_event_to_tpc_id() argument
7507 return (tpc_dec_event_type - GAUDI_EVENT_TPC0_KRN_ERR) / 6; in tpc_krn_event_to_tpc_id()