sub_reg           287 arch/powerpc/boot/devtree.c 		if (!sub_reg(last_addr, this_addr))
sub_reg           380 drivers/mfd/wm8350-irq.c 	u16 sub_reg[WM8350_NUM_IRQ_REGS];
sub_reg           400 drivers/mfd/wm8350-irq.c 			sub_reg[data->reg] =
sub_reg           403 drivers/mfd/wm8350-irq.c 			sub_reg[data->reg] &= ~wm8350->irq_masks[data->reg];
sub_reg           407 drivers/mfd/wm8350-irq.c 		if (sub_reg[data->reg] & data->mask)
sub_reg          3449 drivers/net/ethernet/netronome/nfp/bpf/jit.c 	[BPF_ALU | BPF_SUB | BPF_X] =	sub_reg,
sub_reg           414 drivers/pci/controller/pcie-rockchip-host.c 	u32 sub_reg;
sub_reg           419 drivers/pci/controller/pcie-rockchip-host.c 		sub_reg = rockchip_pcie_read(rockchip, PCIE_CORE_INT_STATUS);
sub_reg           420 drivers/pci/controller/pcie-rockchip-host.c 		if (sub_reg & PCIE_CORE_INT_PRFPE)
sub_reg           423 drivers/pci/controller/pcie-rockchip-host.c 		if (sub_reg & PCIE_CORE_INT_CRFPE)
sub_reg           426 drivers/pci/controller/pcie-rockchip-host.c 		if (sub_reg & PCIE_CORE_INT_RRPE)
sub_reg           429 drivers/pci/controller/pcie-rockchip-host.c 		if (sub_reg & PCIE_CORE_INT_PRFO)
sub_reg           432 drivers/pci/controller/pcie-rockchip-host.c 		if (sub_reg & PCIE_CORE_INT_CRFO)
sub_reg           435 drivers/pci/controller/pcie-rockchip-host.c 		if (sub_reg & PCIE_CORE_INT_RT)
sub_reg           438 drivers/pci/controller/pcie-rockchip-host.c 		if (sub_reg & PCIE_CORE_INT_RTR)
sub_reg           441 drivers/pci/controller/pcie-rockchip-host.c 		if (sub_reg & PCIE_CORE_INT_PE)
sub_reg           444 drivers/pci/controller/pcie-rockchip-host.c 		if (sub_reg & PCIE_CORE_INT_MTR)
sub_reg           447 drivers/pci/controller/pcie-rockchip-host.c 		if (sub_reg & PCIE_CORE_INT_UCR)
sub_reg           450 drivers/pci/controller/pcie-rockchip-host.c 		if (sub_reg & PCIE_CORE_INT_FCE)
sub_reg           453 drivers/pci/controller/pcie-rockchip-host.c 		if (sub_reg & PCIE_CORE_INT_CT)
sub_reg           456 drivers/pci/controller/pcie-rockchip-host.c 		if (sub_reg & PCIE_CORE_INT_UTC)
sub_reg           459 drivers/pci/controller/pcie-rockchip-host.c 		if (sub_reg & PCIE_CORE_INT_MMVC)
sub_reg           462 drivers/pci/controller/pcie-rockchip-host.c 		rockchip_pcie_write(rockchip, sub_reg, PCIE_CORE_INT_STATUS);