HomeSort by: relevance | last modified time | path
    Searched defs:chip (Results 1 - 25 of 72) sorted by relevancy

1 2 3

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
bios.h 21 u8 chip; member in struct:nvkm_bios::__anonbf1541f90108
bios.h 21 u8 chip; member in struct:nvkm_bios::__anonbf1541f90108
  /src/sys/arch/mips/alchemy/
aubus.c 148 struct au_chipdep *chip; local in function:aubus_attach
154 chip = au_chipdep();
155 KASSERT(chip != NULL);
159 for (ad = chip->devices; ad->name != NULL; ad++) {
aubus.c 148 struct au_chipdep *chip; local in function:aubus_attach
154 chip = au_chipdep();
155 KASSERT(chip != NULL);
159 for (ad = chip->devices; ad->name != NULL; ad++) {
au_icu.c 157 struct au_chipdep * const chip = au_chipdep(); local in function:au_intr_init
158 KASSERT(chip != NULL);
160 ic0_base = chip->icus[0];
161 ic1_base = chip->icus[1];
166 EVCNT_TYPE_INTR, NULL, chip->name, chip->irqnames[i]);
192 struct au_chipdep *chip; local in function:au_intr_establish
194 chip = au_chipdep();
195 KASSERT(chip != NULL);
au_icu.c 157 struct au_chipdep * const chip = au_chipdep(); local in function:au_intr_init
158 KASSERT(chip != NULL);
160 ic0_base = chip->icus[0];
161 ic1_base = chip->icus[1];
166 EVCNT_TYPE_INTR, NULL, chip->name, chip->irqnames[i]);
192 struct au_chipdep *chip; local in function:au_intr_establish
194 chip = au_chipdep();
195 KASSERT(chip != NULL);
  /src/sys/dev/nand/
nand_bbt.c 51 struct nand_chip *chip = &sc->sc_chip; local in function:nand_bbt_init
54 bbt->nbbt_size = chip->nc_size / chip->nc_block_size / 4;
73 struct nand_chip *chip = &sc->sc_chip; local in function:nand_bbt_scan
76 blocks = chip->nc_size / chip->nc_block_size;
88 addr += chip->nc_block_size;
101 struct nand_chip *chip = &sc->sc_chip; local in function:nand_bbt_page_has_bbt
102 uint8_t *oob = chip->nc_oob_cache;
119 struct nand_chip *chip = &sc->sc_chip local in function:nand_bbt_get_bbt_from_page
161 struct nand_chip *chip = &sc->sc_chip; local in function:nand_bbt_load
204 struct nand_chip *chip = &sc->sc_chip; local in function:nand_bbt_block_mark
223 struct nand_chip *chip = &sc->sc_chip; local in function:nand_bbt_block_isbad
    [all...]
nand_bbt.c 51 struct nand_chip *chip = &sc->sc_chip; local in function:nand_bbt_init
54 bbt->nbbt_size = chip->nc_size / chip->nc_block_size / 4;
73 struct nand_chip *chip = &sc->sc_chip; local in function:nand_bbt_scan
76 blocks = chip->nc_size / chip->nc_block_size;
88 addr += chip->nc_block_size;
101 struct nand_chip *chip = &sc->sc_chip; local in function:nand_bbt_page_has_bbt
102 uint8_t *oob = chip->nc_oob_cache;
119 struct nand_chip *chip = &sc->sc_chip local in function:nand_bbt_get_bbt_from_page
161 struct nand_chip *chip = &sc->sc_chip; local in function:nand_bbt_load
204 struct nand_chip *chip = &sc->sc_chip; local in function:nand_bbt_block_mark
223 struct nand_chip *chip = &sc->sc_chip; local in function:nand_bbt_block_isbad
    [all...]
