Lines Matching refs:bands_bottom
5263 uint32_t bands_middle = 0, bands_bottom = 0; in modem_reset_and_configure() local
5354 bands_bottom |= 1 << 0; in modem_reset_and_configure()
5357 bands_bottom |= 1 << 1; in modem_reset_and_configure()
5360 bands_bottom |= 1 << 2; in modem_reset_and_configure()
5363 bands_bottom |= 1 << 3; in modem_reset_and_configure()
5366 bands_bottom |= 1 << 4; in modem_reset_and_configure()
5369 bands_bottom |= 1 << 7; in modem_reset_and_configure()
5372 bands_bottom |= 1 << 8; in modem_reset_and_configure()
5375 bands_bottom |= 1 << 9; in modem_reset_and_configure()
5378 bands_bottom |= 1 << 11; in modem_reset_and_configure()
5381 bands_bottom |= 1 << 12; in modem_reset_and_configure()
5384 bands_bottom |= 1 << 13; in modem_reset_and_configure()
5387 bands_bottom |= 1 << 16; in modem_reset_and_configure()
5390 bands_bottom |= 1 << 17; in modem_reset_and_configure()
5393 bands_bottom |= 1 << 18; in modem_reset_and_configure()
5396 bands_bottom |= 1 << 19; in modem_reset_and_configure()
5399 bands_bottom |= 1 << 24; in modem_reset_and_configure()
5402 bands_bottom |= 1 << 25; in modem_reset_and_configure()
5405 bands_bottom |= 1 << 26; in modem_reset_and_configure()
5408 bands_bottom |= 1 << 27; in modem_reset_and_configure()
5417 iface_ctx.mdm_bands_bottom != bands_bottom) { in modem_reset_and_configure()
5426 if (iface_ctx.mdm_bands_bottom != bands_bottom) { in modem_reset_and_configure()
5428 bands_bottom, iface_ctx.mdm_bands_bottom); in modem_reset_and_configure()
5434 bands_top, bands_middle, bands_bottom); in modem_reset_and_configure()