Searched refs:master (Results 1 - 4 of 4) sorted by relevance

/seL4-test-master/projects/util_libs/libplatsupport/src/plat/tk1/
H A Di2c.c26 * This driver only supports master mode. It doesn't support acting as a slave.
27 * It also doesn't support multi-master (masters other than itself connected
283 } master; member in struct:tk1_i2c_state_
392 * "If a master also incorporates a slave function and it loses arbitration
393 * during the addressing stage, it is possible that the winning master is
394 * trying to address it. The losing master must therefore switch over
412 * ^ This handling makes sense, but only if we are the master-sender.
753 /* Enable HS mode bit and set HS master mode address. */
758 headers.i2c |= state->master.hsmode_master_address
774 /** Takes a buffer and attempts to write as much of it as it can to the master
[all...]
/seL4-test-master/projects/util_libs/libethdrivers/src/plat/imx6/uboot/
H A Dmicrel.c76 const unsigned master = CTRL1000_PREFER_MASTER | local
80 /* force master mode for 1000BaseT due to chip errata */
82 ctrl1000 |= ADVERTISE_1000HALF | master;
84 ctrl1000 |= ADVERTISE_1000FULL | master;
/seL4-test-master/kernel/manual/parts/
H A Dthreads.tex52 On the master kernel, this will result in the thread immediately being added to
57 corresponding to the affinity of the thread. For master, this is set using
H A Dio.tex146 An initial master \obj{IOSpace} capability is provided in the initial thread's

Completed in 44 milliseconds