Home
last modified time | relevance | path

Searched refs:_write_post_cfg (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_io.c98 int (*_write_post_cfg)(struct rtw_hal_com_t *hal, u32 addr, in _hal_write8() local
112 _write_post_cfg = io_priv->io_ops._write_post_cfg; in _hal_write8()
113 if(NULL != _write_post_cfg) { in _hal_write8()
114 ret = _write_post_cfg(hal, addr, val); in _hal_write8()
124 int (*_write_post_cfg)(struct rtw_hal_com_t *hal, u32 addr, in _hal_write16() local
138 _write_post_cfg = io_priv->io_ops._write_post_cfg; in _hal_write16()
139 if(NULL != _write_post_cfg) { in _hal_write16()
140 ret = _write_post_cfg(hal, addr, val); in _hal_write16()
150 int (*_write_post_cfg)(struct rtw_hal_com_t *hal, u32 addr, in _hal_write32() local
164 _write_post_cfg = io_priv->io_ops._write_post_cfg; in _hal_write32()
[all …]
H A Dhal_pci.c72 pops->_write_post_cfg = &pci_write_post_cfg; in hal_pci_set_io_ops()
H A Dhal_def.h389 int (*_write_post_cfg)(struct rtw_hal_com_t *hal, u32 addr, u32 val); member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_io.c98 int (*_write_post_cfg)(struct rtw_hal_com_t *hal, u32 addr, in _hal_write8() local
112 _write_post_cfg = io_priv->io_ops._write_post_cfg; in _hal_write8()
113 if(NULL != _write_post_cfg) { in _hal_write8()
114 ret = _write_post_cfg(hal, addr, val); in _hal_write8()
124 int (*_write_post_cfg)(struct rtw_hal_com_t *hal, u32 addr, in _hal_write16() local
138 _write_post_cfg = io_priv->io_ops._write_post_cfg; in _hal_write16()
139 if(NULL != _write_post_cfg) { in _hal_write16()
140 ret = _write_post_cfg(hal, addr, val); in _hal_write16()
150 int (*_write_post_cfg)(struct rtw_hal_com_t *hal, u32 addr, in _hal_write32() local
164 _write_post_cfg = io_priv->io_ops._write_post_cfg; in _hal_write32()
[all …]
H A Dhal_sdio.c68 pops->_write_post_cfg = &sdio_write_post_cfg; in hal_sdio_set_io_ops()
H A Dhal_def.h388 int (*_write_post_cfg)(struct rtw_hal_com_t *hal, u32 addr, u32 val); member