Searched refs:host_cfg_bitmap (Results 1 – 6 of 6) sorted by relevance
/drivers/net/wireless/ti/wl12xx/ |
D | acx.c | 15 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()
|
D | acx.h | 32 __le32 host_cfg_bitmap; member 257 int wl1271_acx_host_if_cfg_bitmap(struct wl1271 *wl, u32 host_cfg_bitmap);
|
D | main.c | 1380 u32 host_cfg_bitmap = HOST_IF_CFG_RX_FIFO_ENABLE; in wl12xx_hw_init() local 1399 host_cfg_bitmap |= HOST_IF_CFG_TX_PAD_TO_SDIO_BLK; in wl12xx_hw_init() 1402 ret = wl1271_acx_host_if_cfg_bitmap(wl, host_cfg_bitmap); in wl12xx_hw_init()
|
/drivers/net/wireless/ti/wl18xx/ |
D | acx.c | 15 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()
|
D | acx.h | 51 __le32 host_cfg_bitmap; member 389 int wl18xx_acx_host_if_cfg_bitmap(struct wl1271 *wl, u32 host_cfg_bitmap,
|
D | main.c | 1128 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()
|