Home
last modified time | relevance | path

Searched refs:write_reg_post_cfg (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_sdio.c39 if(NULL != hal_ops->write_reg_post_cfg) { in sdio_write_post_cfg()
40 hal_status = hal_ops->write_reg_post_cfg(hal_info, addr, val); in sdio_write_post_cfg()
H A Dhal_struct.h216 enum rtw_hal_status (*write_reg_post_cfg)(struct hal_info_t *hal_info, member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_pci.c52 if(NULL != hal_ops->write_reg_post_cfg) { in pci_write_post_cfg()
53 hal_status = hal_ops->write_reg_post_cfg(hal_info, addr, val); in pci_write_post_cfg()
H A Dhal_struct.h217 enum rtw_hal_status (*write_reg_post_cfg)(struct hal_info_t *hal_info, member