| /drivers/interrupt_controller/ |
| A D | intc_miwu.c | 131 const struct intc_miwu_config *config = miwu_devs[table]->config; in npcx_miwu_set_pseudo_both_edge() 180 const struct intc_miwu_config *config = miwu_devs[wui->table]->config; in npcx_miwu_irq_enable() 185 struct intc_miwu_data *data = miwu_devs[wui->table]->data; in npcx_miwu_irq_enable() 194 npcx_miwu_set_pseudo_both_edge(wui->table, wui->group, wui->bit); in npcx_miwu_irq_enable() 238 struct intc_miwu_data *data = miwu_devs[wui->table]->data; in npcx_miwu_irq_get_and_clear_pending() 250 npcx_miwu_set_pseudo_both_edge(wui->table, wui->group, wui->bit); in npcx_miwu_irq_get_and_clear_pending() 269 struct intc_miwu_data *data = miwu_devs[wui->table]->data; in npcx_miwu_interrupt_configure() 339 npcx_miwu_set_pseudo_both_edge(wui->table, wui->group, wui->bit); in npcx_miwu_interrupt_configure() 354 callback->io_cb.params.wui.table = io_wui->table; in npcx_miwu_init_gpio_callback() 367 callback->dev_cb.params.wui.table = dev_wui->table; in npcx_miwu_init_dev_callback() [all …]
|
| A D | Kconfig.multilevel | 49 This is the offset in _sw_isr_table, the generated ISR handler table, 113 This is the offset in _sw_isr_table, the generated ISR handler table,
|
| /drivers/xen/ |
| A D | Kconfig | 9 bool "Xen grant table driver" 13 Xen grant table driver. Please note that driver uses dynamic memory 19 int "Grant table driver init priority" 29 grant table driver in runtime. This value should be <= max_grant_frames
|
| A D | gnttab.c | 48 grant_entry_v1_t *table; member 98 gnttab.table[gref].frame = gfn; in gnttab_grant_permit_access() 99 gnttab.table[gref].domid = domid; in gnttab_grant_permit_access() 103 gnttab.table[gref].flags = flags; in gnttab_grant_permit_access() 122 pflags = &gnttab.table[gref].flags; in gnttab_reset_flags() 363 gnttab.table = (grant_entry_v1_t *)gnttab_reg; in gnttab_init()
|
| /drivers/ieee802154/ |
| A D | Kconfig.esp32 | 78 int "Pending table size" 82 set the pending table size 114 int "Record event table size" 119 Set the record event table size 132 int "Record state table size" 137 Set the record state table size. 150 int "Record command table size" 155 Set the record command table size. 168 int "Record abort table size" 173 Set the record abort table size.
|
| A D | Kconfig.cc13xx_cc26xx | 100 bool "Use custom power table structure (advanced)" 103 Imports the radio power table from an external module.
|
| A D | ieee802154_cc13xx_cc26xx.c | 276 const RF_TxPowerTable_Entry *table; in ieee802154_cc13xx_cc26xx_set_txpower() local 280 table = txPowerTable_2_4; in ieee802154_cc13xx_cc26xx_set_txpower() 283 (RF_TxPowerTable_Entry *)table, dbm); in ieee802154_cc13xx_cc26xx_set_txpower()
|
| /drivers/dma/ |
| A D | dma_andes_atcdmacx00.c | 158 struct offset_table table; member 548 data->table.abort = 0x24; in dma_atcdmacx00_init() 549 data->table.ctrl = 0x40; in dma_atcdmacx00_init() 550 data->table.transize = 0x44; in dma_atcdmacx00_init() 551 data->table.srcaddr = 0x48; in dma_atcdmacx00_init() 552 data->table.srcaddrh = 0x4c; in dma_atcdmacx00_init() 553 data->table.dstaddr = 0x50; in dma_atcdmacx00_init() 561 data->table.abort = 0x40; in dma_atcdmacx00_init() 562 data->table.ctrl = 0x44; in dma_atcdmacx00_init() 564 data->table.srcaddr = 0x48; in dma_atcdmacx00_init() [all …]
|
| /drivers/gpio/ |
| A D | gpio_npcx.c | 67 if (io_wui->table == NPCX_MIWU_TABLE_NONE) { in npcx_gpio_enable_io_pads() 86 if (io_wui->table == NPCX_MIWU_TABLE_NONE) { in npcx_gpio_disable_io_pads() 293 if (config->wui_maps[pin].table == NPCX_MIWU_TABLE_NONE) { in gpio_npcx_pin_interrupt_configure() 299 config->port, pin, config->wui_maps[pin].table, in gpio_npcx_pin_interrupt_configure() 368 if (config->wui_maps[pin].table == NPCX_MIWU_TABLE_NONE) { in gpio_npcx_manage_callback()
|
| /drivers/ethernet/ |
| A D | Kconfig.nxp_s32_netc | 89 int "MAC filter hash table size" 93 Maximum number of entries supported in the MAC filter hash table. 96 int "Multicast MAC filter hash table size" 100 Maximum number of entries supported in the Multicast MAC filter hash table.
|
| A D | Kconfig.nxp_s32_gmac | 92 MAC performs imperfect filtering using a 64-bit hash table. The upper 94 content of the hash table. Only multicast with the computed hash set 95 in the multicast table will be received and all other multicast is
|
| A D | Kconfig.stm32_hal | 132 hash set in the multicast table will be received and all
|
| /drivers/fpga/ |
| A D | fpga_ice40_common.c | 20 const char *table = "0123456789abcdef"; in fpga_ice40_crc_to_str() local 24 ch = table[nibble]; in fpga_ice40_crc_to_str()
|
| /drivers/wifi/simplelink/ |
| A D | Kconfig.simplelink | 30 int "Number of entries in network scan table: Max: 30" 37 int "Number of retries to get network scan table"
|
| /drivers/clock_control/ |
| A D | clock_control_rpi_pico.c | 315 const static enum rpi_pico_clkid table[] = { in rpi_pico_get_clock_src() enum 334 srcid = table[aux]; in rpi_pico_get_clock_src() 338 const static enum rpi_pico_clkid table[] = { in rpi_pico_get_clock_src() enum 353 srcid = table[aux]; in rpi_pico_get_clock_src() 358 const static enum rpi_pico_clkid table[] = { in rpi_pico_get_clock_src() enum 374 srcid = table[aux]; in rpi_pico_get_clock_src() 379 const static enum rpi_pico_clkid table[] = { in rpi_pico_get_clock_src() enum 392 srcid = table[aux]; in rpi_pico_get_clock_src() 403 const static enum rpi_pico_clkid table[] = { in rpi_pico_get_clock_src() enum 415 srcid = table[aux]; in rpi_pico_get_clock_src()
|
| A D | clock_control_renesas_cpg_mssr.c | 77 struct cpg_clk_info_table *table = data->clk_info_table[domain]; in rcar_cpg_find_clk_info_by_module_id() local 81 item = bsearch((void *)uintptr_id, table, table_size, sizeof(*item), in rcar_cpg_find_clk_info_by_module_id()
|
| /drivers/mm/ |
| A D | Kconfig | 52 This options defines a table size keeping all virtual memory region
|
| /drivers/flash/ |
| A D | Kconfig.andes | 29 The JESD216 Basic Flash Parameters table must be provided in the
|
| A D | Kconfig.nor | 34 The JESD216 Basic Flash Parameters table must be provided in the
|
| /drivers/input/ |
| A D | input_npcx_kbd.c | 126 if (wui->table == NPCX_MIWU_TABLE_NONE) { in npcx_kbd_init_ksi_wui_callback()
|
| /drivers/espi/ |
| A D | espi_npcx.c | 241 if (wui->table == NPCX_MIWU_TABLE_NONE) { in espi_init_wui_callback() 663 LOG_DBG("%s: WUI %d %d %d", __func__, wui->table, wui->group, wui->bit); in espi_vw_generic_isr() 665 if (wui->table == vw_in_tbl[idx].vw_wui.table && in espi_vw_generic_isr() 673 LOG_ERR("Unknown VW event! %d %d %d", wui->table, in espi_vw_generic_isr()
|
| /drivers/watchdog/ |
| A D | wdt_npcx.c | 158 CONFIG_WDT_NPCX_WARNING_LEADING_TIME_MS, wui->table, wui->group, wui->bit); in wdt_t0out_isr()
|
| /drivers/timer/ |
| A D | Kconfig.x86 | 78 local vector table). This footgun is not intended to be
|