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

/drivers/net/wireless/ti/wl12xx/
H A Dacx.c29 int wl1271_acx_host_if_cfg_bitmap(struct wl1271 *wl, u32 host_cfg_bitmap) argument
40 bitmap_conf->host_cfg_bitmap = cpu_to_le32(host_cfg_bitmap);
H A Dacx.h46 __le32 host_cfg_bitmap; member in struct:wl1271_acx_host_config_bitmap
271 int wl1271_acx_host_if_cfg_bitmap(struct wl1271 *wl, u32 host_cfg_bitmap);
H A Dmain.c1393 u32 host_cfg_bitmap = HOST_IF_CFG_RX_FIFO_ENABLE; local
1412 host_cfg_bitmap |= HOST_IF_CFG_TX_PAD_TO_SDIO_BLK;
1415 ret = wl1271_acx_host_if_cfg_bitmap(wl, host_cfg_bitmap);
/drivers/net/wireless/ti/wl18xx/
H A Dacx.c28 int wl18xx_acx_host_if_cfg_bitmap(struct wl1271 *wl, u32 host_cfg_bitmap, argument
36 host_cfg_bitmap, sdio_blk_size, extra_mem_blks,
45 bitmap_conf->host_cfg_bitmap = cpu_to_le32(host_cfg_bitmap);
H A Dacx.h60 __le32 host_cfg_bitmap; member in struct:wl18xx_acx_host_config_bitmap
329 int wl18xx_acx_host_if_cfg_bitmap(struct wl1271 *wl, u32 host_cfg_bitmap,
H A Dmain.c1092 u32 host_cfg_bitmap = HOST_IF_CFG_RX_FIFO_ENABLE | local
1097 host_cfg_bitmap |= HOST_IF_CFG_TX_PAD_TO_SDIO_BLK;
1103 host_cfg_bitmap |= HOST_IF_CFG_RX_PAD_TO_SDIO_BLK;
1107 ret = wl18xx_acx_host_if_cfg_bitmap(wl, host_cfg_bitmap,

Completed in 146 milliseconds