Searched refs:ext_pta (Results 1 – 2 of 2) sorted by relevance
3376 gpio->ext_pta.data.type = CXDGPIO_EXT_HPTA; in _fw_set_gpio()3377 gpio->ext_pta.data.fver = gpio_ver; in _fw_set_gpio()3378 gpio->ext_pta.data.dlen = CXDGPIO_SET_L2; in _fw_set_gpio()3379 gpio->ext_pta.data.map_low = FIELD_GET(GENMASK(7, 0), val); in _fw_set_gpio()3380 gpio->ext_pta.data.map_high = FIELD_GET(GENMASK(15, 8), val); in _fw_set_gpio()3381 l2_h2c = gpio->ext_pta.fmt; in _fw_set_gpio()
3295 union rtw89_fbtc_h2c_set_gpio_ext_pta_u ext_pta; member