Searched refs:WLAN_IOREG_DEVICE_ID (Results 1 – 2 of 2) sorted by relevance
29 case WLAN_IOREG_DEVICE_ID: in hal_sdio_get_cmd_addr_8723b()30 *cmdaddr = ((WLAN_IOREG_DEVICE_ID << 13) | (addr & WLAN_IOREG_MSK)); in hal_sdio_get_cmd_addr_8723b()66 devide_id = WLAN_IOREG_DEVICE_ID; in get_deviceid()86 devide_id = WLAN_IOREG_DEVICE_ID; in get_deviceid()117 case WLAN_IOREG_DEVICE_ID: in _cvrt2ftaddr()119 device_id = WLAN_IOREG_DEVICE_ID; in _cvrt2ftaddr()169 ((device_id == WLAN_IOREG_DEVICE_ID) && (offset < 0x100)) || in sdio_read32()215 ((device_id == WLAN_IOREG_DEVICE_ID) && (offset < 0x100)) || in sdio_readN()282 ((device_id == WLAN_IOREG_DEVICE_ID) && (offset < 0x100)) || in sdio_write32()319 ((device_id == WLAN_IOREG_DEVICE_ID) && (offset < 0x100)) || in sdio_writeN()[all …]
1246 #define WLAN_IOREG_DEVICE_ID 8 /* 1b[16] */ macro