Home
last modified time | relevance | path

Searched refs:rom_addr (Results 1 – 1 of 1) sorted by relevance

/components/drivers/pci/
A Dpci.c684 int rom_addr = (hdr_type == PCIM_HDRTYPE_NORMAL) ? PCIR_BIOS : PCIR_BIOS_1; in rt_pci_device_alloc_resource() local
686 rt_pci_write_config_u32(pdev, rom_addr, 0xfffffffe); in rt_pci_device_alloc_resource()
687 rt_pci_read_config_u32(pdev, rom_addr, &cfg); in rt_pci_device_alloc_resource()
695 rt_pci_write_config_u32(pdev, rom_addr, addr); in rt_pci_device_alloc_resource()

Completed in 3 milliseconds