Searched refs:TRUE (Results 1 - 9 of 9) sorted by relevance

/seL4-camkes-master/projects/util_libs/libethdrivers/src/plat/am335x/
H A Dphy.c135 * TRUE if loop back is enabled \n
143 if (MDIOPhyRegRead(mdioBaseAddr, phyAddr, PHY_BCR, &data) != TRUE ) {
152 return TRUE;
162 * TRUE if loop back is disabled \n
170 if (MDIOPhyRegRead(mdioBaseAddr, phyAddr, PHY_BCR, &data) != TRUE ) {
179 return TRUE;
203 * TRUE if autonegotiation started
213 if (MDIOPhyRegRead(mdioBaseAddr, phyAddr, PHY_BCR, &data) != TRUE ) {
228 if (MDIOPhyRegRead(mdioBaseAddr, phyAddr, PHY_BCR, &data) != TRUE ) {
247 return TRUE;
[all...]
H A Dmdio.c84 * TRUE - read is successful.\n
106 return TRUE;
H A Dedma.c1033 * \return TRUE if parameters are valid, else FALSE
1054 retVal = TRUE;
1063 retVal = TRUE;
1110 * \return TRUE if parameters are valid else return FALSE
1129 retVal = TRUE;
1136 retVal = TRUE;
1176 * \return retVal TRUE or FALSE depending on the param passed.\n
1188 retVal = TRUE;
1195 retVal = TRUE;
1206 retVal = TRUE;
[all...]
/seL4-camkes-master/projects/util_libs/libethdrivers/src/plat/am335x/cpsw/
H A Dcpswif.h113 #ifndef TRUE
114 # define TRUE 1 macro
119 #define CPSW0_PORT_1_PHY_GIGABIT TRUE
128 #define CPSW0_PORT_1_PHY_GIGABIT TRUE
129 #define CPSW0_PORT_2_PHY_GIGABIT TRUE
H A Dcpswif.c335 partnr_ablty = TRUE;
346 partnr_ablty = TRUE;
347 gbps_partnr_ablty = TRUE;
364 &adv_val, &gig_adv_val) == TRUE) {
369 if (TRUE == auto_stat) {
480 if (TRUE == duplex) {
495 if (TRUE == (PhyLinkStatusGet(cpswinst->mdio_base,
503 if (TRUE == frc_stat) {
551 if (TRUE == duplex) {
600 if (TRUE
[all...]
/seL4-camkes-master/projects/util_libs/libethdrivers/plat_include/am335x/ethdrivers/plat/hw/
H A Dhw_types.h82 #define TRUE 1 macro
/seL4-camkes-master/projects/projects_libs/libmsgpack/msgpack-c/include/msgpack/
H A Dsysdep.h176 # if !defined(TRUE)
177 # define TRUE (!FALSE) macro
183 # define true TRUE
/seL4-camkes-master/projects/picotcp/modules/
H A Dpico_dev_tap_windows.c617 ULONG status = TRUE;
1038 o->overlapped.hEvent = CreateEvent (NULL, TRUE, event_state, NULL);
1055 overlapped_io_init (&tt->writes, TRUE);
/seL4-camkes-master/projects/lwip/src/apps/http/makefsdata/
H A Dmakefsdata.c67 #define CHDIR_SUCCEEDED(ret) (ret == TRUE)

Completed in 70 milliseconds