Home
last modified time | relevance | path

Searched refs:num_ints (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/hw/intc/
H A Daspeed_intc.c43 if (irq >= aic->num_ints) { in aspeed_intc_update()
56 * The value of irq should be 0 to num_ints.
68 if (irq >= aic->num_ints) { in aspeed_intc_set_irq()
167 if (irq >= aic->num_ints) { in aspeed_intc_write()
216 if (irq >= aic->num_ints) { in aspeed_intc_write()
279 assert(aic->num_ints <= ASPEED_INTC_NR_INTS); in aspeed_intc_instance_init()
280 for (i = 0; i < aic->num_ints; i++) { in aspeed_intc_instance_init()
309 qdev_init_gpio_in(dev, aspeed_intc_set_irq, aic->num_ints); in aspeed_intc_realize()
311 for (i = 0; i < aic->num_ints; i++) { in aspeed_intc_realize()
346 aic->num_ints in aspeed_2700_intc_class_init()
[all...]
/openbmc/qemu/include/hw/intc/
H A Daspeed_intc.h41 uint32_t num_ints; member
/openbmc/linux/drivers/scsi/bfa/
H A Dbfa_plog.h141 u32 *intarr, u32 num_ints);
H A Dbfa_svc.c343 u16 misc, u32 *intarr, u32 num_ints) in bfa_plog_intarr() argument
348 if (num_ints > BFA_PL_INT_LOG_SZ) in bfa_plog_intarr()
349 num_ints = BFA_PL_INT_LOG_SZ; in bfa_plog_intarr()
358 for (i = 0; i < num_ints; i++) in bfa_plog_intarr()
361 lp.log_num_ints = (u8) num_ints; in bfa_plog_intarr()
/openbmc/linux/drivers/spi/
H A Dspi-bcm-qspi.c1491 int irq, ret = 0, num_ints = 0; in bcm_qspi_probe() local
1621 } else if (!num_ints && soc_intc) { in bcm_qspi_probe()
1638 num_ints++; in bcm_qspi_probe()
1645 if (!num_ints) { in bcm_qspi_probe()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt.h1161 u8 num_ints; member
1178 return rx_test->payload + (rx_test->num_ints * sizeof(__le32)); in htt_rx_test_get_chars()
/openbmc/qemu/hw/arm/
H A Daspeed_ast27x0.c519 for (i = 0; i < ic->num_ints; i++) { in aspeed_soc_ast2700_realize()