Searched refs:temp (Results 1 – 4 of 4) sorted by relevance
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/Zynq/ |
D | x_emacpsif_physpeed.c | 286 u16 temp; in get_IEEE_phy_speed() local 369 &temp ); in get_IEEE_phy_speed() 371 if( temp & IEEE_AUTONEG_ERROR_MASK ) in get_IEEE_phy_speed() 389 XEmacPs_PhyRead( xemacpsp, phy_addr, 5, &temp ); in get_IEEE_phy_speed() 391 while( !( temp & 0x8000 ) ) in get_IEEE_phy_speed() 393 XEmacPs_PhyRead( xemacpsp, phy_addr, 5, &temp ); in get_IEEE_phy_speed() 396 if( ( temp & 0x0C00 ) == 0x0800 ) in get_IEEE_phy_speed() 398 XEmacPs_PhyRead( xemacpsp, phy_addr, 0, &temp ); in get_IEEE_phy_speed() 401 else if( ( temp & 0x0C00 ) == 0x0400 ) in get_IEEE_phy_speed() 403 XEmacPs_PhyRead( xemacpsp, phy_addr, 0, &temp ); in get_IEEE_phy_speed() [all …]
|
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ksz8851snl/ |
D | ksz8851snl.c | 98 uint16_t temp; in ksz8851_reg_setbits() local 100 temp = ksz8851_reg_read( reg ); in ksz8851_reg_setbits() 101 temp |= bits_to_set; in ksz8851_reg_setbits() 102 ksz8851_reg_write( reg, temp ); in ksz8851_reg_setbits() 114 uint16_t temp; in ksz8851_reg_clrbits() local 116 temp = ksz8851_reg_read( reg ); in ksz8851_reg_clrbits() 117 temp &= ~( uint32_t ) bits_to_clr; in ksz8851_reg_clrbits() 118 ksz8851_reg_write( reg, temp ); in ksz8851_reg_clrbits()
|
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/xilinx_ultrascale/ |
D | x_emacpsif_physpeed.c | 496 uint16_t temp; in get_Marvell_phy_speed() local 561 IEEE_COPPER_SPECIFIC_STATUS_REG_2, &temp ); in get_Marvell_phy_speed()
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_DHCP/ |
D | FreeRTOS_DHCP_stubs.c | 257 static void ReleaseUDPBuffer( const void * temp, in ReleaseUDPBuffer() argument
|