Searched refs:byte_size (Results 1 – 2 of 2) sorted by relevance
13 u32 byte_size = word_size * sizeof(u32); in rk_mpa_alloc() local28 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()
353 int byte_size; in pci_cfg_display() local356 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()