Searched refs:ext_swout (Results 1 – 2 of 2) sorted by relevance
3396 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()
3297 union rtw89_fbtc_h2c_set_gpio_ext_pta_u ext_swout; member