Searched refs:dw_offset (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/scsi/be2iscsi/ |
H A D | be.h | 164 static inline void amap_set(void *ptr, u32 dw_offset, u32 mask, in amap_set() argument 167 u32 *dw = (u32 *) ptr + dw_offset; in amap_set() 179 static inline u32 amap_get(void *ptr, u32 dw_offset, u32 mask, u32 offset) in amap_get() argument 182 return mask & (*(dw + dw_offset) >> offset); in amap_get()
|
/openbmc/u-boot/cmd/ |
H A D | otp.c | 942 u32 dw_offset; in otp_print_scu_image() local 955 dw_offset = 1; in otp_print_scu_image() 959 dw_offset = 0; in otp_print_scu_image() 963 otp_value = (OTPSCU[dw_offset] >> bit_offset) & mask; in otp_print_scu_image() 964 otp_ignore = (OTPSCU_IGNORE[dw_offset] >> bit_offset) & mask; in otp_print_scu_image() 1036 u32 dw_offset; in otp_print_conf_image() local 1052 dw_offset = conf_info[i].dw_offset; in otp_print_conf_image() 1055 otp_value = (OTPCFG[dw_offset] >> bit_offset) & mask; in otp_print_conf_image() 1056 otp_ignore = (OTPCFG_IGNORE[dw_offset] >> bit_offset) & mask; in otp_print_conf_image() 1077 printf("0x%-4X", dw_offset); in otp_print_conf_image() [all …]
|
H A D | otp_info.h | 19 signed char dw_offset; member
|
/openbmc/openbmc/meta-aspeed/recipes-aspeed/python/socsec/ |
H A D | 0001-otptool-Define-value_start-in-rev_id-path.patch | 20 offset = dw_offset*32 + bit_offset
|
/openbmc/linux/drivers/net/ethernet/emulex/benet/ |
H A D | be.h | 835 amap_set(void *ptr, u32 dw_offset, u32 mask, u32 offset, u32 value) in amap_set() argument 837 u32 *dw = (u32 *) ptr + dw_offset; in amap_set() 849 static inline u32 amap_get(void *ptr, u32 dw_offset, u32 mask, u32 offset) in amap_get() argument 852 return mask & (*(dw + dw_offset) >> offset); in amap_get()
|
/openbmc/linux/drivers/net/can/ |
H A D | xilinx_can.c | 856 u32 id_xcan, dlc, data[2] = {0, 0}, dwindex = 0, i, dw_offset; in xcanfd_rx() local 901 dw_offset = XCANFD_FRAME_DW_OFFSET(frame_base) + in xcanfd_rx() 903 data[0] = priv->read_reg(priv, dw_offset); in xcanfd_rx() 909 dw_offset = XCANFD_FRAME_DW_OFFSET(frame_base); in xcanfd_rx() 910 data[0] = priv->read_reg(priv, dw_offset + i); in xcanfd_rx()
|
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_pm4_headers_ai.h | 569 uint32_t dw_offset:16; member
|