Home
last modified time | relevance | path

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

/linux/drivers/clk/
H A Dclk-cs2000-cp.c41 #define RSEL(x) (((x) & 0x3) << 3) macro
42 #define RSEL_MASK RSEL(0x3)
281 ret = regmap_update_bits(priv->regmap, DEVICE_CFG1, RSEL_MASK, RSEL(ch)); in cs2000_ratio_select()
/linux/drivers/scsi/
H A DFlashPoint.c495 #define RSEL BIT(1) macro
1764 (BUS_FREE | RSEL))) ; in FlashPoint_HandleInterrupt()
1805 (BUS_FREE | RSEL)) in FlashPoint_HandleInterrupt()
1818 (BUS_FREE | RSEL))) { in FlashPoint_HandleInterrupt()
1830 else if (hp_int & RSEL) { in FlashPoint_HandleInterrupt()
1833 (PROG_HLT | RSEL | PHASE | BUS_FREE)); in FlashPoint_HandleInterrupt()
3761 (BUS_FREE | RSEL))) ; in FPT_sxfrp()
4462 (RDW_HARPOON((port + hp_intstat)) & RSEL)) { in FPT_phaseBusFree()
6426 FPT_default_intena = RESET | RSEL | PROG_HLT | TIMEOUT | in FPT_XbowInit()