Searched refs:range (Results 1 – 12 of 12) sorted by relevance
/optee_os-3.20.0/core/drivers/clk/sam/ |
A D | at91_peripheral.c | 23 struct clk_range range; member 40 if (periph->range.max) { in clk_sam9x5_peripheral_autodiv() 47 if (parent_rate >> shift <= periph->range.max) in clk_sam9x5_peripheral_autodiv() 120 if (periph->id < PERIPHERAL_ID_MIN || !periph->range.max) { in clk_sam9x5_peripheral_set_rate() 127 if (periph->range.max && rate > periph->range.max) in clk_sam9x5_peripheral_set_rate() 152 uint32_t id, const struct clk_range *range) in at91_clk_register_sam9x5_periph() argument 176 periph->range = *range; in at91_clk_register_sam9x5_periph()
|
A D | at91_generated.c | 22 struct clk_range range; member 97 if (gck->range.max && rate > gck->range.max) in clk_generated_set_rate() 144 const struct clk_range *range, in at91_clk_register_generated() argument 164 memcpy(&gck->range, range, sizeof(gck->range)); in at91_clk_register_generated()
|
A D | at91_pll.c | 41 uint8_t range; member 78 out = charac->out[pll->range]; in clk_pll_enable() 82 charac->icpll[pll->range] << in clk_pll_enable() 241 pll->range = index; in clk_pll_set_rate()
|
A D | at91_clk.h | 199 uint32_t id, const struct clk_range *range); 206 const struct clk_range *range,
|
A D | sama5d2_clk.c | 322 struct clk_range range = CLK_RANGE(0, 0); in pmc_setup() local 530 &range); in pmc_setup()
|
/optee_os-3.20.0/scripts/ |
A D | gen_ldelf_hex.py | 102 for j in range(len(data)):
|
A D | ts_bin_to_c.py | 161 f.write(', '.join('0x' + csn[i:i + 2] for i in range(0, len(csn), 2)))
|
A D | gen_tee_bin.py | 199 for n in range(0, len(pageable_bin), small_page_size):
|
A D | sign_encrypt.py | 549 for n in range(self.attr_count):
|
/optee_os-3.20.0/core/arch/arm/dts/ |
A D | fsl-lx2160a.dtsi | 751 fsl,tmu-range = <0x800000E6 0x8001017D>; 947 bus-range = <0x0 0xff>; 984 bus-range = <0x0 0xff>; 1021 bus-range = <0x0 0xff>; 1059 bus-range = <0x0 0xff>; 1096 bus-range = <0x0 0xff>; 1134 bus-range = <0x0 0xff>;
|
/optee_os-3.20.0/lib/libutils/isoc/ |
A D | bget.doc | 35 Applications of BGET can range from storage management in ROM-based
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/ |
A D | ChangeLog | 252 given range uniformly. 663 range now fails.
|
Completed in 28 milliseconds