Home
last modified time | relevance | path

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

/drivers/net/wireless/wl12xx/
Dinit.c502 u32 host_cfg_bitmap = HOST_IF_CFG_RX_FIFO_ENABLE; in wl1271_chip_specific_init() local
506 host_cfg_bitmap |= HOST_IF_CFG_TX_PAD_TO_SDIO_BLK; in wl1271_chip_specific_init()
509 ret = wl1271_acx_host_if_cfg_bitmap(wl, host_cfg_bitmap); in wl1271_chip_specific_init()
Dacx.h834 __le32 host_cfg_bitmap; member
1277 int wl1271_acx_host_if_cfg_bitmap(struct wl1271 *wl, u32 host_cfg_bitmap);
Dacx.c1001 int wl1271_acx_host_if_cfg_bitmap(struct wl1271 *wl, u32 host_cfg_bitmap) in wl1271_acx_host_if_cfg_bitmap() argument
1012 bitmap_conf->host_cfg_bitmap = cpu_to_le32(host_cfg_bitmap); in wl1271_acx_host_if_cfg_bitmap()