Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/bdc/
H A Dbdc.h101 #define BDC_PGS(p) (((p) & (0x7 << 8)) >> 8) macro
H A Dbdc_core.c373 page_size = BDC_PGS(bdc_readl(bdc->regs, BDC_BDCCFG0)); in bdc_mem_alloc()