Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dif_wm.c14593 hsfsts = ICH8_FLASH_READ32(sc, ICH_FLASH_HSFSTS) & 0xffffUL; in wm_ich8_cycle_init()
14595 hsfsts = ICH8_FLASH_READ16(sc, ICH_FLASH_HSFSTS); in wm_ich8_cycle_init()
14606 ICH8_FLASH_WRITE32(sc, ICH_FLASH_HSFSTS, hsfsts & 0xffffUL); in wm_ich8_cycle_init()
14608 ICH8_FLASH_WRITE16(sc, ICH_FLASH_HSFSTS, hsfsts); in wm_ich8_cycle_init()
14630 ICH8_FLASH_WRITE32(sc, ICH_FLASH_HSFSTS, in wm_ich8_cycle_init()
14633 ICH8_FLASH_WRITE16(sc, ICH_FLASH_HSFSTS, hsfsts); in wm_ich8_cycle_init()
14643 ICH_FLASH_HSFSTS) & 0xffffUL; in wm_ich8_cycle_init()
14646 ICH_FLASH_HSFSTS); in wm_ich8_cycle_init()
14660 ICH8_FLASH_WRITE32(sc, ICH_FLASH_HSFSTS, in wm_ich8_cycle_init()
14663 ICH8_FLASH_WRITE16(sc, ICH_FLASH_HSFSTS, in wm_ich8_cycle_init()
[all...]
H A Dif_wmreg.h1665 #define ICH_FLASH_HSFSTS 0x0004 /* Flash Status Register */ macro