Lines Matching refs:subsection
1410 rmclomv_cache_section_t *subsection; in make_psu_subsections() local
1414 subsection = create_cache_section(RMCLOMV_VOLT_IND, in make_psu_subsections()
1420 dst_entry = &subsection->entry[subindex++]; in make_psu_subsections()
1431 dst_entry = &subsection->entry[subindex++]; in make_psu_subsections()
1442 dst_entry = &subsection->entry[subindex++]; in make_psu_subsections()
1453 dst_entry = &subsection->entry[subindex++]; in make_psu_subsections()
1464 dst_entry = &subsection->entry[subindex++]; in make_psu_subsections()
1477 subsection->num_entries = subindex; in make_psu_subsections()
1478 add_section(chain_head, subsection); in make_psu_subsections()
1480 subsection = create_cache_section(RMCLOMV_AMP_IND, in make_psu_subsections()
1487 dst_entry = &subsection->entry[subindex++]; in make_psu_subsections()
1496 dst_entry = &subsection->entry[subindex++]; in make_psu_subsections()
1505 subsection->num_entries = subindex; in make_psu_subsections()
1506 add_section(chain_head, subsection); in make_psu_subsections()
1508 subsection = create_cache_section(RMCLOMV_TEMP_IND, in make_psu_subsections()
1515 dst_entry = &subsection->entry[subindex++]; in make_psu_subsections()
1524 subsection->num_entries = subindex; in make_psu_subsections()
1525 add_section(chain_head, subsection); in make_psu_subsections()
1527 subsection = create_cache_section(RMCLOMV_FAN_IND, in make_psu_subsections()
1534 dst_entry = &subsection->entry[subindex++]; in make_psu_subsections()
1542 dst_entry = &subsection->entry[subindex++]; in make_psu_subsections()
1550 subsection->num_entries = subindex; in make_psu_subsections()
1551 add_section(chain_head, subsection); in make_psu_subsections()