Searched refs:length_bytes (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.1/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_bios.c | 470 u8 *bios, u32 length_bytes) in amdgpu_soc15_read_bios_from_rom() argument 480 if (length_bytes == 0) in amdgpu_soc15_read_bios_from_rom() 491 length_dw = ALIGN(length_bytes, 4) / 4; in amdgpu_soc15_read_bios_from_rom()
|
| D | cik.c | 1013 u8 *bios, u32 length_bytes) in cik_read_bios_from_rom() argument 1021 if (length_bytes == 0) in cik_read_bios_from_rom() 1028 length_dw = ALIGN(length_bytes, 4) / 4; in cik_read_bios_from_rom()
|
| D | vi.c | 638 u8 *bios, u32 length_bytes) in vi_read_bios_from_rom() argument 646 if (length_bytes == 0) in vi_read_bios_from_rom() 653 length_dw = ALIGN(length_bytes, 4) / 4; in vi_read_bios_from_rom()
|
| D | si.c | 1307 u8 *bios, u32 length_bytes) in si_read_bios_from_rom() argument 1314 if (length_bytes == 0) in si_read_bios_from_rom() 1321 length_dw = ALIGN(length_bytes, 4) / 4; in si_read_bios_from_rom()
|
| D | amdgpu.h | 381 u8 *bios, u32 length_bytes); 553 u8 *bios, u32 length_bytes);
|