Home
last modified time | relevance | path

Searched refs:usb_spec (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_8188e.c542 u8 agg_ctrl, usb_spec; in rtl8188eu_init_aggregation() local
544 usb_spec = rtl8xxxu_read8(priv, REG_USB_SPECIAL_OPTION); in rtl8188eu_init_aggregation()
545 usb_spec &= ~USB_SPEC_USB_AGG_ENABLE; in rtl8188eu_init_aggregation()
546 rtl8xxxu_write8(priv, REG_USB_SPECIAL_OPTION, usb_spec); in rtl8188eu_init_aggregation()
H A Drtl8xxxu_core.c4725 u8 agg_ctrl, usb_spec, page_thresh, timeout; in rtl8xxxu_gen1_init_aggregation() local
4727 usb_spec = rtl8xxxu_read8(priv, REG_USB_SPECIAL_OPTION); in rtl8xxxu_gen1_init_aggregation()
4728 usb_spec &= ~USB_SPEC_USB_AGG_ENABLE; in rtl8xxxu_gen1_init_aggregation()
4729 rtl8xxxu_write8(priv, REG_USB_SPECIAL_OPTION, usb_spec); in rtl8xxxu_gen1_init_aggregation()