Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A Dcrypto_mpa.c13 u32 byte_size = word_size * sizeof(u32); in rk_mpa_alloc() local
28 tmp_mpa->d = memalign(alignment, byte_size); in rk_mpa_alloc()
35 memcpy(tmp_mpa->d, data, byte_size); in rk_mpa_alloc()
37 memset(tmp_mpa->d, 0x00, byte_size); in rk_mpa_alloc()
/rk3399_rockchip-uboot/cmd/
H A Dpci.c353 int byte_size; in pci_cfg_display() local
356 byte_size = pci_byte_size(size); in pci_cfg_display()
358 length = 0x40 / byte_size; /* Standard PCI config space */ in pci_cfg_display()
363 nbytes = length * byte_size; in pci_cfg_display()
367 for (i = 0; i < linebytes; i += byte_size) { in pci_cfg_display()
372 addr += byte_size; in pci_cfg_display()