/linux/Documentation/devicetree/bindings/spi/ |
H A D | brcm,spi-bcm-qspi.yaml | 62 - enum: [ intr_regs, intr_status_reg, cs_reg ] 63 - enum: [ intr_regs, intr_status_reg, cs_reg ] 64 - enum: [ intr_regs, intr_status_reg, cs_reg ] 150 reg-names = "mspi", "bspi", "intr_regs", "intr_status_reg"; 179 reg-names = "mspi", "bspi", "intr_regs", "intr_status_reg";
|
/linux/drivers/pinctrl/qcom/ |
H A D | pinctrl-msm.h | 48 * @intr_status_reg: Offset of the register holding the status bits for this group. 59 * @intr_status_bit: Offset in @intr_status_reg for reading and acking the interrupt 84 u32 intr_status_reg; member
|
H A D | pinctrl-qdf2xxx.c | 108 groups[gpio].intr_status_reg = 0x0c + 0x10000 * gpio; in qdf2xxx_pinctrl_probe()
|
H A D | pinctrl-ipq8064.c | 185 .intr_status_reg = 0x100c + 0x10 * id, \ 212 .intr_status_reg = 0, \
|
H A D | pinctrl-sdm670.c | 39 .intr_status_reg = base + 0xc + REG_SIZE * id, \ 69 .intr_status_reg = 0, \ 94 .intr_status_reg = 0, \ 119 .intr_status_reg = 0, \
|
H A D | pinctrl-sdx65.c | 35 .intr_status_reg = REG_BASE + 0xc + REG_SIZE * id, \ 61 .intr_status_reg = 0, \ 86 .intr_status_reg = 0, \
|
H A D | pinctrl-apq8064.c | 233 .intr_status_reg = 0x100c + 0x10 * id, \ 260 .intr_status_reg = 0, \
|
H A D | pinctrl-sm4450.c | 35 .intr_status_reg = 0xc + REG_SIZE * id, \ 63 .intr_status_reg = 0, \ 88 .intr_status_reg = 0, \
|
H A D | pinctrl-sm6115.c | 45 .intr_status_reg = 0xc + 0x1000 * id, \ 72 .intr_status_reg = 0, \ 98 .intr_status_reg = 0, \
|
H A D | pinctrl-qcs615.c | 45 .intr_status_reg = 0x1000 * id + 0xc, \ 72 .intr_status_reg = 0, \ 98 .intr_status_reg = 0, \
|
H A D | pinctrl-qcm2290.c | 35 .intr_status_reg = 0xc + REG_SIZE * id, \ 63 .intr_status_reg = 0, \ 88 .intr_status_reg = 0, \
|
H A D | pinctrl-msm8226.c | 284 .intr_status_reg = 0x100c + 0x10 * id, \ 310 .intr_status_reg = 0, \
|
H A D | pinctrl-sc7180.c | 43 .intr_status_reg = 0x1000 * id + 0xc, \ 70 .intr_status_reg = 0, \ 96 .intr_status_reg = 0, \
|
H A D | pinctrl-qcs8300.c | 36 .intr_status_reg = 0xc + REG_SIZE * id, \ 64 .intr_status_reg = 0, \ 89 .intr_status_reg = 0, \
|
H A D | pinctrl-sm6350.c | 35 .intr_status_reg = 0xc + REG_SIZE * id, \ 61 .intr_status_reg = 0, \ 86 .intr_status_reg = 0, \
|
H A D | pinctrl-sdm845.c | 39 .intr_status_reg = base + 0xc + REG_SIZE * id, \ 65 .intr_status_reg = 0, \ 90 .intr_status_reg = 0, \
|
H A D | pinctrl-sa8775p.c | 36 .intr_status_reg = REG_BASE + 0xc + REG_SIZE * id, \ 65 .intr_status_reg = 0, \ 90 .intr_status_reg = 0, \
|
H A D | pinctrl-sdx55.c | 35 .intr_status_reg = 0xc + REG_SIZE * id, \ 61 .intr_status_reg = 0, \
|
H A D | pinctrl-milos.c | 38 .intr_status_reg = 0xc + REG_SIZE * id, \ 69 .intr_status_reg = 0, \ 94 .intr_status_reg = 0, \
|
H A D | pinctrl-sm6375.c | 36 .intr_status_reg = REG_SIZE * id + 0xc, \ 64 .intr_status_reg = 0, \ 89 .intr_status_reg = 0, \
|
H A D | pinctrl-sm8250.c | 46 .intr_status_reg = REG_SIZE * id + 0xc, \ 73 .intr_status_reg = 0, \ 99 .intr_status_reg = 0, \
|
H A D | pinctrl-msm8660.c | 396 .intr_status_reg = 0x100c + 0x10 * id, \ 423 .intr_status_reg = 0, \
|
/linux/arch/arm/boot/dts/broadcom/ |
H A D | bcm5301x.dtsi | 105 reg-names = "mspi", "bspi", "intr_regs", "intr_status_reg";
|
H A D | bcm-hr2.dtsi | 227 "intr_status_reg";
|
/linux/drivers/spi/ |
H A D | spi-iproc-qspi.c | 111 "intr_status_reg"); in bcm_iproc_probe()
|