| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/ |
| H A D | rtw_io.c | 77 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read8() local 78 u8(*_read8)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read8() 80 _read8 = pintfhdl->io_ops._read8; in _rtw_read8() 82 r_val = _read8(pintfhdl, addr); in _rtw_read8() 92 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read16() local 93 u16(*_read16)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read16() 95 _read16 = pintfhdl->io_ops._read16; in _rtw_read16() 97 r_val = _read16(pintfhdl, addr); in _rtw_read16() 107 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read32() local 108 u32(*_read32)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read32() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/ |
| H A D | rtw_io.c | 77 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read8() local 78 u8 (*_read8)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read8() 80 _read8 = pintfhdl->io_ops._read8; in _rtw_read8() 82 r_val = _read8(pintfhdl, addr); in _rtw_read8() 92 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read16() local 93 u16 (*_read16)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read16() 95 _read16 = pintfhdl->io_ops._read16; in _rtw_read16() 97 r_val = _read16(pintfhdl, addr); in _rtw_read16() 107 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read32() local 108 u32 (*_read32)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read32() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/ |
| H A D | rtw_io.c | 72 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read8() local 73 u8(*_read8)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read8() 74 _read8 = pintfhdl->io_ops._read8; in _rtw_read8() 76 r_val = _read8(pintfhdl, addr); in _rtw_read8() 85 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read16() local 86 u16(*_read16)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read16() 87 _read16 = pintfhdl->io_ops._read16; in _rtw_read16() 89 r_val = _read16(pintfhdl, addr); in _rtw_read16() 98 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read32() local 99 u32(*_read32)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read32() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/ |
| H A D | rtw_io.c | 77 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read8() local 78 u8 (*_read8)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read8() 80 _read8 = pintfhdl->io_ops._read8; in _rtw_read8() 82 r_val = _read8(pintfhdl, addr); in _rtw_read8() 92 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read16() local 93 u16 (*_read16)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read16() 95 _read16 = pintfhdl->io_ops._read16; in _rtw_read16() 97 r_val = _read16(pintfhdl, addr); in _rtw_read16() 107 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read32() local 108 u32 (*_read32)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read32() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_io.c | 42 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read8() local 43 u8 (*_read8)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read8() 45 _read8 = pintfhdl->io_ops._read8; in _rtw_read8() 47 return _read8(pintfhdl, addr); in _rtw_read8() 55 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read16() local 56 u16 (*_read16)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read16() 58 _read16 = pintfhdl->io_ops._read16; in _rtw_read16() 60 r_val = _read16(pintfhdl, addr); in _rtw_read16() 69 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read32() local 70 u32 (*_read32)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read32() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/ |
| H A D | rtw_io.c | 68 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read8() local 69 u8(*_read8)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read8() 70 _read8 = pintfhdl->io_ops._read8; in _rtw_read8() 72 r_val = _read8(pintfhdl, addr); in _rtw_read8() 81 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read16() local 82 u16(*_read16)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read16() 83 _read16 = pintfhdl->io_ops._read16; in _rtw_read16() 85 r_val = _read16(pintfhdl, addr); in _rtw_read16() 94 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read32() local 95 u32(*_read32)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read32() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/ |
| H A D | rtw_io.c | 69 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read8() local 70 u8(*_read8)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read8() 71 _read8 = pintfhdl->io_ops._read8; in _rtw_read8() 73 r_val = _read8(pintfhdl, addr); in _rtw_read8() 82 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read16() local 83 u16(*_read16)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read16() 84 _read16 = pintfhdl->io_ops._read16; in _rtw_read16() 86 r_val = _read16(pintfhdl, addr); in _rtw_read16() 95 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read32() local 96 u32(*_read32)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read32() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/ |
| H A D | rtw_io.c | 69 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read8() local 70 u8(*_read8)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read8() 71 _read8 = pintfhdl->io_ops._read8; in _rtw_read8() 73 r_val = _read8(pintfhdl, addr); in _rtw_read8() 82 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read16() local 83 u16(*_read16)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read16() 84 _read16 = pintfhdl->io_ops._read16; in _rtw_read16() 86 r_val = _read16(pintfhdl, addr); in _rtw_read16() 95 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read32() local 96 u32(*_read32)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read32() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/ |
| H A D | rtw_io.c | 69 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read8() local 70 u8(*_read8)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read8() 71 _read8 = pintfhdl->io_ops._read8; in _rtw_read8() 73 r_val = _read8(pintfhdl, addr); in _rtw_read8() 82 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read16() local 83 u16(*_read16)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read16() 84 _read16 = pintfhdl->io_ops._read16; in _rtw_read16() 86 r_val = _read16(pintfhdl, addr); in _rtw_read16() 95 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read32() local 96 u32(*_read32)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read32() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/ |
| H A D | rtw_io.c | 69 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read8() local 70 u8(*_read8)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read8() 71 _read8 = pintfhdl->io_ops._read8; in _rtw_read8() 73 r_val = _read8(pintfhdl, addr); in _rtw_read8() 82 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read16() local 83 u16(*_read16)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read16() 84 _read16 = pintfhdl->io_ops._read16; in _rtw_read16() 86 r_val = _read16(pintfhdl, addr); in _rtw_read16() 95 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read32() local 96 u32(*_read32)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read32() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/ |
| H A D | rtw_io.c | 68 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read8() local 69 u8(*_read8)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read8() 70 _read8 = pintfhdl->io_ops._read8; in _rtw_read8() 72 r_val = _read8(pintfhdl, addr); in _rtw_read8() 81 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read16() local 82 u16(*_read16)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read16() 83 _read16 = pintfhdl->io_ops._read16; in _rtw_read16() 85 r_val = _read16(pintfhdl, addr); in _rtw_read16() 94 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read32() local 95 u32(*_read32)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read32() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/ |
| H A D | rtw_io.c | 69 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read8() local 70 u8(*_read8)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read8() 71 _read8 = pintfhdl->io_ops._read8; in _rtw_read8() 73 r_val = _read8(pintfhdl, addr); in _rtw_read8() 82 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read16() local 83 u16(*_read16)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read16() 84 _read16 = pintfhdl->io_ops._read16; in _rtw_read16() 86 r_val = _read16(pintfhdl, addr); in _rtw_read16() 95 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read32() local 96 u32(*_read32)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read32() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/ |
| H A D | rtw_io.c | 68 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read8() local 69 u8(*_read8)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read8() 70 _read8 = pintfhdl->io_ops._read8; in _rtw_read8() 72 r_val = _read8(pintfhdl, addr); in _rtw_read8() 81 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read16() local 82 u16(*_read16)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read16() 83 _read16 = pintfhdl->io_ops._read16; in _rtw_read16() 85 r_val = _read16(pintfhdl, addr); in _rtw_read16() 94 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read32() local 95 u32(*_read32)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read32() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/ |
| H A D | rtw_io.c | 68 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read8() local 69 u8(*_read8)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read8() 70 _read8 = pintfhdl->io_ops._read8; in _rtw_read8() 72 r_val = _read8(pintfhdl, addr); in _rtw_read8() 81 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read16() local 82 u16(*_read16)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read16() 83 _read16 = pintfhdl->io_ops._read16; in _rtw_read16() 85 r_val = _read16(pintfhdl, addr); in _rtw_read16() 94 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read32() local 95 u32(*_read32)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read32() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/ |
| H A D | rtw_io.c | 68 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read8() local 69 u8(*_read8)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read8() 70 _read8 = pintfhdl->io_ops._read8; in _rtw_read8() 72 r_val = _read8(pintfhdl, addr); in _rtw_read8() 81 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read16() local 82 u16(*_read16)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read16() 83 _read16 = pintfhdl->io_ops._read16; in _rtw_read16() 85 r_val = _read16(pintfhdl, addr); in _rtw_read16() 94 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read32() local 95 u32(*_read32)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read32() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/ |
| H A D | rtw_io.c | 68 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read8() local 69 u8(*_read8)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read8() 70 _read8 = pintfhdl->io_ops._read8; in _rtw_read8() 72 r_val = _read8(pintfhdl, addr); in _rtw_read8() 81 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read16() local 82 u16(*_read16)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read16() 83 _read16 = pintfhdl->io_ops._read16; in _rtw_read16() 85 r_val = _read16(pintfhdl, addr); in _rtw_read16() 94 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read32() local 95 u32(*_read32)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read32() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/ |
| H A D | rtw_io.c | 68 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read8() local 69 u8(*_read8)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read8() 70 _read8 = pintfhdl->io_ops._read8; in _rtw_read8() 72 r_val = _read8(pintfhdl, addr); in _rtw_read8() 81 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read16() local 82 u16(*_read16)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read16() 83 _read16 = pintfhdl->io_ops._read16; in _rtw_read16() 85 r_val = _read16(pintfhdl, addr); in _rtw_read16() 94 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read32() local 95 u32(*_read32)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read32() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/ |
| H A D | sdio_ops_linux.h | 27 u8 sd_f0_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err); 28 void sd_f0_write8(struct intf_hdl *pintfhdl, u32 addr, u8 v, s32 *err); 30 s32 _sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata); 31 s32 _sd_cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata); 32 s32 sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata); 33 s32 sd_cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata); 35 u8 _sd_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err); 36 u8 sd_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err); 37 u16 sd_read16(struct intf_hdl *pintfhdl, u32 addr, s32 *err); 38 u32 _sd_read32(struct intf_hdl *pintfhdl, u32 addr, s32 *err); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/ |
| H A D | sdio_ops_linux.h | 27 u8 sd_f0_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err); 28 void sd_f0_write8(struct intf_hdl *pintfhdl, u32 addr, u8 v, s32 *err); 30 s32 _sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata); 31 s32 _sd_cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata); 32 s32 sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata); 33 s32 sd_cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata); 35 u8 _sd_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err); 36 u8 sd_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err); 37 u16 sd_read16(struct intf_hdl *pintfhdl, u32 addr, s32 *err); 38 u32 _sd_read32(struct intf_hdl *pintfhdl, u32 addr, s32 *err); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/ |
| H A D | sdio_ops_linux.h | 24 u8 sd_f0_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err); 25 void sd_f0_write8(struct intf_hdl *pintfhdl, u32 addr, u8 v, s32 *err); 27 s32 _sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata); 28 s32 _sd_cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata); 29 s32 sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata); 30 s32 sd_cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata); 32 u8 _sd_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err); 33 u8 sd_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err); 34 u16 sd_read16(struct intf_hdl *pintfhdl, u32 addr, s32 *err); 35 u32 _sd_read32(struct intf_hdl *pintfhdl, u32 addr, s32 *err); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/os_dep/linux/ |
| H A D | sdio_ops_linux.c | 40 u8 sd_f0_read8(struct intf_hdl *pintfhdl,u32 addr, s32 *err) in sd_f0_read8() argument 52 padapter = pintfhdl->padapter; in sd_f0_read8() 53 psdiodev = pintfhdl->pintf_dev; in sd_f0_read8() 77 void sd_f0_write8(struct intf_hdl *pintfhdl, u32 addr, u8 v, s32 *err) in sd_f0_write8() argument 87 padapter = pintfhdl->padapter; in sd_f0_write8() 88 psdiodev = pintfhdl->pintf_dev; in sd_f0_write8() 115 s32 _sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in _sd_cmd52_read() argument 125 padapter = pintfhdl->padapter; in _sd_cmd52_read() 126 psdiodev = pintfhdl->pintf_dev; in _sd_cmd52_read() 154 s32 sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in sd_cmd52_read() argument [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/ |
| H A D | sdio_ops_linux.h | 19 u8 sd_f0_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err); 20 void sd_f0_write8(struct intf_hdl *pintfhdl, u32 addr, u8 v, s32 *err); 22 s32 _sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata); 23 s32 _sd_cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata); 24 s32 sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata); 25 s32 sd_cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata); 27 u8 _sd_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err); 28 u8 sd_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err); 29 u16 sd_read16(struct intf_hdl *pintfhdl, u32 addr, s32 *err); 30 u32 _sd_read32(struct intf_hdl *pintfhdl, u32 addr, s32 *err); [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/ |
| H A D | sdio_ops_linux.h | 19 u8 sd_f0_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err); 20 void sd_f0_write8(struct intf_hdl *pintfhdl, u32 addr, u8 v, s32 *err); 22 s32 _sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata); 23 s32 _sd_cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata); 24 s32 sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata); 25 s32 sd_cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata); 27 u8 _sd_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err); 28 u8 sd_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err); 29 u16 sd_read16(struct intf_hdl *pintfhdl, u32 addr, s32 *err); 30 u32 _sd_read32(struct intf_hdl *pintfhdl, u32 addr, s32 *err); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/ |
| H A D | sdio_ops_linux.h | 20 u8 sd_f0_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err); 21 void sd_f0_write8(struct intf_hdl *pintfhdl, u32 addr, u8 v, s32 *err); 23 s32 _sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata); 24 s32 _sd_cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata); 25 s32 sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata); 26 s32 sd_cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata); 28 u8 _sd_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err); 29 u8 sd_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err); 30 u16 sd_read16(struct intf_hdl *pintfhdl, u32 addr, s32 *err); 31 u32 _sd_read32(struct intf_hdl *pintfhdl, u32 addr, s32 *err); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/ |
| H A D | sdio_ops_linux.h | 20 u8 sd_f0_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err); 21 void sd_f0_write8(struct intf_hdl *pintfhdl, u32 addr, u8 v, s32 *err); 23 s32 _sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata); 24 s32 _sd_cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata); 25 s32 sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata); 26 s32 sd_cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata); 28 u8 _sd_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err); 29 u8 sd_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err); 30 u16 sd_read16(struct intf_hdl *pintfhdl, u32 addr, s32 *err); 31 u32 _sd_read32(struct intf_hdl *pintfhdl, u32 addr, s32 *err); [all …]
|