Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_rom_rng.c162 int rc = 0; in mec_hal_rom_rng_read_bytes_nh() local
169 rc = fp(dest, nbytes_req); in mec_hal_rom_rng_read_bytes_nh()
170 if (rc < 0) { in mec_hal_rom_rng_read_bytes_nh()
176 *nbytes_supplied = (uint16_t)(rc & 0xffffu); in mec_hal_rom_rng_read_bytes_nh()
196 int rc = fp(dest, req_nw); in mec_hal_rom_rng_get_rand_words() local
198 if (rc >= 0) { in mec_hal_rom_rng_get_rand_words()
200 *actual_nw = (uint16_t)(rc & 0xffffu); in mec_hal_rom_rng_get_rand_words()
/hal_microchip-latest/mpfs/drivers/mss/mss_ethernet_mac/
Dvsc8575_phy.c435 volatile int32_t rc; /* Volatile so we can see rc when debugging as in MSS_MAC_VSC8575_phy_init() local
519 rc = viper_fmc_board_init(&cntrl); in MSS_MAC_VSC8575_phy_init()
524 rc = vsc_get_phy_type(&cntrl); in MSS_MAC_VSC8575_phy_init()
531 rc = initialize_viper_phy(&cntrl); in MSS_MAC_VSC8575_phy_init()
536 rc = reset_viper_phy(&cntrl); in MSS_MAC_VSC8575_phy_init()
537 rc = viper_phy_config_set(&cntrl, &phy_config); in MSS_MAC_VSC8575_phy_init()
548 rc = viper_phy_media_sig_adjust(&cntrl, cntrl.media_if, 0); in MSS_MAC_VSC8575_phy_init()
555 rc = post_reset_viper_phy(&cntrl); in MSS_MAC_VSC8575_phy_init()
Dvsc8575_support.c282 vtss_rc rc;
283 rc = vtss_phy_pre_reset (NULL, 0);