Searched refs:LM_SHMEM_WRITE (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_mcp.c | 361 LM_SHMEM_WRITE(pdev, in lm_send_driver_pulse() 398 LM_SHMEM_WRITE( pdev, in lm_driver_pulse_always_alive() 915 LM_SHMEM_WRITE(pdev,OFFSETOF(shmem_region_t, func_mb[func_mb_id].drv_mb_param),param); in lm_mcp_cmd_send() 940 LM_SHMEM_WRITE(pdev,offset,drv_msg); in lm_mcp_cmd_send()
|
H A D | lm_hw_attn.c | 1082 LM_SHMEM_WRITE(pdev, offset, ext_phy_config); in lm_spio5_attn_everest_processing()
|
H A D | lm_hw_init_reset.c | 3985 LM_SHMEM_WRITE(pdev, SHMEM_ABSOLUTE_LICENSE_ADDRESS + (PORT_ID(pdev) * 0x1c), 0xffff); in lm_init_intmem_port() 4397 … LM_SHMEM_WRITE(pdev, OFFSETOF(shmem_region_t,dev_info.port_feature_config[port].config), val ); in init_port_part()
|
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/ |
H A D | lm5710.h | 4224 #define LM_SHMEM_WRITE(_pdev,_offset,_val) LM_SHMEM_WRITE_IMP(_pdev,_offset,_val,shmem_base); macro
|