Home
last modified time | relevance | path

Searched refs:rd_cmd (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/sys/contrib/octeon-sdk/
H A Dcvmx-ndf-defs.h434 …uint64_t rd_cmd : 1; /**< When 1, HW reads out contents of the Command fifo… member
448 uint64_t rd_cmd : 1;
469 …uint64_t rd_cmd : 1; /**< When 1, HW reads out contents of the Command fifo… member
483 uint64_t rd_cmd : 1;
H A Dcvmx-nand.c503 ndf_misc.s.rd_cmd = 0; in cvmx_nand_initialize()
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/
H A Ddbg.c50 u32 rd_cmd = RADIO_RSP_RD_CMD; in iwl_read_radio_regs() local
52 rd_cmd |= i << RADIO_RSP_ADDR_POS; in iwl_read_radio_regs()
53 iwl_write_prph_no_grab(fwrt->trans, RSP_RADIO_CMD, rd_cmd); in iwl_read_radio_regs()