Searched refs:sels (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/include/hw/misc/ |
| H A D | npcm_clk.h | 171 NPCM7xxClockSELState sels[NPCM7XX_CLOCK_NR_SELS]; member
|
| /openbmc/qemu/hw/misc/ |
| H A D | npcm_clk.c | 306 npcm7xx_clk_update_sel(&clk->sels[i]); in npcm7xx_clk_update_all_sels() 786 return clk->sels[index].clock_out; in npcm7xx_get_clock() 808 clock_set_source(clk->sels[i].clock_in[j], src); in npcm7xx_connect_clocks() 998 &s->sels[i], TYPE_NPCM7XX_CLOCK_SEL); in npcm7xx_clk_init_clock_hierarchy() 999 npcm7xx_init_clock_sel(&s->sels[i], s, in npcm7xx_clk_init_clock_hierarchy() 1051 if (!qdev_realize(DEVICE(&s->sels[i]), NULL, errp)) { in npcm_clk_realize()
|
| /openbmc/u-boot/drivers/mtd/nand/raw/ |
| H A D | sunxi_nand.c | 247 struct sunxi_nand_chip_sel sels[0]; member 391 rb = &sunxi_nand->sels[sunxi_nand->selected].rb; in sunxi_nfc_dev_ready() 435 sel = &sunxi_nand->sels[chip]; in sunxi_nfc_select_chip() 1664 chip->sels[i].cs = tmp; in sunxi_nand_chip_init() 1668 chip->sels[i].rb.type = RB_NATIVE; in sunxi_nand_chip_init() 1669 chip->sels[i].rb.info.nativeid = tmp; in sunxi_nand_chip_init() 1673 &chip->sels[i].rb.info.gpio, in sunxi_nand_chip_init() 1676 chip->sels[i].rb.type = RB_GPIO; in sunxi_nand_chip_init() 1678 chip->sels[i].rb.type = RB_NONE; in sunxi_nand_chip_init()
|
| /openbmc/openbmc-tools/openbmctool/ |
| H A D | openbmctool.py | 932 sels = {} 936 sels[key] = selEntries[key] 937 sels[key]['logNum'] = key.split('/')[-1] 938 sels[key]['timestamp'] = selEntries[key]['Timestamp'] 939 sortedEntries = sortSELs(sels) 1270 sels = json.loads(sel(host, args, session))['data'] 1271 for key in sels: 2122 sels = selPrint(host,args,session) 2123 …if '----Active Alerts----' in sels or 'No log entries found' in sels or '----Historical Alerts----… 2127 errorInfo += sels + '\n' [all …]
|