Searched refs:length_bytes (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/drivers/gpu/drm/amd/amdgpu/ |
| D | nv.c | 364 u8 *bios, u32 length_bytes) in nv_read_bios_from_rom() argument 372 if (length_bytes == 0) in nv_read_bios_from_rom() 379 length_dw = ALIGN(length_bytes, 4) / 4; in nv_read_bios_from_rom()
|
| D | soc15.c | 368 u8 *bios, u32 length_bytes) in soc15_read_bios_from_rom() argument 377 if (length_bytes == 0) in soc15_read_bios_from_rom() 384 length_dw = ALIGN(length_bytes, 4) / 4; in 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 | 634 u8 *bios, u32 length_bytes) in vi_read_bios_from_rom() argument 642 if (length_bytes == 0) in vi_read_bios_from_rom() 649 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 | 641 u8 *bios, u32 length_bytes);
|