| /linux/drivers/gpu/drm/amd/amdkfd/ | 
| H A D | kfd_doorbell.c | 153 	u32 inx;  in kfd_get_kernel_doorbell()  local156 	inx = find_first_zero_bit(kfd->doorbell_bitmap, PAGE_SIZE / sizeof(u32));  in kfd_get_kernel_doorbell()
 158 	__set_bit(inx, kfd->doorbell_bitmap);  in kfd_get_kernel_doorbell()
 161 	if (inx >= KFD_MAX_NUM_OF_QUEUES_PER_PROCESS)  in kfd_get_kernel_doorbell()
 166 						     inx,  in kfd_get_kernel_doorbell()
 168 	inx *= 2;  in kfd_get_kernel_doorbell()
 173 		*doorbell_off, inx);  in kfd_get_kernel_doorbell()
 175 	return kfd->doorbell_kernel_ptr + inx;  in kfd_get_kernel_doorbell()
 180 	unsigned int inx;  in kfd_release_kernel_doorbell()  local
 182 	inx = (unsigned int)(db_addr - kfd->doorbell_kernel_ptr);  in kfd_release_kernel_doorbell()
 [all …]
 
 | 
| /linux/arch/arm64/boot/dts/qcom/ | 
| H A D | sc7180-trogdor-wormdingler-rev1-inx.dts | 8  *  - bits 11..8: Panel ID: 0x0 (INX)17 	model = "Google Wormdingler rev1+ INX panel board";
 
 | 
| H A D | sc7180-trogdor-wormdingler-rev1-inx-rt5682s.dts | 8  *  - bits 11..8: Panel ID: 0x0 (INX)17 	model = "Google Wormdingler rev1+ (INX, rt5682s)";
 
 | 
| /linux/arch/riscv/include/asm/ | 
| H A D | io.h | 43  *    outer set contains both I/O so inX is ordered with outX, while the inner just44  *    needs the type of the access (I for inX and O for outX).
 
 | 
| /linux/drivers/gpu/drm/amd/display/dc/dce112/ | 
| H A D | dce112_compressor.c | 545 	uint32_t inx;  in dce112_compressor_disable_lpt()  local548 	for (inx = 0; inx < 3; inx++) {  in dce112_compressor_disable_lpt()
 
 | 
| /linux/Documentation/devicetree/bindings/display/panel/ | 
| H A D | boe,tv101wum-nl6.yaml | 31         # INX HJ110IZ-01A 10.95" WUXGA TFT LCD panel
 | 
| /linux/arch/m68k/fpsp040/ | 
| H A D | do_func.S | 107 	bsr	ld_pzero	|bsr so we can return and set inx108 	bra	t_inx2		|now, set the inx for the next inst
 111 	bra	t_inx2		|now, set the inx for the next inst
 
 | 
| H A D | tbldo.S | 62 	.long	sintd		|$01-4 fint denorm inx80 	.long	snzrinx		|$03-4 fintrz denorm inx
 
 | 
| /linux/arch/mips/math-emu/ | 
| H A D | dp_sqrt.c | 65 	/* save old csr; switch off INX enable & flag; set RN rounding */  in ieee754dp_sqrt()
 | 
| /linux/arch/sh/drivers/pci/ | 
| H A D | fixups-se7751.c | 93 	* needed, the readx/writex and inx/outx functions will  in pci_fixup_pcic()
 | 
| /linux/arch/m68k/include/asm/ | 
| H A D | io_mm.h | 11  * inX/outX should not be used by any driver unless it does15  *    inX(),outX()              are for ISA I/O
 
 | 
| /linux/arch/alpha/kernel/ | 
| H A D | pci_impl.h | 22  * it may see an INx/OUTx at that address during BIOS emulation of the
 | 
| /linux/drivers/usb/misc/sisusbvga/ | 
| H A D | sisusb.h | 67  *    calls emulate inX/outX. Hence, the data is
 | 
| H A D | sisusbvga.c | 2326 		 * emulates inX instructions, the data returned is  in sisusb_read()
 | 
| /linux/drivers/net/ethernet/intel/iavf/ | 
| H A D | iavf_virtchnl.c | 1762 	int i, inx = 0;  in iavf_cfg_queues_bw()  local1790 			qs_bw_cfg->cfg[inx].queue_id = i;  in iavf_cfg_queues_bw()
 1791 			qs_bw_cfg->cfg[inx].shaper.peak = q_shaper->bw_max;  in iavf_cfg_queues_bw()
 1792 			qs_bw_cfg->cfg[inx].shaper.committed = q_shaper->bw_min;  in iavf_cfg_queues_bw()
 1793 			qs_bw_cfg->cfg[inx].tc = 0;  in iavf_cfg_queues_bw()
 1794 			inx++;  in iavf_cfg_queues_bw()
 
 | 
| /linux/Documentation/hwmon/ | 
| H A D | vt1211.rst | 87 compute inx @*(1+R1/R2), @/(1+R1/R2)
 | 
| /linux/drivers/pwm/ | 
| H A D | pwm-mc33xs2410.c | 356 	 * control over the outputs is handed over to the INx input logic  in mc33xs2410_probe()
 | 
| /linux/Documentation/translations/ko_KR/ | 
| H A D | memory-barriers.txt | 2573  (*) inX(), outX():2575 	inX() 와 outX() 액세스 함수는 일부 아키텍쳐 (특히 x86) 에서는 특수한
 2580 	통해 접근하기 때문에, inX() 와 outX() 가 제공하는 이식성 있는 순서
 2597 	이것들은 inX()/outX() 나 readX()/writeX() 처럼 실제로 수행하는 액세스의
 
 | 
| /linux/Documentation/ | 
| H A D | memory-barriers.txt | 2628  (*) inX(), outX():2630 	The inX() and outX() accessors are intended to access legacy port-mapped
 2637 	provided by inX() and outX() are the same as those provided by readX()
 2655 	doing, be it inX()/outX() or readX()/writeX().
 
 | 
| /linux/Documentation/translations/sp_SP/ | 
| H A D | memory-barriers.txt | 2724  (*) inX(), outX():2726 	Los puntos de entrada inX() y outX() están destinados a acceder a mapas
 2734         garantías de orden portátiles proporcionadas por inX() y outX() son las
 2754         haciendo, ya sea inX()/outX() o readX()/writeX().
 
 | 
| /linux/drivers/net/wireless/rsi/ | 
| H A D | rsi_91x_mgmt.c | 374 	u16 inx = 0;  in rsi_load_radio_caps()  local464 		radio_caps->gcpd_per_rate[inx++] =  in rsi_load_radio_caps()
 
 | 
| /linux/arch/powerpc/crypto/ | 
| H A D | aesp8-ppc.pl | 889 						# loop inX-in7 are loaded1651 						# loop inX-in7 are loaded
 2690 						# loop inX-in5 are loaded
 3359 						# loop inX-in5 are loaded
 
 | 
| /linux/drivers/net/wireless/realtek/rtlwifi/ | 
| H A D | base.c | 1256 		 *we set data rate INX 0  in rtl_get_tcb_desc()
 | 
| /linux/drivers/media/pci/bt8xx/ | 
| H A D | bttv-cards.c | 3191    assignment | TI | O3|INx| O2| O1|IN4|IN3|IN2|IN1|   |   |3193    IN - sensor inputs, INx - sensor inputs and TI XORed together
 
 |