Searched refs:line_size (Results 1 - 6 of 6) sorted by relevance

/u-boot/arch/arm/lib/
H A Dcache-pl310.c55 u32 pa, line_size = 32; local
61 start &= ~(line_size - 1);
63 for (pa = start; pa < stop; pa = pa + line_size)
73 u32 pa, line_size = 32; local
79 if (start & (line_size - 1)) {
83 start = (start + line_size - 1) & ~(line_size - 1);
90 if (stop & (line_size - 1)) {
94 stop &= ~(line_size - 1);
97 for (pa = start; pa < stop; pa = pa + line_size)
[all...]
/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dfdt.c164 u32 line_size, num_ways, size, num_sets; local
170 line_size = CPC_CFG0_LINE_SZ(cfg0);
171 num_sets = size / (line_size * num_ways);
174 fdt_setprop_cell(blob, off, "cache-block-size", line_size);
257 const u32 line_size = 32; local
260 const u32 num_sets = size / (line_size * num_ways);
283 fdt_setprop_cell(blob, off, "cache-block-size", line_size);
303 u32 size, line_size, num_ways, num_sets; local
312 line_size = (((l2cfg0 >> 23) & 0x3) + 1) * 32;
313 num_sets = size / (line_size * num_way
[all...]
/u-boot/drivers/net/
H A Dsh_eth.c52 unsigned long line_size = CFG_SH_ETHER_ALIGNE_SIZE; \
57 start &= ~(line_size - 1); \
58 end = ((end + line_size - 1) & ~(line_size - 1)); \
/u-boot/drivers/video/zynqmp/
H A Dzynqmp_dpsub.c47 (frame_buffer->line_size);
2170 priv->frame_buffer.line_size = priv->frame_buffer.stride;
2171 priv->frame_buffer.size = priv->frame_buffer.line_size * uc_priv->ysize;
H A Dzynqmp_dpsub.h253 u32 line_size; member in struct:dp_dma_frame_buffer
/u-boot/include/acpi/
H A Dacpi_table.h797 u16 line_size; member in struct:acpi_pptt_cache

Completed in 76 milliseconds