Home
last modified time | relevance | path

Searched refs:host_cfg_bitmap (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/drivers/net/wireless/ti/wl12xx/
A Dacx.c15 int wl1271_acx_host_if_cfg_bitmap(struct wl1271 *wl, u32 host_cfg_bitmap) in wl1271_acx_host_if_cfg_bitmap() argument
26 bitmap_conf->host_cfg_bitmap = cpu_to_le32(host_cfg_bitmap); in wl1271_acx_host_if_cfg_bitmap()
A Dacx.h32 __le32 host_cfg_bitmap; member
257 int wl1271_acx_host_if_cfg_bitmap(struct wl1271 *wl, u32 host_cfg_bitmap);
A Dmain.c1377 u32 host_cfg_bitmap = HOST_IF_CFG_RX_FIFO_ENABLE; in wl12xx_hw_init() local
1396 host_cfg_bitmap |= HOST_IF_CFG_TX_PAD_TO_SDIO_BLK; in wl12xx_hw_init()
1399 ret = wl1271_acx_host_if_cfg_bitmap(wl, host_cfg_bitmap); in wl12xx_hw_init()
/linux-6.3-rc2/drivers/net/wireless/ti/wl18xx/
A Dacx.c15 int wl18xx_acx_host_if_cfg_bitmap(struct wl1271 *wl, u32 host_cfg_bitmap, in wl18xx_acx_host_if_cfg_bitmap() argument
23 host_cfg_bitmap, sdio_blk_size, extra_mem_blks, in wl18xx_acx_host_if_cfg_bitmap()
32 bitmap_conf->host_cfg_bitmap = cpu_to_le32(host_cfg_bitmap); in wl18xx_acx_host_if_cfg_bitmap()
A Dacx.h51 __le32 host_cfg_bitmap; member
389 int wl18xx_acx_host_if_cfg_bitmap(struct wl1271 *wl, u32 host_cfg_bitmap,
A Dmain.c1128 u32 host_cfg_bitmap = HOST_IF_CFG_RX_FIFO_ENABLE | in wl18xx_set_host_cfg_bitmap() local
1133 host_cfg_bitmap |= HOST_IF_CFG_TX_PAD_TO_SDIO_BLK; in wl18xx_set_host_cfg_bitmap()
1139 host_cfg_bitmap |= HOST_IF_CFG_RX_PAD_TO_SDIO_BLK; in wl18xx_set_host_cfg_bitmap()
1143 ret = wl18xx_acx_host_if_cfg_bitmap(wl, host_cfg_bitmap, in wl18xx_set_host_cfg_bitmap()

Completed in 24 milliseconds