Home
last modified time | relevance | path

Searched refs:NULL_POINTER (Results 1 – 3 of 3) sorted by relevance

/hal_microchip-latest/mpfs/drivers/mss/pf_pcie/
Dpf_pcie.c148 #define NULL_POINTER ((void *)0) macro
229 if ((NULL_POINTER != p_pcie_bridge) && in PF_PCIE_enumeration()
410 if (NULL_POINTER != g_rp_pcie_bridge) in PF_PCIE_allocate_memory()
587 if (NULL_POINTER != g_rp_pcie_bridge) in PF_PCIE_enable_config_space_msi()
673 p_pcie_bridge = NULL_POINTER; in PF_PCIE_type1_header_read()
677 if ((NULL_POINTER != p_pcie_bridge) && in PF_PCIE_type1_header_read()
734 if (NULL_POINTER == g_rp_pcie_bridge) in PF_PCIE_config_space_atr_table_init()
748 g_rp_pcie_bridge = NULL_POINTER; in PF_PCIE_config_space_atr_table_init()
752 if (NULL_POINTER != g_rp_pcie_bridge) in PF_PCIE_config_space_atr_table_init()
767 if (NULL_POINTER != g_rp_pcie_bridge) in PF_PCIE_config_space_atr_table_init()
[all …]
/hal_microchip-latest/mpfs/drivers/mss/mss_ethernet_mac/
Dmss_ethernet_mac.c51 #define NULL_POINTER (void *)0U macro
177 ASSERT(cfg != NULL_POINTER); in MSS_MAC_init()
183 if((cfg != NULL_POINTER) && (this_mac == &g_mac0)) in MSS_MAC_init()
260 …if((cfg != NULL_POINTER) && ((this_mac == &g_mac0) || (this_mac == &g_mac1) || (this_mac == &g_ema… in MSS_MAC_init()
345 … this_mac->queue[queue_no].pckt_tx_callback = (mss_mac_transmit_callback_t)NULL_POINTER; in MSS_MAC_init()
346 … this_mac->queue[queue_no].pckt_rx_callback = (mss_mac_receive_callback_t)NULL_POINTER; in MSS_MAC_init()
476 ASSERT(cfg != NULL_POINTER); in MSS_MAC_update_hw_address()
480 if(cfg != NULL_POINTER) in MSS_MAC_update_hw_address()
649 if(speed != NULL_POINTER) in MSS_MAC_get_link_status()
654 if(fullduplex != NULL_POINTER) in MSS_MAC_get_link_status()
[all …]
/hal_microchip-latest/mpfs/drivers/mss/mss_mmc/
Dmss_mmc.c160 #define NULL_POINTER ((void *)0u) macro
168 static uint8_t *g_desc_addr = NULL_POINTER;
302 uint8_t *pcsd_reg = NULL_POINTER; in MSS_MMC_init()
315 g_transfer_complete_handler_t = NULL_POINTER; in MSS_MMC_init()
899 || (size == MMC_CLEAR) || (dest == NULL_POINTER)) in MSS_MMC_sdma_read()
1031 || (size == MMC_CLEAR) || (dest == NULL_POINTER)) in MSS_MMC_adma2_read()
1149 && (dst_addr != NULL_POINTER)) in MSS_MMC_sdio_single_block_read()
1383 || (size == MMC_CLEAR) || (src == NULL_POINTER)) in MSS_MMC_sdma_write()
1511 || (size == MMC_CLEAR) || (src == NULL_POINTER)) in MSS_MMC_adma2_write()
1624 && (src_addr != NULL_POINTER)) in MSS_MMC_sdio_single_block_write()
[all …]