Home
last modified time | relevance | path

Searched defs:SELECT (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/hexagon/lib/
H A Dchecksum.c23 #define SELECT(x, y) ((0x0001ULL*x)<<y) macro
/openbmc/u-boot/drivers/pci/
H A Dpci_mvebu.c28 #define SELECT(x, n) ((x >> n) & 1UL) macro
/openbmc/linux/drivers/block/
H A Dswim3.c91 #define SELECT 0x20 macro
H A Damiflop.c242 #define SELECT(mask) (ciab.prb &= ~mask) macro
/openbmc/qemu/hw/vfio/
H A Dpci-quirks.c541 typedef enum {NONE = 0, SELECT, WINDOW, READ, WRITE} VFIONvidia3d0State; enumerator
/openbmc/linux/drivers/scsi/
H A DFlashPoint.c604 #define SELECT BIT(6) macro