Home
last modified time | relevance | path

Searched defs:CTX_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/examples/standalone/
H A Dsched.c28 #define CTX_SIZE 512 macro
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h1072 #define CTX_SIZE(_hcc) (HCC_64BYTE_CONTEXT(_hcc) ? 64 : 32) macro