Home
last modified time | relevance | path

Searched refs:S_DATA (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/
H A D0016-Platform-corstone1000-Fix-isolation-L2-memory-protection.patch11 so that the App RoT sub-region overlapping S_DATA has a higher region
H A D0012-Platform-CS1000-Increase-BL2-partition-size.patch10 fully cover the S_DATA.
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dcxgb2.c1152 S_DATA = 1 << 4 in bit_bang() enumerator
1163 val |= S_DATA; in bit_bang()
1165 val &= ~S_DATA; in bit_bang()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dregs.h777 #define S_DATA 0 macro
780 #define G_DATA(x) (((x) >> S_DATA) & M_DATA)