Home
last modified time | relevance | path

Searched refs:CONTROL (Results 1 – 25 of 33) sorted by relevance

12

/openbmc/qemu/include/hw/rtc/
H A Dxlnx-zynqmp-rtc.h72 REG32(CONTROL, 0x40)
73 FIELD(CONTROL, BATTERY_DISABLE, 31, 1)
74 FIELD(CONTROL, OSC_CNTRL, 24, 4)
75 FIELD(CONTROL, SLVERR_ENABLE, 0, 1)
/openbmc/qemu/hw/rtc/
H A Daspeed_rtc.c21 #define CONTROL (0x10 / 4) macro
78 if (rtc->reg[CONTROL] & RTC_ENABLED) { in aspeed_rtc_read()
82 case CONTROL: in aspeed_rtc_read()
106 if (!(rtc->reg[CONTROL] & RTC_UNLOCKED)) { in aspeed_rtc_write()
110 case CONTROL: in aspeed_rtc_write()
/openbmc/qemu/hw/timer/
H A Dcmsdk-apb-dualtimer.c35 FIELD(CONTROL, ONESHOT, 0, 1)
36 FIELD(CONTROL, SIZE, 1, 1)
37 FIELD(CONTROL, PRESCALE, 2, 2)
38 FIELD(CONTROL, INTEN, 5, 1)
39 FIELD(CONTROL, MODE, 6, 1)
40 FIELD(CONTROL, ENABLE, 7, 1)
112 switch (FIELD_EX32(m->control, CONTROL, PRESCALE)) { in cmsdk_dualtimermod_divisor()
145 switch (FIELD_EX32(newctrl, CONTROL, PRESCALE)) { in cmsdk_dualtimermod_write_control()
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DWidget-Workshop13 CONTROL EQUIPMENT IN HAZARDOUS ENVIRONMENTS REQUIRING FAIL-SAFE PERFORMANCE,
15 COMMUNICATION SYSTEMS, AIR TRAFFIC CONTROL, DIRECT LIFE SUPPORT MACHINES,
H A DAMDPLPA18CONTROL LAWS SUCH AS THE EXPORT ADMINISTRATION REGULATIONS AND NATIONAL SECURITY CONTROLS AS DEFIN…
H A DJasPer-2.017 …AR FACILITIES, AIRCRAFT NAVIGATION OR COMMUNICATION SYSTEMS, AIR TRAFFIC CONTROL SYSTEMS, DIRECT L…
H A DLPL-1.0261 7. EXPORT CONTROL
H A DRPL-1.5393 CONTROL EQUIPMENT IN HAZARDOUS ENVIRONMENTS REQUIRING FAIL-SAFE PERFORMANCE,
395 COMMUNICATIONS SYSTEMS, AIR TRAFFIC CONTROL, DIRECT LIFE SUPPORT MACHINES, OR
H A DRPL-1.1135CONTROL EQUIPMENT IN HAZARDOUS ENVIRONMENTS REQUIRING FAIL-SAFE PERFORMANCE, SUCH AS IN THE OPERAT…
H A DgSOAP-1277 SUCH AS OPERATION OF NUCLEAR FACILITIES, AIRCRAFT NAVIGATION OR CONTROL, OR
H A DgSOAP-1.3b122 …RONMENTS SUCH AS OPERATION OF NUCLEAR FACILITIES, AIRCRAFT NAVIGATION OR CONTROL, OR LIFE-CRITICAL…
/openbmc/qemu/hw/ssi/
H A Dibex_spi_host.c48 REG32(CONTROL, 0x10)
49 FIELD(CONTROL, RX_WATERMARK, 0, 8)
50 FIELD(CONTROL, TX_WATERMARK, 1, 8)
51 FIELD(CONTROL, OUTPUT_EN, 29, 1)
52 FIELD(CONTROL, SW_RST, 30, 1)
53 FIELD(CONTROL, SPIEN, 31, 1)
415 CONTROL, SPIEN))) { in ibex_spi_host_write()
/openbmc/qemu/target/hexagon/idef-parser/
H A Didef-parser.h45 typedef enum { GENERAL_PURPOSE, CONTROL, MODIFIER, DOTNEW } HexRegType; enumerator
/openbmc/qemu/scripts/qapi/
H A Dpylintrc3 [MESSAGES CONTROL]
/openbmc/u-boot/drivers/net/ti/
H A Ddavinci_emac.c157 &adap_mdio->CONTROL); in davinci_eth_mdio_enable()
159 while (readl(&adap_mdio->CONTROL) & MDIO_CONTROL_IDLE) in davinci_eth_mdio_enable()
502 &adap_mdio->CONTROL); in davinci_eth_open()
H A Ddavinci_emac.h276 dv_reg CONTROL; member
/openbmc/qemu/tests/qemu-iotests/
H A Dpylintrc1 [MESSAGES CONTROL]
/openbmc/u-boot/board/seco/mx6quq7/
H A Dmx6quq7-2g.cfg64 /* CONTROL */
/openbmc/openbmc/poky/meta/classes-global/
H A Dpackage_rpm.bbclass191 # We can race against the ipk/deb backends which create CONTROL or DEBIAN directories
194 … # We have the odd situation where the CONTROL/DEBIAN directory can be removed in the middle of
227 if path.endswith("DEBIAN") or path.endswith("CONTROL"):
241 if dir == "CONTROL" or dir == "DEBIAN":
248 if file == "CONTROL" or file == "DEBIAN":
H A Dpackage_ipk.bbclass62 for p in ['CONTROL', 'DEBIAN']:
121 controldir = os.path.join(root, 'CONTROL')
H A Dpackage_deb.bbclass73 for p in ['CONTROL', 'DEBIAN']:
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/
H A Dtest_project_page.py689 self.driver.find_element(By.XPATH, '//body').send_keys(Keys.CONTROL + Keys.HOME)
697 self.driver.find_element(By.XPATH, '//body').send_keys(Keys.CONTROL + Keys.HOME)
/openbmc/u-boot/include/
H A Dusbdescriptors.h166 #define CONTROL 0x00 macro
/openbmc/qemu/migration/
H A Dtrace-events227 qemu_rdma_exchange_get_response_start(const char *desc) "CONTROL: %s receiving..."
237 qemu_rdma_post_send_control(const char *desc) "CONTROL: sending %s.."
/openbmc/qemu/target/s390x/tcg/
H A Dinsn-data.h.inc1346 /* LOAD CONTROL */
1372 /* SET ADDRESS SPACE CONTROL FAST */
1394 /* STORE CONTROL */

12