Searched refs:l3_config (Results 1 – 1 of 1) sorted by relevance
527 pfc_l3_class_config_t l3_config; in hpi_pfc_set_l3_class_config() local533 l3_config.value = 0; in hpi_pfc_set_l3_class_config()536 l3_config.bits.tsel = 1; in hpi_pfc_set_l3_class_config()538 l3_config.bits.tsel = 0; in hpi_pfc_set_l3_class_config()541 l3_config.bits.discard = 1; in hpi_pfc_set_l3_class_config()543 l3_config.bits.discard = 0; in hpi_pfc_set_l3_class_config()546 REG_PIO_WRITE64(handle, offset, l3_config.value); in hpi_pfc_set_l3_class_config()555 pfc_l3_class_config_t l3_config; in hpi_pfc_get_l3_class_config() local562 REG_PIO_READ64(handle, offset, &l3_config.value); in hpi_pfc_get_l3_class_config()564 if (l3_config.bits.tsel) in hpi_pfc_get_l3_class_config()[all …]