| /OK3568_Linux_fs/kernel/drivers/staging/rtl8712/ |
| H A D | rtl871x_mp_ioctl.c | 537 struct mp_rw_reg *RegRWStruct; in oid_rt_pro_read_register_hdl() local 542 RegRWStruct = (struct mp_rw_reg *)poid_par_priv->information_buf; in oid_rt_pro_read_register_hdl() 543 if ((RegRWStruct->offset >= 0x10250800) && in oid_rt_pro_read_register_hdl() 544 (RegRWStruct->offset <= 0x10250FFF)) { in oid_rt_pro_read_register_hdl() 547 offset = (u16)(RegRWStruct->offset) & 0xFFF; in oid_rt_pro_read_register_hdl() 548 RegRWStruct->value = r8712_bb_reg_read(Adapter, offset); in oid_rt_pro_read_register_hdl() 550 switch (RegRWStruct->width) { in oid_rt_pro_read_register_hdl() 552 RegRWStruct->value = r8712_read8(Adapter, in oid_rt_pro_read_register_hdl() 553 RegRWStruct->offset); in oid_rt_pro_read_register_hdl() 556 RegRWStruct->value = r8712_read16(Adapter, in oid_rt_pro_read_register_hdl() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/ |
| H A D | rtw_mp_ioctl.c | 807 pRW_Reg RegRWStruct; in oid_rt_pro_read_register_hdl() local 817 RegRWStruct = (pRW_Reg)poid_par_priv->information_buf; in oid_rt_pro_read_register_hdl() 818 offset = RegRWStruct->offset; in oid_rt_pro_read_register_hdl() 819 width = RegRWStruct->width; in oid_rt_pro_read_register_hdl() 828 RegRWStruct->value = rtw_read8(Adapter, offset); in oid_rt_pro_read_register_hdl() 831 RegRWStruct->value = rtw_read16(Adapter, offset); in oid_rt_pro_read_register_hdl() 835 RegRWStruct->value = rtw_read32(Adapter, offset); in oid_rt_pro_read_register_hdl() 852 pRW_Reg RegRWStruct; in oid_rt_pro_write_register_hdl() local 862 RegRWStruct = (pRW_Reg)poid_par_priv->information_buf; in oid_rt_pro_write_register_hdl() 863 offset = RegRWStruct->offset; in oid_rt_pro_write_register_hdl() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/ |
| H A D | rtw_mp_ioctl.c | 922 pRW_Reg RegRWStruct; in oid_rt_pro_read_register_hdl() local 935 RegRWStruct = (pRW_Reg)poid_par_priv->information_buf; in oid_rt_pro_read_register_hdl() 936 offset = RegRWStruct->offset; in oid_rt_pro_read_register_hdl() 937 width = RegRWStruct->width; in oid_rt_pro_read_register_hdl() 946 RegRWStruct->value = rtw_read8(Adapter, offset); in oid_rt_pro_read_register_hdl() 949 RegRWStruct->value = rtw_read16(Adapter, offset); in oid_rt_pro_read_register_hdl() 953 RegRWStruct->value = rtw_read32(Adapter, offset); in oid_rt_pro_read_register_hdl() 958 offset, RegRWStruct->value)); in oid_rt_pro_read_register_hdl() 974 pRW_Reg RegRWStruct; in oid_rt_pro_write_register_hdl() local 987 RegRWStruct = (pRW_Reg)poid_par_priv->information_buf; in oid_rt_pro_write_register_hdl() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/ |
| H A D | rtw_mp_ioctl.c | 917 pRW_Reg RegRWStruct; in oid_rt_pro_read_register_hdl() local 930 RegRWStruct = (pRW_Reg)poid_par_priv->information_buf; in oid_rt_pro_read_register_hdl() 931 offset = RegRWStruct->offset; in oid_rt_pro_read_register_hdl() 932 width = RegRWStruct->width; in oid_rt_pro_read_register_hdl() 941 RegRWStruct->value = rtw_read8(Adapter, offset); in oid_rt_pro_read_register_hdl() 944 RegRWStruct->value = rtw_read16(Adapter, offset); in oid_rt_pro_read_register_hdl() 948 RegRWStruct->value = rtw_read32(Adapter, offset); in oid_rt_pro_read_register_hdl() 953 offset, RegRWStruct->value)); in oid_rt_pro_read_register_hdl() 969 pRW_Reg RegRWStruct; in oid_rt_pro_write_register_hdl() local 982 RegRWStruct = (pRW_Reg)poid_par_priv->information_buf; in oid_rt_pro_write_register_hdl() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/ |
| H A D | rtw_mp_ioctl.c | 922 pRW_Reg RegRWStruct; in oid_rt_pro_read_register_hdl() local 935 RegRWStruct = (pRW_Reg)poid_par_priv->information_buf; in oid_rt_pro_read_register_hdl() 936 offset = RegRWStruct->offset; in oid_rt_pro_read_register_hdl() 937 width = RegRWStruct->width; in oid_rt_pro_read_register_hdl() 946 RegRWStruct->value = rtw_read8(Adapter, offset); in oid_rt_pro_read_register_hdl() 949 RegRWStruct->value = rtw_read16(Adapter, offset); in oid_rt_pro_read_register_hdl() 953 RegRWStruct->value = rtw_read32(Adapter, offset); in oid_rt_pro_read_register_hdl() 958 offset, RegRWStruct->value)); in oid_rt_pro_read_register_hdl() 974 pRW_Reg RegRWStruct; in oid_rt_pro_write_register_hdl() local 987 RegRWStruct = (pRW_Reg)poid_par_priv->information_buf; in oid_rt_pro_write_register_hdl() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/ |
| H A D | ioctl_linux.c | 3404 pRW_Reg RegRWStruct; local 3418 RegRWStruct = (pRW_Reg)pdata; 3419 switch (RegRWStruct->width) { 3421 RegRWStruct->value = rtw_read8(padapter, RegRWStruct->offset); 3424 RegRWStruct->value = rtw_read16(padapter, RegRWStruct->offset); 3427 RegRWStruct->value = rtw_read32(padapter, RegRWStruct->offset); 3435 RegRWStruct = (pRW_Reg)pdata; 3436 switch (RegRWStruct->width) { 3438 rtw_write8(padapter, RegRWStruct->offset, (u8)RegRWStruct->value); 3441 rtw_write16(padapter, RegRWStruct->offset, (u16)RegRWStruct->value); [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/ |
| H A D | ioctl_linux.c | 3404 pRW_Reg RegRWStruct; local 3418 RegRWStruct = (pRW_Reg)pdata; 3419 switch (RegRWStruct->width) { 3421 RegRWStruct->value = rtw_read8(padapter, RegRWStruct->offset); 3424 RegRWStruct->value = rtw_read16(padapter, RegRWStruct->offset); 3427 RegRWStruct->value = rtw_read32(padapter, RegRWStruct->offset); 3435 RegRWStruct = (pRW_Reg)pdata; 3436 switch (RegRWStruct->width) { 3438 rtw_write8(padapter, RegRWStruct->offset, (u8)RegRWStruct->value); 3441 rtw_write16(padapter, RegRWStruct->offset, (u16)RegRWStruct->value); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/os_dep/linux/ |
| H A D | ioctl_linux.c | 4440 pRW_Reg RegRWStruct; local 4454 RegRWStruct = (pRW_Reg)pdata; 4455 switch (RegRWStruct->width) 4458 RegRWStruct->value = rtw_read8(padapter, RegRWStruct->offset); 4461 RegRWStruct->value = rtw_read16(padapter, RegRWStruct->offset); 4464 RegRWStruct->value = rtw_read32(padapter, RegRWStruct->offset); 4472 RegRWStruct = (pRW_Reg)pdata; 4473 switch (RegRWStruct->width) 4476 rtw_write8(padapter, RegRWStruct->offset, (u8)RegRWStruct->value); 4479 rtw_write16(padapter, RegRWStruct->offset, (u16)RegRWStruct->value); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/os_dep/linux/ |
| H A D | ioctl_linux.c | 3511 pRW_Reg RegRWStruct; local 3524 RegRWStruct = (pRW_Reg)pdata; 3525 switch (RegRWStruct->width) { 3527 RegRWStruct->value = rtw_read8(padapter, RegRWStruct->offset); 3530 RegRWStruct->value = rtw_read16(padapter, RegRWStruct->offset); 3533 RegRWStruct->value = rtw_read32(padapter, RegRWStruct->offset); 3541 RegRWStruct = (pRW_Reg)pdata; 3542 switch (RegRWStruct->width) { 3544 rtw_write8(padapter, RegRWStruct->offset, (u8)RegRWStruct->value); 3547 rtw_write16(padapter, RegRWStruct->offset, (u16)RegRWStruct->value); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/os_dep/linux/ |
| H A D | ioctl_linux.c | 3505 pRW_Reg RegRWStruct; local 3518 RegRWStruct = (pRW_Reg)pdata; 3519 switch (RegRWStruct->width) { 3521 RegRWStruct->value = rtw_read8(padapter, RegRWStruct->offset); 3524 RegRWStruct->value = rtw_read16(padapter, RegRWStruct->offset); 3527 RegRWStruct->value = rtw_read32(padapter, RegRWStruct->offset); 3535 RegRWStruct = (pRW_Reg)pdata; 3536 switch (RegRWStruct->width) { 3538 rtw_write8(padapter, RegRWStruct->offset, (u8)RegRWStruct->value); 3541 rtw_write16(padapter, RegRWStruct->offset, (u16)RegRWStruct->value); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/os_dep/linux/ |
| H A D | ioctl_linux.c | 3500 pRW_Reg RegRWStruct; local 3513 RegRWStruct = (pRW_Reg)pdata; 3514 switch (RegRWStruct->width) { 3516 RegRWStruct->value = rtw_read8(padapter, RegRWStruct->offset); 3519 RegRWStruct->value = rtw_read16(padapter, RegRWStruct->offset); 3522 RegRWStruct->value = rtw_read32(padapter, RegRWStruct->offset); 3530 RegRWStruct = (pRW_Reg)pdata; 3531 switch (RegRWStruct->width) { 3533 rtw_write8(padapter, RegRWStruct->offset, (u8)RegRWStruct->value); 3536 rtw_write16(padapter, RegRWStruct->offset, (u16)RegRWStruct->value); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/os_dep/linux/ |
| H A D | ioctl_linux.c | 3505 pRW_Reg RegRWStruct; local 3518 RegRWStruct = (pRW_Reg)pdata; 3519 switch (RegRWStruct->width) { 3521 RegRWStruct->value = rtw_read8(padapter, RegRWStruct->offset); 3524 RegRWStruct->value = rtw_read16(padapter, RegRWStruct->offset); 3527 RegRWStruct->value = rtw_read32(padapter, RegRWStruct->offset); 3535 RegRWStruct = (pRW_Reg)pdata; 3536 switch (RegRWStruct->width) { 3538 rtw_write8(padapter, RegRWStruct->offset, (u8)RegRWStruct->value); 3541 rtw_write16(padapter, RegRWStruct->offset, (u16)RegRWStruct->value); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/os_dep/linux/ |
| H A D | ioctl_linux.c | 3643 pRW_Reg RegRWStruct; local 3656 RegRWStruct = (pRW_Reg)pdata; 3657 switch (RegRWStruct->width) { 3659 RegRWStruct->value = rtw_read8(padapter, RegRWStruct->offset); 3662 RegRWStruct->value = rtw_read16(padapter, RegRWStruct->offset); 3665 RegRWStruct->value = rtw_read32(padapter, RegRWStruct->offset); 3673 RegRWStruct = (pRW_Reg)pdata; 3674 switch (RegRWStruct->width) { 3676 rtw_write8(padapter, RegRWStruct->offset, (u8)RegRWStruct->value); 3679 rtw_write16(padapter, RegRWStruct->offset, (u16)RegRWStruct->value); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/os_dep/linux/ |
| H A D | ioctl_linux.c | 3505 pRW_Reg RegRWStruct; local 3518 RegRWStruct = (pRW_Reg)pdata; 3519 switch (RegRWStruct->width) { 3521 RegRWStruct->value = rtw_read8(padapter, RegRWStruct->offset); 3524 RegRWStruct->value = rtw_read16(padapter, RegRWStruct->offset); 3527 RegRWStruct->value = rtw_read32(padapter, RegRWStruct->offset); 3535 RegRWStruct = (pRW_Reg)pdata; 3536 switch (RegRWStruct->width) { 3538 rtw_write8(padapter, RegRWStruct->offset, (u8)RegRWStruct->value); 3541 rtw_write16(padapter, RegRWStruct->offset, (u16)RegRWStruct->value); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/os_dep/linux/ |
| H A D | ioctl_linux.c | 4393 pRW_Reg RegRWStruct; local 4407 RegRWStruct = (pRW_Reg)pdata; 4408 switch (RegRWStruct->width) 4411 RegRWStruct->value = rtw_read8(padapter, RegRWStruct->offset); 4414 RegRWStruct->value = rtw_read16(padapter, RegRWStruct->offset); 4417 RegRWStruct->value = rtw_read32(padapter, RegRWStruct->offset); 4425 RegRWStruct = (pRW_Reg)pdata; 4426 switch (RegRWStruct->width) 4429 rtw_write8(padapter, RegRWStruct->offset, (u8)RegRWStruct->value); 4432 rtw_write16(padapter, RegRWStruct->offset, (u16)RegRWStruct->value); [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/os_dep/linux/ |
| H A D | ioctl_linux.c | 3514 pRW_Reg RegRWStruct; local 3527 RegRWStruct = (pRW_Reg)pdata; 3528 switch (RegRWStruct->width) { 3530 RegRWStruct->value = rtw_read8(padapter, RegRWStruct->offset); 3533 RegRWStruct->value = rtw_read16(padapter, RegRWStruct->offset); 3536 RegRWStruct->value = rtw_read32(padapter, RegRWStruct->offset); 3544 RegRWStruct = (pRW_Reg)pdata; 3545 switch (RegRWStruct->width) { 3547 rtw_write8(padapter, RegRWStruct->offset, (u8)RegRWStruct->value); 3550 rtw_write16(padapter, RegRWStruct->offset, (u16)RegRWStruct->value); [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/os_dep/linux/ |
| H A D | ioctl_linux.c | 3514 pRW_Reg RegRWStruct; local 3527 RegRWStruct = (pRW_Reg)pdata; 3528 switch (RegRWStruct->width) { 3530 RegRWStruct->value = rtw_read8(padapter, RegRWStruct->offset); 3533 RegRWStruct->value = rtw_read16(padapter, RegRWStruct->offset); 3536 RegRWStruct->value = rtw_read32(padapter, RegRWStruct->offset); 3544 RegRWStruct = (pRW_Reg)pdata; 3545 switch (RegRWStruct->width) { 3547 rtw_write8(padapter, RegRWStruct->offset, (u8)RegRWStruct->value); 3550 rtw_write16(padapter, RegRWStruct->offset, (u16)RegRWStruct->value); [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/os_dep/linux/ |
| H A D | ioctl_linux.c | 3494 pRW_Reg RegRWStruct; local 3507 RegRWStruct = (pRW_Reg)pdata; 3508 switch (RegRWStruct->width) { 3510 RegRWStruct->value = rtw_read8(padapter, RegRWStruct->offset); 3513 RegRWStruct->value = rtw_read16(padapter, RegRWStruct->offset); 3516 RegRWStruct->value = rtw_read32(padapter, RegRWStruct->offset); 3524 RegRWStruct = (pRW_Reg)pdata; 3525 switch (RegRWStruct->width) { 3527 rtw_write8(padapter, RegRWStruct->offset, (u8)RegRWStruct->value); 3530 rtw_write16(padapter, RegRWStruct->offset, (u16)RegRWStruct->value); [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/os_dep/linux/ |
| H A D | ioctl_linux.c | 3488 pRW_Reg RegRWStruct; local 3501 RegRWStruct = (pRW_Reg)pdata; 3502 switch (RegRWStruct->width) { 3504 RegRWStruct->value = rtw_read8(padapter, RegRWStruct->offset); 3507 RegRWStruct->value = rtw_read16(padapter, RegRWStruct->offset); 3510 RegRWStruct->value = rtw_read32(padapter, RegRWStruct->offset); 3518 RegRWStruct = (pRW_Reg)pdata; 3519 switch (RegRWStruct->width) { 3521 rtw_write8(padapter, RegRWStruct->offset, (u8)RegRWStruct->value); 3524 rtw_write16(padapter, RegRWStruct->offset, (u16)RegRWStruct->value); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/os_dep/linux/ |
| H A D | ioctl_linux.c | 3489 pRW_Reg RegRWStruct; local 3502 RegRWStruct = (pRW_Reg)pdata; 3503 switch (RegRWStruct->width) { 3505 RegRWStruct->value = rtw_read8(padapter, RegRWStruct->offset); 3508 RegRWStruct->value = rtw_read16(padapter, RegRWStruct->offset); 3511 RegRWStruct->value = rtw_read32(padapter, RegRWStruct->offset); 3519 RegRWStruct = (pRW_Reg)pdata; 3520 switch (RegRWStruct->width) { 3522 rtw_write8(padapter, RegRWStruct->offset, (u8)RegRWStruct->value); 3525 rtw_write16(padapter, RegRWStruct->offset, (u16)RegRWStruct->value); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/os_dep/linux/ |
| H A D | ioctl_linux.c | 4062 pRW_Reg RegRWStruct; local 4075 RegRWStruct = (pRW_Reg)pdata; 4076 switch (RegRWStruct->width) { 4078 RegRWStruct->value = rtw_read8(padapter, RegRWStruct->offset); 4081 RegRWStruct->value = rtw_read16(padapter, RegRWStruct->offset); 4084 RegRWStruct->value = rtw_read32(padapter, RegRWStruct->offset); 4092 RegRWStruct = (pRW_Reg)pdata; 4093 switch (RegRWStruct->width) { 4095 rtw_write8(padapter, RegRWStruct->offset, (u8)RegRWStruct->value); 4098 rtw_write16(padapter, RegRWStruct->offset, (u16)RegRWStruct->value); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/os_dep/linux/ |
| H A D | ioctl_linux.c | 3490 pRW_Reg RegRWStruct; local 3503 RegRWStruct = (pRW_Reg)pdata; 3504 switch (RegRWStruct->width) { 3506 RegRWStruct->value = rtw_read8(padapter, RegRWStruct->offset); 3509 RegRWStruct->value = rtw_read16(padapter, RegRWStruct->offset); 3512 RegRWStruct->value = rtw_read32(padapter, RegRWStruct->offset); 3520 RegRWStruct = (pRW_Reg)pdata; 3521 switch (RegRWStruct->width) { 3523 rtw_write8(padapter, RegRWStruct->offset, (u8)RegRWStruct->value); 3526 rtw_write16(padapter, RegRWStruct->offset, (u16)RegRWStruct->value); [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/os_dep/linux/ |
| H A D | ioctl_linux.c | 3490 pRW_Reg RegRWStruct; local 3503 RegRWStruct = (pRW_Reg)pdata; 3504 switch (RegRWStruct->width) { 3506 RegRWStruct->value = rtw_read8(padapter, RegRWStruct->offset); 3509 RegRWStruct->value = rtw_read16(padapter, RegRWStruct->offset); 3512 RegRWStruct->value = rtw_read32(padapter, RegRWStruct->offset); 3520 RegRWStruct = (pRW_Reg)pdata; 3521 switch (RegRWStruct->width) { 3523 rtw_write8(padapter, RegRWStruct->offset, (u8)RegRWStruct->value); 3526 rtw_write16(padapter, RegRWStruct->offset, (u16)RegRWStruct->value); [all …]
|