Home
last modified time | relevance | path

Searched refs:tgt (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/doc/
H A DREADME.NetConsole59 netconsole=[src-port]@[src-ip]/[<dev>],[tgt-port]@<tgt-ip>/[tgt-macaddr]
69 tgt-port port for logging agent
71 tgt-ip IP address for logging agent
73 tgt-macaddr ethernet MAC address for logging agent
/rk3399_rockchip-uboot/arch/arm/mach-imx/
H A Dhab.c265 static inline uint8_t get_idx(uint8_t *list, uint8_t tgt) in get_idx() argument
270 if (element == tgt) in get_idx()