Home
last modified time | relevance | path

Searched refs:config1 (Results 1 – 10 of 10) sorted by relevance

/freebsd-13-stable/sys/contrib/octeon-sdk/
HDcvmx-pko.c758 cvmx_pko_reg_queue_ptrs1_t config1; in cvmx_pko_shutdown() local
759 config1.u64 = 0; in cvmx_pko_shutdown()
760 config1.s.qid7 = queue >> 7; in cvmx_pko_shutdown()
761 cvmx_write_csr(CVMX_PKO_REG_QUEUE_PTRS1, config1.u64); in cvmx_pko_shutdown()
794 cvmx_pko_reg_queue_ptrs1_t config1; in cvmx_pko_config_port() local
875 config1.u64 = 0; in cvmx_pko_config_port()
876 config1.s.idx3 = queue >> 3; in cvmx_pko_config_port()
877 config1.s.qid7 = (base_queue + queue) >> 7; in cvmx_pko_config_port()
953 cvmx_write_csr(CVMX_PKO_REG_QUEUE_PTRS1, config1.u64); in cvmx_pko_config_port()
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/inheritance/
HDstate001.cfg35 # via the 'local' keyword (in the config1.cfg file) has correctly
/freebsd-13-stable/tests/sys/cddl/zfs/tests/inheritance/
HDstate001.cfg33 # via the 'local' keyword (in the config1.cfg file) has correctly
/freebsd-13-stable/contrib/kyua/integration/
HDcmd_debug_test.sh280 utils_cp_helper config config1
286 debug config1:get_variable
HDcmd_test_test.sh570 utils_cp_helper config config1
588 atf_check -s exit:1 -o ignore -e empty kyua -c my-config test config1
644 utils_cp_helper config config1
660 utils_cp_helper config config1
HDcmd_list_test.sh295 utils_cp_helper config config1
/freebsd-13-stable/sys/mips/include/
HDcpufunc.h247 MIPS_RW32_COP0_SEL(config1, MIPS_COP_0_CONFIG, 1);
/freebsd-13-stable/sys/contrib/device-tree/Bindings/usb/
HDusb-device.txt93 compatible = "usbif123,abcd.config1.0";
/freebsd-13-stable/sys/dev/bce/
HDif_bcereg.h623 u32 config1; member
HDif_bce.c2504 (flash->config1 & FLASH_BACKUP_STRAP_MASK)) { in bce_init_nvram()
2534 REG_WR(sc, BCE_NVM_CFG1, flash->config1); in bce_init_nvram()