Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c3406 gpio->ext_swin.data.type = CXDGPIO_EXT_SWIN; in _fw_set_gpio()
3407 gpio->ext_swin.data.fver = gpio_ver; in _fw_set_gpio()
3408 gpio->ext_swin.data.dlen = CXDGPIO_SET_L4; in _fw_set_gpio()
3409 gpio->ext_swin.data.in_map_low = FIELD_GET(GENMASK(7, 0), val); in _fw_set_gpio()
3410 gpio->ext_swin.data.in_map_high = FIELD_GET(GENMASK(15, 8), val); in _fw_set_gpio()
3411 gpio->ext_swin.data.int_map_low = FIELD_GET(GENMASK(23, 16), val); in _fw_set_gpio()
3412 gpio->ext_swin.data.int_map_high = FIELD_GET(GENMASK(31, 24), val); in _fw_set_gpio()
3413 l4_h2c = gpio->ext_swin.fmt; in _fw_set_gpio()
H A Dcore.h3298 union rtw89_fbtc_h2c_set_gpio_ext_swin_u ext_swin; member