intel_rom
struct intel_rom *rom,
u32 intel_rom_read32(struct intel_rom *rom, loff_t offset)
u16 intel_rom_read16(struct intel_rom *rom, loff_t offset)
void intel_rom_read_block(struct intel_rom *rom, void *data,
loff_t intel_rom_find(struct intel_rom *rom, u32 needle)
size_t intel_rom_size(struct intel_rom *rom)
void intel_rom_free(struct intel_rom *rom)
u32 (*read32)(struct intel_rom *rom, loff_t offset);
u16 (*read16)(struct intel_rom *rom, loff_t offset);
void (*read_block)(struct intel_rom *rom, void *data, loff_t offset, size_t size);
void (*free)(struct intel_rom *rom);
static u32 spi_read32(struct intel_rom *rom, loff_t offset)
static u16 spi_read16(struct intel_rom *rom, loff_t offset)
struct intel_rom *intel_rom_spi(struct drm_device *drm)
struct intel_rom *rom;
static u32 pci_read32(struct intel_rom *rom, loff_t offset)
static u16 pci_read16(struct intel_rom *rom, loff_t offset)
static void pci_read_block(struct intel_rom *rom, void *data,
static void pci_free(struct intel_rom *rom)
struct intel_rom *intel_rom_pci(struct drm_device *drm)
struct intel_rom *rom;
struct intel_rom;
struct intel_rom *intel_rom_spi(struct drm_device *drm);
struct intel_rom *intel_rom_pci(struct drm_device *drm);
u32 intel_rom_read32(struct intel_rom *rom, loff_t offset);
u16 intel_rom_read16(struct intel_rom *rom, loff_t offset);
void intel_rom_read_block(struct intel_rom *rom, void *data,
loff_t intel_rom_find(struct intel_rom *rom, u32 needle);
size_t intel_rom_size(struct intel_rom *rom);
void intel_rom_free(struct intel_rom *rom);