Searched refs:cmd_off (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/sys/dev/tpm/ |
| H A D | tpm_crb.c | 81 bus_size_t cmd_off; member 139 if (crb_sc->cmd_off > base_addr && crb_sc->cmd_off < base_addr + length) in tpmcrb_fix_buff_offsets() 140 crb_sc->cmd_off -= base_addr; in tpmcrb_fix_buff_offsets() 193 crb_sc->cmd_off = RD4(sc, TPM_CRB_CTRL_CMD_LADDR); in tpmcrb_attach() 194 crb_sc->cmd_off |= ((uint64_t) RD4(sc, TPM_CRB_CTRL_CMD_HADDR) << 32); in tpmcrb_attach() 208 if (crb_sc->rsp_off == crb_sc->cmd_off) { in tpmcrb_attach() 367 bus_write_region_stream_1(sc->mem_res, crb_sc->cmd_off, in tpmcrb_transmit() 369 bus_barrier(sc->mem_res, crb_sc->cmd_off, in tpmcrb_transmit()
|
| /freebsd-12.1/sys/dev/ep/ |
| H A D | if_ep_pccard.c | 152 sc->epb.cmd_off = 2; in ep_pccard_attach() 155 sc->epb.cmd_off = 0; in ep_pccard_attach()
|
| H A D | if_epvar.h | 29 int cmd_off; /* command offset (bit shift) */ member
|
| H A D | if_ep.c | 146 (EEPROM_CMD_RD << sc->epb.cmd_off) | offset); in ep_get_e()
|
| /freebsd-12.1/sys/dev/ocs_fc/ |
| H A D | sli4.c | 2850 uint32_t cmd_off = 0; in sli_cmd_common_set_profile_config() local 2854 cmd_off = sli_cmd_sli_config(sli4, buf, size, in sli_cmd_common_set_profile_config() 2896 uint32_t cmd_off = 0; in sli_cmd_common_get_profile_list() local 2900 cmd_off = sli_cmd_sli_config(sli4, buf, size, in sli_cmd_common_get_profile_list() 2938 uint32_t cmd_off = 0; in sli_cmd_common_get_active_profile() local 2946 cmd_off = sli_cmd_sli_config(sli4, buf, size, in sli_cmd_common_get_active_profile() 2952 ((uint8_t*)buf + cmd_off); in sli_cmd_common_get_active_profile() 2979 uint32_t cmd_off = 0; in sli_cmd_common_set_active_profile() local 2993 ((uint8_t*)buf + cmd_off); in sli_cmd_common_set_active_profile() 3020 uint32_t cmd_off = 0; in sli_cmd_common_get_reconfig_link_info() local [all …]
|
| /freebsd-12.1/sys/gnu/dts/arm64/qcom/ |
| H A D | msm8916-pins.dtsi | 379 sdc1_cmd_off: cmd_off { 448 sdc2_cmd_off: cmd_off {
|