Home
last modified time | relevance | path

Searched defs:lo (Results 76 – 100 of 146) sorted by path

123456

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Dbcm_utils.h53 #define HILO_U64(hi, lo) ((((u64)(hi)) << 32) + (lo)) argument
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D5710_hsi.h3056 u32_t lo /* low word for reg-pair */; member
3063 u32_t lo /* low word for reg-pair */; member
6186 u32_t lo /* Lower 32 bits of address */; member
/illumos-gate/usr/src/uts/common/io/
H A Dbusra.c920 uint32_t lo; member
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus.h88 uint32_t lo; member
H A Dcardbus_cfg.c80 #define PCICFG_LADDR(lo, hi) (((uint64_t)(hi) << 32) | (uint32_t)(lo)) argument
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dpm3393.c620 u32 val, lo, mid, hi, enabled = cmac->instance->enabled; in pm3393_macaddress_set() local
H A Dvsc7326.c597 u32 v, lo; in rmon_update() local
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h148 __be32 lo; member
4200 __be32 lo; member
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dcudbg_entity.h194 u32 lo[MBOX_LEN / 8]; member
H A Dcudbg_lib.c917 u32 size, lo, hi; in fill_meminfo() local
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli4.c9977 uint32_t lo; in emlxs_sli4_rpi_to_index() local
10034 uint32_t lo; in emlxs_sli4_vpi_to_index() local
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh_hw.h919 #define SCD_TXFACT_REG_TXFIFO_MASK(lo, hi) \ argument
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk_hw.h958 #define SCD_TXFACT_REG_TXFIFO_MASK(lo, hi) \ argument
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwnreg.h1650 uint8_t lo; /* low channel number */ member
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_hw.h916 #define SCD_TXFACT_REG_TXFIFO_MASK(lo, hi) \ argument
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_stat.c52 uint64_t hi = 0, lo = 0; in ixgbe_read_tor_value() local
76 uint64_t hi = 0, lo = 0; in ixgbe_read_qor_value() local
100 uint64_t hi = 0, lo = 0; in ixgbe_read_qot_value() local
124 uint64_t hi = 0, lo = 0; in ixgbe_read_got_value() local
148 uint64_t hi = 0, lo = 0; in ixgbe_read_gor_value() local
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto_tkip.c372 Mk16(uint8_t hi, uint8_t lo) in Mk16()
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_gem.c254 uint32_t hi, lo, temp; in unm_initialize_dummy_dma() local
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcieb.h84 #define PCIEB_LADDR(lo, hi) (((uint16_t)(hi) << 16) | (uint16_t)(lo)) argument
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Dbcm_osal.h133 #define HILO_U64(hi, lo) ((((u64)(hi)) << 32) + (lo)) argument
H A Decore_hsi_debug_tools.h669 __le32 lo; member
H A Decore_utils.h58 #define HILO_GEN(hi, lo, type) ((((type)(hi)) << 32) + (lo)) argument
59 #define HILO_DMA(hi, lo) HILO_GEN(hi, lo, dma_addr_t) argument
60 #define HILO_64(hi, lo) HILO_GEN(hi, lo, u64) argument
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/
H A Dcommon_hsi.h696 __le32 lo /* low word for reg-pair */; member
H A Decore_hsi_debug_tools.h669 __le32 lo; member
H A Decore_hsi_eth.h2911 __le32 lo; member

123456