Searched refs:AL_TRUE (Results 1 - 8 of 8) sorted by last modified time

/freebsd-11-stable/sys/contrib/alpine-hal/
H A Dal_hal_pcie.c112 (enable == AL_TRUE) ? 1 : 0);
117 if (enable == AL_TRUE)
154 al_pcie_port_wr_to_ro_set(pcie_port, AL_TRUE);
240 (enable == AL_TRUE) ? 0xffffffff : 0x0);
244 (enable != AL_TRUE) ?
270 (enable == AL_TRUE) ? parity_enable_mask : 0x0);
278 (enable == AL_TRUE) ?
290 (enable == AL_TRUE) ?
304 (enable != AL_TRUE) ?
324 al_bool tx_relaxed_ordering = (op_mode == AL_PCIE_OPERATING_MODE_RC ? AL_FALSE : AL_TRUE);
[all...]
H A Dal_hal_plat_types.h60 #define AL_TRUE 1 macro
85 #define PLAT_ARCH_IS_LITTLE() AL_TRUE
H A Dal_hal_serdes.c653 SERDES_IREG_FLD_PCS_VPCSIF_OVR_RATE_ENA) ? AL_TRUE : AL_FALSE;
1060 AL_TRUE : AL_FALSE;
1064 AL_TRUE : AL_FALSE;
1550 al_bool ret = AL_TRUE;
1608 al_bool ret = AL_TRUE;
1687 return ((reg & SERDES_IREG_FLD_RXRANDET_STAT) ? AL_TRUE : AL_FALSE);
2077 state->restore = AL_TRUE;
H A Dal_hal_types.h60 #if (!AL_TRUE) || (AL_FALSE)
61 #error "AL_TRUE must be non zero and AL_FALSE must be zero"
H A Dal_hal_udma.h419 * @return AL_TRUE if descriptors are submitted to completion ring and still
426 return AL_TRUE;
547 * @return AL_TRUE if the completion descriptor is new one.
555 return AL_TRUE;
H A Dal_hal_udma_config.c63 if (axi->swap_8_bytes == AL_TRUE)
68 if (axi->swap_s2m_data == AL_TRUE)
73 if (axi->swap_s2m_desc == AL_TRUE)
78 if (axi->swap_m2s_data == AL_TRUE)
83 if (axi->swap_m2s_desc == AL_TRUE)
157 if (axi_m2s->break_on_max_boundary == AL_TRUE)
254 if (axi_s2m->break_on_max_boundary == AL_TRUE)
308 if (conf->encode_64k_as_zero == AL_TRUE)
319 if (conf->encode_64k_as_zero == AL_TRUE)
501 if (enable == AL_TRUE) {
[all...]
/freebsd-11-stable/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_kr.c905 adapter->name, (lt_enable == AL_TRUE) ? "yes" : "no");
910 if (next_page_enable == AL_TRUE)
916 if (lt_enable == AL_TRUE) {
944 *error = AL_TRUE;
948 *page_received = AL_TRUE;
953 *an_completed = AL_TRUE;
1022 return AL_TRUE;
H A Dal_hal_eth_main.c619 conf.encode_64k_as_zero = AL_TRUE;
862 AL_TRUE, AL_ETH_S2M_UDMA_COMP_COAL_TIMEOUT);
1468 caps->speed_10_HD = AL_TRUE;
1469 caps->speed_10_FD = AL_TRUE;
1470 caps->speed_100_HD = AL_TRUE;
1471 caps->speed_100_FD = AL_TRUE;
1472 caps->speed_1000_FD = AL_TRUE;
1473 caps->eee = AL_TRUE;
1476 caps->speed_10000_FD = AL_TRUE;
1477 caps->pfc = AL_TRUE;
[all...]

Completed in 104 milliseconds