Lines Matching refs:gpm_idx
1309 mci->gpm_idx = value; in ar9003_mci_state()
1311 mci->gpm_idx = 0; in ar9003_mci_state()
1466 if (mci->gpm_idx == offset) in ar9003_mci_check_gpm_offset()
1469 mci->gpm_idx, offset); in ar9003_mci_check_gpm_offset()
1472 mci->gpm_idx = 0; in ar9003_mci_check_gpm_offset()
1504 if ((offset == 0xFFFF) || (gpm_ptr == mci->gpm_idx)) { in ar9003_mci_get_next_gpm_offset()
1514 if (offset != mci->gpm_idx) in ar9003_mci_get_next_gpm_offset()
1519 temp_index = mci->gpm_idx; in ar9003_mci_get_next_gpm_offset()
1524 mci->gpm_idx++; in ar9003_mci_get_next_gpm_offset()
1526 if (mci->gpm_idx >= mci->gpm_len) in ar9003_mci_get_next_gpm_offset()
1527 mci->gpm_idx = 0; in ar9003_mci_get_next_gpm_offset()