Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c3396 gpio->ext_swout.data.type = CXDGPIO_EXT_SWOUT; in _fw_set_gpio()
3397 gpio->ext_swout.data.fver = gpio_ver; in _fw_set_gpio()
3398 gpio->ext_swout.data.dlen = CXDGPIO_SET_L2; in _fw_set_gpio()
3399 gpio->ext_swout.data.map_low = FIELD_GET(GENMASK(7, 0), val); in _fw_set_gpio()
3400 gpio->ext_swout.data.map_high = FIELD_GET(GENMASK(15, 8), val); in _fw_set_gpio()
3401 l2_h2c = gpio->ext_swout.fmt; in _fw_set_gpio()
H A Dcore.h3297 union rtw89_fbtc_h2c_set_gpio_ext_pta_u ext_swout; member