Searched defs:no (Results 1 – 10 of 10) sorted by relevance
/u-boot/drivers/gpio/ |
A D | msm_gpio.c | 18 #define GPIO_CONFIG_OFF(no) ((no) * 0x1000) argument 19 #define GPIO_IN_OUT_OFF(no) ((no) * 0x1000 + 0x4) argument
|
/u-boot/arch/arm/mach-rockchip/rk3368/ |
A D | rk3368.c | 108 static inline uintptr_t sgrf_soc_con_addr(unsigned int no) in sgrf_soc_con_addr() 116 static inline uintptr_t sgrf_busdmac_addr(unsigned int no) in sgrf_busdmac_addr()
|
/u-boot/drivers/clk/rockchip/ |
A D | clk_rk3188.c | 44 u32 no; member 233 uint32_t nr, no, nf; in rkclk_pll_get_rate() local
|
A D | clk_rk3288.c | 44 u32 no; member 241 uint no = 1; in pll_para_config() local 547 uint32_t nr, no, nf; in rkclk_pll_get_rate() local
|
A D | clk_rk3368.c | 37 u32 no; member 69 uint32_t nr, no, nf; in rkclk_pll_get_rate() local
|
/u-boot/arch/arm/include/asm/arch-rockchip/ |
A D | clock.h | 68 unsigned int no; member
|
/u-boot/scripts/kconfig/ |
A D | expr.h | 28 no, mod, yes enumerator
|
/u-boot/drivers/net/ |
A D | mtk_eth.c | 205 static void mtk_gdma_write(struct mtk_eth_priv *priv, int no, u32 reg, in mtk_gdma_write()
|
/u-boot/arch/arm/dts/ |
A D | sama5d2-pinfunc.h | 1 #define PINMUX_PIN(no, func, ioset) \ argument
|
A D | sama7g5-pinfunc.h | 2 #define PINMUX_PIN(no, func, ioset) \ argument
|
Completed in 35 milliseconds