nand.c 132 struct nand_chip *chip = &sc->sc_chip; local in function:nand_attach
141 aprint_error("NAND chip is write protected!\n");
145 if (nand_scan_media(self, chip)) {
149 nand_flash_if.erasesize = chip->nc_block_size;
150 nand_flash_if.page_size = chip->nc_page_size;
151 nand_flash_if.writesize = chip->nc_page_size;
154 chip->nc_oob_cache = kmem_alloc(chip->nc_spare_size, KM_SLEEP);
155 chip->nc_page_cache = kmem_alloc(chip->nc_page_size, KM_SLEEP)
189 struct nand_chip *chip = &sc->sc_chip; local in function:nand_search
228 struct nand_chip *chip = &sc->sc_chip; local in function:nand_attach_mtdparts
238 struct nand_chip *chip = &sc->sc_chip; local in function:nand_detach
614 struct nand_chip *chip = &sc->sc_chip; local in function:nand_address_column
638 struct nand_chip *chip = &sc->sc_chip; local in function:nand_address_row
685 struct nand_chip *chip = &sc->sc_chip; local in function:nand_default_read_page
773 struct nand_chip *chip = &sc->sc_chip; local in function:nand_default_program_page
841 struct nand_chip *chip = &sc->sc_chip; local in function:nand_read_oob
862 struct nand_chip *chip = &sc->sc_chip; local in function:nand_write_oob
888 struct nand_chip *chip = &sc->sc_chip; local in function:nand_markbad
915 struct nand_chip *chip = &sc->sc_chip; local in function:nand_isfactorybad
952 struct nand_chip *chip = &sc->sc_chip; local in function:nand_iswornoutbad
990 struct nand_chip *chip = &sc->sc_chip; local in function:nand_isbad
1076 struct nand_chip *chip = &sc->sc_chip; local in function:nand_flash_write_unaligned
1202 struct nand_chip *chip = &sc->sc_chip; local in function:nand_flash_write
1264 struct nand_chip *chip = &sc->sc_chip; local in function:nand_flash_read_unaligned
1335 struct nand_chip *chip = &sc->sc_chip; local in function:nand_flash_read
1399 struct nand_chip *chip = &sc->sc_chip; local in function:nand_flash_isbad
1429 struct nand_chip *chip = &sc->sc_chip; local in function:nand_flash_markbad
1455 struct nand_chip *chip = &sc->sc_chip; local in function:nand_flash_erase
    [all...]
  /src/sys/dev/isa/
cms.c 65 /* shadow registers for each chip */
221 int chip = CHAN_TO_CHIP(vidx); local in function:cms_on
248 DPRINTF(("chip=%d voice=%d octave=%d count=%d offset=%d shift=%d\n",
249 chip, voice, octave, count, OCTAVE_OFFSET(voice),
253 CMS_WRITE(sc, chip, CMS_IREG_FREQ0 + voice, count);
256 reg = CMS_READ(sc, chip, CMS_IREG_OCTAVE_1_0 + OCTAVE_OFFSET(voice));
259 CMS_WRITE(sc, chip, CMS_IREG_OCTAVE_1_0 + OCTAVE_OFFSET(voice), reg);
264 CMS_WRITE(sc, chip, CMS_IREG_VOL0 + voice, ((vol<<4)|vol));
267 reg = CMS_READ(sc, chip, CMS_IREG_FREQ_CTL);
269 CMS_WRITE(sc, chip, CMS_IREG_FREQ_CTL, reg)
276 int chip = CHAN_TO_CHIP(vidx); local in function:cms_off
    [all...]
cms.c 65 /* shadow registers for each chip */
221 int chip = CHAN_TO_CHIP(vidx); local in function:cms_on
248 DPRINTF(("chip=%d voice=%d octave=%d count=%d offset=%d shift=%d\n",
249 chip, voice, octave, count, OCTAVE_OFFSET(voice),
253 CMS_WRITE(sc, chip, CMS_IREG_FREQ0 + voice, count);
256 reg = CMS_READ(sc, chip, CMS_IREG_OCTAVE_1_0 + OCTAVE_OFFSET(voice));
259 CMS_WRITE(sc, chip, CMS_IREG_OCTAVE_1_0 + OCTAVE_OFFSET(voice), reg);
264 CMS_WRITE(sc, chip, CMS_IREG_VOL0 + voice, ((vol<<4)|vol));
267 reg = CMS_READ(sc, chip, CMS_IREG_FREQ_CTL);
269 CMS_WRITE(sc, chip, CMS_IREG_FREQ_CTL, reg)
276 int chip = CHAN_TO_CHIP(vidx); local in function:cms_off
    [all...]
  /src/sys/dev/eisa/
if_tlp_eisa.c 114 tulip_chip_t chip; /* base Tulip chip type */ member in struct:tulip_eisa_product
119 .chip = TULIP_CHIP_DE425,
173 sc->sc_chip = tep->chip;
if_tlp_eisa.c 114 tulip_chip_t chip; /* base Tulip chip type */ member in struct:tulip_eisa_product
119 .chip = TULIP_CHIP_DE425,
173 sc->sc_chip = tep->chip;
  /src/sys/dev/nor/
cfi_0002.c 126 * cfi_0002_time_erase_all - maximum usec delay waiting for erase chip
140 * use the maximum delay for chip erase function
151 struct nor_chip * const chip)
161 chip->nc_page_size =
165 chip->nc_spare_size = 0;
166 chip->nc_badmarker_offs = 0;
240 struct nor_chip * const chip = &sc->sc_chip; local in function:cfi_0002_read_page
241 KASSERT(chip != NULL);
242 KASSERT(chip->nc_page_mask != 0);
243 KASSERT((offset & ~chip->nc_page_mask) == 0)
284 struct nor_chip * const chip = &sc->sc_chip; local in function:cfi_0002_program_page
    [all...]
nor.c 144 struct nor_chip * const chip = &sc->sc_chip; local in function:nor_attach
153 if (nor_scan_media(self, chip))
157 sc->sc_flash_if.erasesize = chip->nc_block_size;
158 sc->sc_flash_if.page_size = chip->nc_page_size;
159 sc->sc_flash_if.writesize = chip->nc_page_size;
163 chip->nc_oob_cache = kmem_alloc(chip->nc_spare_size, KM_SLEEP);
165 chip->nc_page_cache = kmem_alloc(chip->nc_page_size, KM_SLEEP);
192 kmem_free(chip->nc_oob_cache, chip->nc_spare_size)
202 struct nor_chip * const chip = &sc->sc_chip; local in function:nor_search
237 struct nor_chip * const chip = &sc->sc_chip; local in function:nor_detach
427 struct nor_chip * const chip = &sc->sc_chip; local in function:nor_default_read_page
466 struct nor_chip * const chip = &sc->sc_chip; local in function:nor_default_program_page
522 struct nor_chip * const chip = &sc->sc_chip; local in function:nor_flash_erase
600 struct nor_chip * const chip = &sc->sc_chip; local in function:nor_flash_write_unaligned
728 struct nor_chip * const chip = &sc->sc_chip; local in function:nor_flash_write
792 struct nor_chip * const chip = &sc->sc_chip; local in function:nor_flash_read_unaligned
864 struct nor_chip * const chip = &sc->sc_chip; local in function:nor_flash_read
930 struct nor_chip * const chip = &sc->sc_chip; local in function:nor_flash_isbad
966 struct nor_chip * const chip = &sc->sc_chip; local in function:nor_flash_markbad
    [all...]
cfi_0002.c 126 * cfi_0002_time_erase_all - maximum usec delay waiting for erase chip
140 * use the maximum delay for chip erase function
151 struct nor_chip * const chip)
161 chip->nc_page_size =
165 chip->nc_spare_size = 0;
166 chip->nc_badmarker_offs = 0;
240 struct nor_chip * const chip = &sc->sc_chip; local in function:cfi_0002_read_page
241 KASSERT(chip != NULL);
242 KASSERT(chip->nc_page_mask != 0);
243 KASSERT((offset & ~chip->nc_page_mask) == 0)
284 struct nor_chip * const chip = &sc->sc_chip; local in function:cfi_0002_program_page
    [all...]
nor.c 144 struct nor_chip * const chip = &sc->sc_chip; local in function:nor_attach
153 if (nor_scan_media(self, chip))
157 sc->sc_flash_if.erasesize = chip->nc_block_size;
158 sc->sc_flash_if.page_size = chip->nc_page_size;
159 sc->sc_flash_if.writesize = chip->nc_page_size;
163 chip->nc_oob_cache = kmem_alloc(chip->nc_spare_size, KM_SLEEP);
165 chip->nc_page_cache = kmem_alloc(chip->nc_page_size, KM_SLEEP);
192 kmem_free(chip->nc_oob_cache, chip->nc_spare_size)
202 struct nor_chip * const chip = &sc->sc_chip; local in function:nor_search
237 struct nor_chip * const chip = &sc->sc_chip; local in function:nor_detach
427 struct nor_chip * const chip = &sc->sc_chip; local in function:nor_default_read_page
466 struct nor_chip * const chip = &sc->sc_chip; local in function:nor_default_program_page
522 struct nor_chip * const chip = &sc->sc_chip; local in function:nor_flash_erase
600 struct nor_chip * const chip = &sc->sc_chip; local in function:nor_flash_write_unaligned
728 struct nor_chip * const chip = &sc->sc_chip; local in function:nor_flash_write
792 struct nor_chip * const chip = &sc->sc_chip; local in function:nor_flash_read_unaligned
864 struct nor_chip * const chip = &sc->sc_chip; local in function:nor_flash_read
930 struct nor_chip * const chip = &sc->sc_chip; local in function:nor_flash_isbad
966 struct nor_chip * const chip = &sc->sc_chip; local in function:nor_flash_markbad
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
berlin2.dtsi 377 chip: chip-control@ea0000 { label
berlin2cd.dtsi 382 chip: chip-control@ea0000 { label
berlin2.dtsi 377 chip: chip-control@ea0000 { label
berlin2cd.dtsi 382 chip: chip-control@ea0000 { label
berlin2q.dtsi 414 chip: chip-control@ea0000 { label
  /src/sys/dev/i2c/
w83795g.c 143 uint8_t bank, vend, chip, deva; local in function:w83795g_match
151 iic_smbus_read_byte(ia->ia_tag, ia->ia_addr, W83795G_CHIP, &chip, 0);
157 if (chip == CHIP_W83795G && deva == DEVICEA_A)
w83795g.c 143 uint8_t bank, vend, chip, deva; local in function:w83795g_match
151 iic_smbus_read_byte(ia->ia_tag, ia->ia_addr, W83795G_CHIP, &chip, 0);
157 if (chip == CHIP_W83795G && deva == DEVICEA_A)
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
cl0080.h 42 char chip[16]; member in struct:nv_device_info_v0

Completed in 34 milliseconds

1 2 3