/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
D | reg.h | 297 #define REG_MACID 0x0610 macro 353 #define MACIDR0 REG_MACID 354 #define MACIDR4 (REG_MACID + 4)
|
D | hw.c | 184 rtl_write_byte(rtlpriv, (REG_MACID + idx), in rtl92de_set_hw_reg()
|
/Linux-v4.19/drivers/staging/rtl8188eu/include/ |
D | rtl8188e_spec.h | 305 #define REG_MACID 0x0610 macro 416 #define IDR0 REG_MACID 418 #define IDR4 (REG_MACID + 4)
|
/Linux-v4.19/drivers/staging/rtl8723bs/include/ |
D | hal_com_reg.h | 359 #define REG_MACID 0x0610 macro 504 #define IDR0 REG_MACID /* MAC ID Register, Offset 0x0050-0x0053 */ 505 #define IDR4 (REG_MACID + 4) /* MAC ID Register, Offset 0x0054-0x0055 */
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | reg.h | 284 #define REG_MACID 0x0610 macro 355 #define MACIDR0 REG_MACID 356 #define MACIDR4 (REG_MACID + 4)
|
D | hw.c | 382 rtl_write_byte(rtlpriv, (REG_MACID + idx), in rtl88ee_set_hw_reg()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | reg.h | 253 #define REG_MACID 0x0610 macro 323 #define MACIDR0 REG_MACID 324 #define MACIDR4 (REG_MACID + 4)
|
D | hw.c | 165 rtl_write_byte(rtlpriv, (REG_MACID + idx), in rtl8723e_set_hw_reg()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | reg.h | 336 #define REG_MACID 0x0610 macro 385 #define MACIDR0 REG_MACID 386 #define MACIDR4 (REG_MACID + 4)
|
D | hw.c | 441 rtl_write_byte(rtlpriv, (REG_MACID + idx), val[idx]); in rtl92ee_set_hw_reg()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
D | reg.h | 263 #define REG_MACID 0x0610 macro 337 #define MACIDR0 REG_MACID 338 #define MACIDR4 (REG_MACID + 4)
|
D | hw.c | 161 rtl_write_byte(rtlpriv, (REG_MACID + idx), in rtl92ce_set_hw_reg()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | reg.h | 309 #define REG_MACID 0x0610 macro 381 #define MACIDR0 REG_MACID 382 #define MACIDR4 (REG_MACID + 4)
|
D | hw.c | 419 *((u32 *)(val)) = rtl_read_dword(rtlpriv, REG_MACID); in rtl8821ae_get_hw_reg() 420 *((u16 *)(val+4)) = rtl_read_word(rtlpriv, REG_MACID + 4); in rtl8821ae_get_hw_reg() 502 rtl_write_byte(rtlpriv, (REG_MACID + idx), in rtl8821ae_set_hw_reg()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | reg.h | 298 #define REG_MACID 0x0610 macro 370 #define MACIDR0 REG_MACID 371 #define MACIDR4 (REG_MACID + 4)
|
D | hw.c | 424 rtl_write_byte(rtlpriv, (REG_MACID + idx), val[idx]); in rtl8723be_set_hw_reg()
|
/Linux-v4.19/drivers/staging/rtlwifi/halmac/ |
D | halmac_reg2.h | 611 #define REG_MACID 0x0610 macro
|
/Linux-v4.19/drivers/net/wireless/realtek/rtl8xxxu/ |
D | rtl8xxxu_regs.h | 739 #define REG_MACID 0x0610 macro
|
D | rtl8xxxu_core.c | 3496 reg = REG_MACID; in rtl8xxxu_set_mac()
|
/Linux-v4.19/drivers/staging/rtl8188eu/hal/ |
D | usb_halinit.c | 407 usb_write32(Adapter, REG_MACID, 0x87654321); in _InitRxSetting() 1198 reg_macid = REG_MACID; in hw_var_set_macaddr()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
D | hw.c | 1575 rtl_write_byte(rtlpriv, (REG_MACID + idx), in rtl92cu_set_hw_reg()
|
/Linux-v4.19/drivers/staging/rtlwifi/halmac/halmac_88xx/ |
D | halmac_api_88xx.c | 788 HALMAC_REG_WRITE_32(halmac_adapter, REG_MACID, mac_address_L); in halmac_cfg_mac_addr_88xx() 789 HALMAC_REG_WRITE_16(halmac_adapter, REG_MACID + 4, in halmac_cfg_mac_addr_88xx()
|
/Linux-v4.19/drivers/staging/rtl8723bs/hal/ |
D | rtl8723b_hal_init.c | 3417 reg_macid = REG_MACID; in hw_var_set_macaddr()
|