Home
last modified time | relevance | path

Searched refs:index (Results 1 – 3 of 3) sorted by relevance

/hal_intel-3.7.0/bsp_sedi/soc/intel_ish/pm/
Dish_pm.c189 int index; in add_gdt_entry() local
197 index = (gdt_ptr->limit + 1) >> 3; in add_gdt_entry()
200 __gdt[index].dword_lo = desc_lo; in add_gdt_entry()
201 __gdt[index].dword_up = desc_up; in add_gdt_entry()
206 return ((index + 1) << 3) - sizeof(struct gdt_entry); in add_gdt_entry()
/hal_intel-3.7.0/bsp_sedi/drivers/gpio/
Dsedi_gpio.c24 #define GPIO_SET_BIT(base, reg, index, bit) ((base->reg[index]) |= SET_MASK(bit)) argument
25 #define GPIO_CLEAR_BIT(base, reg, index, bit) ((base->reg[index]) &= CLEAR_MASK(bit)) argument
/hal_intel-3.7.0/docs/
Dbsp_sedi_doxyfile1018 # (index.html). This can be useful if you have a project on for instance GitHub
1148 # Configuration options related to the alphabetical class index
1151 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
1159 # be put under the same header in the alphabetical index. The IGNORE_PREFIX tag
1161 # while generating the index headers.
1295 # documentation will contain a main index with vertical navigation menus that
1296 # are dynamically created via JavaScript. If disabled, the navigation index will
1326 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
1372 # additional HTML index files: index.hhp, index.hhc, and index.hhk. The
1373 # index.hhp is a project file that can be read by Microsoft's HTML Help Workshop
[all …]