MCI_GPM_COEX_W_BT_FLAGS  487 drivers/net/wireless/ath/ath9k/ar9003_mci.c 	*(((u8 *)pld) + MCI_GPM_COEX_W_BT_FLAGS + 0) = bt_flags & 0xFF;
MCI_GPM_COEX_W_BT_FLAGS  488 drivers/net/wireless/ath/ath9k/ar9003_mci.c 	*(((u8 *)pld) + MCI_GPM_COEX_W_BT_FLAGS + 1) = (bt_flags >> 8) & 0xFF;
MCI_GPM_COEX_W_BT_FLAGS  489 drivers/net/wireless/ath/ath9k/ar9003_mci.c 	*(((u8 *)pld) + MCI_GPM_COEX_W_BT_FLAGS + 2) = (bt_flags >> 16) & 0xFF;
MCI_GPM_COEX_W_BT_FLAGS  490 drivers/net/wireless/ath/ath9k/ar9003_mci.c 	*(((u8 *)pld) + MCI_GPM_COEX_W_BT_FLAGS + 3) = (bt_flags >> 24) & 0xFF;