Home
last modified time | relevance | path

Searched refs:make24 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/i825xx/
H A Dsun3_82586.c67 #define make24(ptr32) (char *)swab32(( ((unsigned long) (ptr32)) - p->base)) macro
232 p->scp->iscp = make24(p->iscp); in check586()
262 p->scp->iscp = make24(p->iscp); in alloc586()
265 p->iscp->scb_base = make24(dvma_btov(dev->mem_start)); in alloc586()
596 p->xmit_buffs[i]->buffer = make24((p->xmit_cbuffs[i])); in init586()
664 rbd[i].buffer = make24(ptr); in alloc_rfa()
/openbmc/bmcweb/redfish-core/include/utils/extern/
H A Ddate.h4195 make24(std::chrono::hours h, bool is_pm) NOEXCEPT