Home
last modified time | relevance | path

Searched refs:DIO_SECID (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/video/fbdev/
H A Dhpfb.c224 if (DIO_SECID(fb_regs) != DIO_ID2_TOPCAT) { in hpfb_init_one()
285 if (DIO_SECID(fb_regs) == DIO_ID2_TOPCAT) in hpfb_init_one()
406 if (!err && (i == DIO_ID_FBUFFER) && topcat_sid_ok(sid = DIO_SECID(INTFBVADDR))) { in hpfb_init()
/openbmc/linux/drivers/dio/
H A Ddio.c153 secid = DIO_SECID(va); in dio_find()
244 secid = DIO_SECID(va); in dio_init()
/openbmc/linux/include/linux/
H A Ddio.h125 #define DIO_SECID(baseaddr) in_8((baseaddr) + DIO_SECIDOFF) macro