Home
last modified time | relevance | path

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

/openbmc/linux/drivers/comedi/drivers/
H A Dni_at_a2150.c79 #define ID_BITS(x) (((x) >> 8) & 0x3) macro
676 int id = ID_BITS(inw(dev->iobase + STATUS_REG)); in a2150_probe()
/openbmc/linux/drivers/scsi/pm8001/
H A Dpm8001_hwi.h303 #define ID_BITS 0x000000FF macro
H A Dpm80xx_hwi.h503 #define ID_BITS 0x000000FF macro
H A Dpm8001_hwi.c3018 u32 phy_id = le32_to_cpu(pPayload->phyop_phyid) & ID_BITS; in pm8001_mpi_local_phy_ctl()