Searched refs:peek (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | keystone-k2hk-netcp.dtsi | 34 reg-names = "peek", "status", "config", 46 reg-names = "peek", "status", "config",
|
| H A D | keystone-k2g-netcp.dtsi | 33 reg-names = "peek", "config",
|
| H A D | keystone-k2e-netcp.dtsi | 34 reg-names = "peek", "status", "config",
|
| H A D | keystone-k2l-netcp.dtsi | 34 reg-names = "peek", "status", "config",
|
| /rk3399_rockchip-uboot/common/ |
| H A D | cli_hush.c | 340 int (*peek) (struct in_str *); member 343 #define b_peek(input) ((input)->peek(input)) 1158 i->peek = file_peek; 1170 i->peek = static_peek; 2848 int ch = input->peek(input); /* first character after the $ */ 3222 if (inp->peek == file_peek) { 3248 (inp->peek != static_peek || b_peek(inp)));
|