Home
last modified time | relevance | path

Searched refs:f_idx (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/drivers/interrupt_controller/
Dintc_intel_vtd.c250 uint8_t f_idx; in fault_event_isr() local
259 f_idx = VTD_FSTS_FRI(status); in fault_event_isr()
260 while (f_idx < data->fault_record_num) { in fault_event_isr()
265 (VTD_FRCD_REG_SIZE * f_idx)); in fault_event_isr()
268 (VTD_FRCD_REG_SIZE * f_idx) + 8); in fault_event_isr()
276 (VTD_FRCD_REG_SIZE * f_idx), fault_l); in fault_event_isr()
278 (VTD_FRCD_REG_SIZE * f_idx) + 8, fault_h); in fault_event_isr()
279 f_idx++; in fault_event_isr()
/Zephyr-Core-3.7.0/drivers/usb/udc/
Dudc_dwc2.c198 static uint32_t dwc2_get_txfdep(const struct device *dev, const uint32_t f_idx) in dwc2_get_txfdep() argument
203 dieptxf = sys_read32((mem_addr_t)&base->dieptxf[f_idx]); in dwc2_get_txfdep()
209 static uint32_t dwc2_get_txfaddr(const struct device *dev, const uint32_t f_idx) in dwc2_get_txfaddr() argument
214 dieptxf = sys_read32((mem_addr_t)&base->dieptxf[f_idx]); in dwc2_get_txfaddr()
220 static void dwc2_set_txf(const struct device *dev, const uint32_t f_idx, in dwc2_set_txf() argument
229 sys_write32(dieptxf, (mem_addr_t)&base->dieptxf[f_idx]); in dwc2_set_txf()