/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/ |
nouveau_nvkm_subdev_fb_ramnv10.c | 36 u32 cfg0 = nvkm_rd32(device, 0x100200); local in function:nv10_ram_new 39 if (cfg0 & 0x00000001)
|
/src/sys/dev/ic/ |
igpio.c | 471 bus_addr_t cfg0; local in function:igpio_pin_read 475 cfg0 = igpio_pincfg(ib, pin, IGPIO_PADCFG0); 479 val = bus_space_read_4(sc->sc_bst, sc->sc_bsh[ib->ib_barno], cfg0); 498 bus_addr_t cfg0; local in function:igpio_pin_write 502 cfg0 = igpio_pincfg(ib, pin, IGPIO_PADCFG0); 506 val = bus_space_read_4(sc->sc_bst, sc->sc_bsh[ib->ib_barno], cfg0); 518 bus_space_write_4(sc->sc_bst, sc->sc_bsh[ib->ib_barno], cfg0, newval); 530 bus_addr_t cfg0, cfg1; local in function:igpio_pin_ctl 535 cfg0 = igpio_pincfg(ib, pin, IGPIO_PADCFG0); 540 val0 = bus_space_read_4(sc->sc_bst, sc->sc_bsh[ib->ib_barno], cfg0); 606 bus_addr_t cfg0; local in function:igpio_intr_establish 685 bus_addr_t cfg0; local in function:igpio_intr_disestablish [all...] |
rtw.c | 1099 uint8_t cfg0 = RTW_READ8(regs, RTW_CONFIG0); local in function:rtw_identify_country 1101 switch (cfg0 & RTW_CONFIG0_GL_MASK) { 2858 uint8_t cfg0, cfg1; local in function:rtw_led_init 2862 cfg0 = RTW_READ8(regs, RTW_CONFIG0); 2863 cfg0 |= RTW_CONFIG0_LEDGPOEN; 2864 RTW_WRITE8(regs, RTW_CONFIG0, cfg0);
|
/src/sys/arch/mips/rmi/ |
rmixl_pcie.c | 971 uint64_t cfg0; local in function:rmixl_pcie_conf_read 976 cfg0 = rmixl_cache_err_dis(); 988 rmixl_cache_err_restore(cfg0); 1004 uint64_t cfg0; local in function:rmixl_pcie_conf_write 1009 cfg0 = rmixl_cache_err_dis(); 1020 rmixl_cache_err_restore(cfg0);
|
rmixl_pcix.c | 706 uint64_t cfg0; local in function:rmixl_pcix_conf_read 711 cfg0 = rmixl_cache_err_dis(); 723 rmixl_cache_err_restore(cfg0); 739 uint64_t cfg0; local in function:rmixl_pcix_conf_write 744 cfg0 = rmixl_cache_err_dis(); 755 rmixl_cache_err_restore(cfg0);
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_dsi_vbt.c | 278 u16 cfg0, cfg1; local in function:chv_exec_gpio 315 cfg0 = CHV_GPIO_PAD_CFG0(family_num, gpio_index); 320 vlv_iosf_sb_write(dev_priv, port, cfg0,
|