Home
last modified time | relevance | path

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

/linux/drivers/sh/maple/
H A Dmaple.c492 static void maple_map_subunits(struct maple_device *mdev, int submask) in maple_map_subunits() argument
505 submask = submask >> 1; in maple_map_subunits()
508 devcheck = submask & 0x01; in maple_map_subunits()
519 submask = submask >> 1; in maple_map_subunits()
580 char submask; in maple_response_devinfo() local
595 submask = recvbuf[2] & 0x1F; in maple_response_devinfo()
596 if (submask ^ subdevice_map[mdev->port]) { in maple_response_devinfo()
597 maple_map_subunits(mdev, submask); in maple_response_devinfo()
598 subdevice_map[mdev->port] = submask; in maple_response_devinfo()