Searched refs:g0 (Results 1 – 6 of 6) sorted by relevance
| /drivers/usb/typec/ucsi/ |
| A D | ucsi_stm32g0.c | 412 if (g0->suspended) in ucsi_stm32g0_irq_handler() 441 dev_name(g0->dev), g0); in ucsi_stm32g0_register() 586 if (g0->fw_name) { in ucsi_stm32g0_probe_bootloader() 590 ret = dev_err_probe(g0->dev, PTR_ERR(g0->i2c_bl), in ucsi_stm32g0_probe_bootloader() 613 dev_info(g0->dev, "Bootloader Version 0x%02x\n", g0->bl_version); in ucsi_stm32g0_probe_bootloader() 624 g0 = devm_kzalloc(dev, sizeof(*g0), GFP_KERNEL); in ucsi_stm32g0_probe() 625 if (!g0) in ucsi_stm32g0_probe() 628 g0->dev = dev; in ucsi_stm32g0_probe() 636 ucsi_set_drvdata(g0->ucsi, g0); in ucsi_stm32g0_probe() 671 if (g0->fw_name) in ucsi_stm32g0_probe() [all …]
|
| /drivers/irqchip/ |
| A D | irq-sp7021-intc.c | 22 #define REG_INTR_TYPE (sp_intc.g0) 66 void __iomem *g0; // REG_GROUP_0 base member 227 sp_intc.g0 = of_iomap(node, 0); in sp_intc_init_dt() 228 if (!sp_intc.g0) in sp_intc_init_dt() 273 iounmap(sp_intc.g0); in sp_intc_init_dt()
|
| /drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_ras_eeprom.c | 691 u32 g0, g1; in amdgpu_ras_eeprom_append_table() local 693 g0 = control->ras_max_record_count - a; in amdgpu_ras_eeprom_append_table() 699 buf + g0 * RAS_TABLE_RECORD_SIZE, in amdgpu_ras_eeprom_append_table() 717 u32 g0, g1; in amdgpu_ras_eeprom_append_table() local 723 g0 = control->ras_max_record_count - a; in amdgpu_ras_eeprom_append_table() 729 buf + g0 * RAS_TABLE_RECORD_SIZE, in amdgpu_ras_eeprom_append_table() 966 u32 g0, g1; in amdgpu_ras_eeprom_read() local 1004 g0 = control->ras_fri + num - 1; in amdgpu_ras_eeprom_read() 1005 g1 = g0 % control->ras_max_record_count; in amdgpu_ras_eeprom_read() 1006 if (g0 < control->ras_max_record_count) { in amdgpu_ras_eeprom_read() [all …]
|
| /drivers/gpu/drm/i915/gt/shaders/clear_kernel/ |
| A D | hsw.asm | 64 mov(8) g4<1>UD g0<8,8,1>UD { align1 1Q }; /* Initialize messag… 92 mov(8) g2<1>UD g0<8,8,1>UD { align1 1Q }; 93 mov(8) g127<1>UD g0<8,8,1>UD { align1 1Q };
|
| A D | ivb.asm | 64 mov(8) g4<1>UD g0<8,8,1>UD { align1 1Q }; /* Initialize messag… 90 mov(8) g2<1>UD g0<8,8,1>UD { align1 1Q }; 91 mov(8) g127<1>UD g0<8,8,1>UD { align1 1Q };
|
| /drivers/char/hw_random/ |
| A D | n2-asm.S | 40 restore %g0, %o0, %o0
|
Completed in 19 milliseconds