Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/isp/
H A Disp_freebsd.c2639 wwn = (((uint64_t) ptr[IN24XX_LOGO_WWPN_OFF]) << 56) | in isp_handle_platform_notify_24xx()
2640 (((uint64_t) ptr[IN24XX_LOGO_WWPN_OFF+1]) << 48) | in isp_handle_platform_notify_24xx()
2641 (((uint64_t) ptr[IN24XX_LOGO_WWPN_OFF+2]) << 40) | in isp_handle_platform_notify_24xx()
2642 (((uint64_t) ptr[IN24XX_LOGO_WWPN_OFF+3]) << 32) | in isp_handle_platform_notify_24xx()
2643 (((uint64_t) ptr[IN24XX_LOGO_WWPN_OFF+4]) << 24) | in isp_handle_platform_notify_24xx()
2644 (((uint64_t) ptr[IN24XX_LOGO_WWPN_OFF+5]) << 16) | in isp_handle_platform_notify_24xx()
2645 (((uint64_t) ptr[IN24XX_LOGO_WWPN_OFF+6]) << 8) | in isp_handle_platform_notify_24xx()
2646 (((uint64_t) ptr[IN24XX_LOGO_WWPN_OFF+7])); in isp_handle_platform_notify_24xx()
H A Dispmbox.h1849 #define IN24XX_LOGO_WWPN_OFF 0x28 macro