Searched refs:ext_mb (Results 1 – 3 of 3) sorted by relevance
1268 if (!css_general_characteristics.ext_mb) { in init_cmf()
3386 gpio->ext_mb.data.type = CXDGPIO_EXT_HMBX; in _fw_set_gpio()3387 gpio->ext_mb.data.fver = gpio_ver; in _fw_set_gpio()3388 gpio->ext_mb.data.dlen = CXDGPIO_SET_L2; in _fw_set_gpio()3389 gpio->ext_mb.data.map_low = FIELD_GET(GENMASK(7, 0), val); in _fw_set_gpio()3390 gpio->ext_mb.data.map_high = FIELD_GET(GENMASK(15, 8), val); in _fw_set_gpio()3391 l2_h2c = gpio->ext_mb.fmt; in _fw_set_gpio()
3296 union rtw89_fbtc_h2c_set_gpio_ext_pta_u ext_mb; member