Home
last modified time | relevance | path

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

/drivers/watchdog/
Dhpwdt.c298 struct bios32_service_dir *bios_32_ptr; in bios32_present() local
302 bios_32_ptr = (struct bios32_service_dir *) p; in bios32_present()
308 if (bios_32_ptr->signature == PCI_BIOS32_SD_VALUE) { in bios32_present()
309 length = bios_32_ptr->length * PCI_BIOS32_PARAGRAPH_LEN; in bios32_present()
317 map_entry = bios_32_ptr->entry_point & ~(PAGE_SIZE - 1); in bios32_present()
318 map_offset = bios_32_ptr->entry_point - map_entry; in bios32_present()