Lines Matching full:rom
24 #define PCH_PHUB_ROM_WRITE_ENABLE 0x01 /* Enabling for writing ROM */
25 #define PCH_PHUB_ROM_WRITE_DISABLE 0x00 /* Disabling for writing ROM */
30 #define PCH_PHUB_ROM_START_ADDR_EG20T 0x80 /* ROM data area start address offset
32 #define PCH_PHUB_ROM_START_ADDR_ML7213 0x400 /* ROM data area start address
35 #define PCH_PHUB_ROM_START_ADDR_ML7223 0x400 /* ROM data area start address
102 * @pch_phub_extrom_base_address: external rom base address
104 * @pch_opt_rom_start_address: Option ROM start address
276 * pch_phub_read_serial_rom() - Reading Serial ROM
277 * @offset_address: Serial ROM offset address to read.
278 * @data: Read buffer for specified Serial ROM value.
290 * pch_phub_write_serial_rom() - Writing Serial ROM
291 * @offset_address: Serial ROM offset address.
292 * @data: Serial ROM value to write.
328 * pch_phub_read_serial_rom_val() - Read Serial ROM value
329 * @offset_address: Serial ROM address offset value.
330 * @data: Serial ROM value to read.
344 * pch_phub_write_serial_rom_val() - writing Serial ROM value
345 * @offset_address: Serial ROM address offset value.
346 * @data: Serial ROM value.
362 /* pch_phub_gbe_serial_rom_conf - makes Serial ROM header format configuration
503 /* Get Rom signature */ in pch_phub_bin_read()