Searched refs:fw_bytes (Results 1 – 1 of 1) sorted by relevance
308 def setup_dma_mem(fw_bytes): argument310 mem[0:len(fw_bytes)] = fw_bytes313 % (phys_addr, len(fw_bytes)))402 fw_bytes = open(fw_file, "rb").read()408 (magic, sz) = struct.unpack("4sI", fw_bytes[0:8])411 fw_bytes = fw_bytes[sz:len(fw_bytes)]432 (buf_list_addr, num_bufs) = setup_dma_mem(fw_bytes)440 sd.CBL = len(fw_bytes)449 hda.SD_SPIB = len(fw_bytes)502 fw_bytes = open(fw_file, "rb").read()[all …]