Searched refs:usb_spec (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/net/wireless/realtek/rtl8xxxu/ |
| H A D | 8188e.c | 526 u8 agg_ctrl, usb_spec; in rtl8188eu_init_aggregation() local 528 usb_spec = rtl8xxxu_read8(priv, REG_USB_SPECIAL_OPTION); in rtl8188eu_init_aggregation() 529 usb_spec &= ~USB_SPEC_USB_AGG_ENABLE; in rtl8188eu_init_aggregation() 530 rtl8xxxu_write8(priv, REG_USB_SPECIAL_OPTION, usb_spec); in rtl8188eu_init_aggregation()
|
| H A D | core.c | 4723 u8 agg_ctrl, usb_spec, page_thresh, timeout; in rtl8xxxu_gen1_init_aggregation() local 4725 usb_spec = rtl8xxxu_read8(priv, REG_USB_SPECIAL_OPTION); in rtl8xxxu_gen1_init_aggregation() 4726 usb_spec &= ~USB_SPEC_USB_AGG_ENABLE; in rtl8xxxu_gen1_init_aggregation() 4727 rtl8xxxu_write8(priv, REG_USB_SPECIAL_OPTION, usb_spec); in rtl8xxxu_gen1_init_aggregation()
|