Home
last modified time | relevance | path

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

/Zephyr-latest/soc/microchip/mec/common/spigen/
Dmec_spi_gen.py48 PLD_GRANULARITY = 128 variable
203 pld_units = pld_len // PLD_GRANULARITY
358 if (indata_len % PLD_GRANULARITY) != 0:
359 pad_len = PLD_GRANULARITY - (indata_len % PLD_GRANULARITY)