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 D | hal_io.c | 98 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 D | hal_pci.c | 72 pops->_write_post_cfg = &pci_write_post_cfg; in hal_pci_set_io_ops()
|
| H A D | hal_def.h | 389 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 D | hal_io.c | 98 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 D | hal_sdio.c | 68 pops->_write_post_cfg = &sdio_write_post_cfg; in hal_sdio_set_io_ops()
|
| H A D | hal_def.h | 388 int (*_write_post_cfg)(struct rtw_hal_com_t *hal, u32 addr, u32 val); member
|