Home
last modified time | relevance | path

Searched refs:RSEL (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/clk/
H A Dclk-cs2000-cp.c40 #define RSEL(x) (((x) & 0x3) << 3) macro
41 #define RSEL_MASK RSEL(0x3)
275 ret = cs2000_bset(priv, DEVICE_CFG1, RSEL_MASK, RSEL(ch)); in cs2000_ratio_select()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/scsi/
H A DFlashPoint.c523 #define RSEL BIT(1) macro
1796 (BUS_FREE | RSEL))) ; in FlashPoint_HandleInterrupt()
1837 (BUS_FREE | RSEL)) in FlashPoint_HandleInterrupt()
1850 (BUS_FREE | RSEL))) { in FlashPoint_HandleInterrupt()
1862 else if (hp_int & RSEL) { in FlashPoint_HandleInterrupt()
1865 (PROG_HLT | RSEL | PHASE | BUS_FREE)); in FlashPoint_HandleInterrupt()
3789 (BUS_FREE | RSEL))) ; in FPT_sxfrp()
4494 (RDW_HARPOON((port + hp_intstat)) & RSEL)) { in FPT_phaseBusFree()
6458 FPT_default_intena = RESET | RSEL | PROG_HLT | TIMEOUT | in FPT_XbowInit()
/kernel/linux/linux-6.6/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()
3762 (BUS_FREE | RSEL))) ; in FPT_sxfrp()
4463 (RDW_HARPOON((port + hp_intstat)) & RSEL)) { in FPT_phaseBusFree()
6427 FPT_default_intena = RESET | RSEL | PROG_HLT | TIMEOUT | in FPT_XbowInit()

Completed in 18 milliseconds