Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ti/wl12xx/
Dacx.c29 int wl1271_acx_host_if_cfg_bitmap(struct wl1271 *wl, u32 host_cfg_bitmap) in wl1271_acx_host_if_cfg_bitmap() argument
40 bitmap_conf->host_cfg_bitmap = cpu_to_le32(host_cfg_bitmap); in wl1271_acx_host_if_cfg_bitmap()
Dacx.h46 __le32 host_cfg_bitmap; member
271 int wl1271_acx_host_if_cfg_bitmap(struct wl1271 *wl, u32 host_cfg_bitmap);
Dmain.c1394 u32 host_cfg_bitmap = HOST_IF_CFG_RX_FIFO_ENABLE; in wl12xx_hw_init() local
1413 host_cfg_bitmap |= HOST_IF_CFG_TX_PAD_TO_SDIO_BLK; in wl12xx_hw_init()
1416 ret = wl1271_acx_host_if_cfg_bitmap(wl, host_cfg_bitmap); in wl12xx_hw_init()
/Linux-v4.19/drivers/net/wireless/ti/wl18xx/
Dacx.c29 int wl18xx_acx_host_if_cfg_bitmap(struct wl1271 *wl, u32 host_cfg_bitmap, in wl18xx_acx_host_if_cfg_bitmap() argument
37 host_cfg_bitmap, sdio_blk_size, extra_mem_blks, in wl18xx_acx_host_if_cfg_bitmap()
46 bitmap_conf->host_cfg_bitmap = cpu_to_le32(host_cfg_bitmap); in wl18xx_acx_host_if_cfg_bitmap()
Dacx.h65 __le32 host_cfg_bitmap; member
403 int wl18xx_acx_host_if_cfg_bitmap(struct wl1271 *wl, u32 host_cfg_bitmap,
Dmain.c1142 u32 host_cfg_bitmap = HOST_IF_CFG_RX_FIFO_ENABLE | in wl18xx_set_host_cfg_bitmap() local
1147 host_cfg_bitmap |= HOST_IF_CFG_TX_PAD_TO_SDIO_BLK; in wl18xx_set_host_cfg_bitmap()
1153 host_cfg_bitmap |= HOST_IF_CFG_RX_PAD_TO_SDIO_BLK; in wl18xx_set_host_cfg_bitmap()
1157 ret = wl18xx_acx_host_if_cfg_bitmap(wl, host_cfg_bitmap, in wl18xx_set_host_cfg_bitmap()