Home
last modified time | relevance | path

Searched defs:chip (Results 1 – 25 of 52) sorted by relevance

123

/netbsd-src/sys/dev/nand/
H A Dnand.c132 struct nand_chip *chip = &sc->sc_chip; in nand_attach() local
189 struct nand_chip *chip = &sc->sc_chip; in nand_search() local
228 struct nand_chip *chip = &sc->sc_chip; in nand_attach_mtdparts() local
238 struct nand_chip *chip = &sc->sc_chip; in nand_detach() local
346 nand_fill_chip_structure_legacy(device_t self, struct nand_chip *chip) in nand_fill_chip_structure_legacy()
367 nand_scan_media(device_t self, struct nand_chip *chip) in nand_scan_media()
556 nand_fill_chip_structure(device_t self, struct nand_chip *chip) in nand_fill_chip_structure()
614 struct nand_chip *chip = &sc->sc_chip; in nand_address_column() local
638 struct nand_chip *chip = &sc->sc_chip; in nand_address_row() local
685 struct nand_chip *chip = &sc->sc_chip; in nand_default_read_page() local
[all …]
H A Dnand_bbt.c51 struct nand_chip *chip = &sc->sc_chip; in nand_bbt_init() local
73 struct nand_chip *chip = &sc->sc_chip; in nand_bbt_scan() local
101 struct nand_chip *chip = &sc->sc_chip; in nand_bbt_page_has_bbt() local
119 struct nand_chip *chip = &sc->sc_chip; in nand_bbt_get_bbt_from_page() local
161 struct nand_chip *chip = &sc->sc_chip; in nand_bbt_load() local
204 struct nand_chip *chip = &sc->sc_chip; in nand_bbt_block_mark() local
223 struct nand_chip *chip = &sc->sc_chip; in nand_bbt_block_isbad() local
H A Dnand_micron.c92 nand_read_parameters_micron(device_t self, struct nand_chip * const chip) in nand_read_parameters_micron()
132 mt29fxgx_parameters(device_t self, struct nand_chip * const chip, in mt29fxgx_parameters()
H A Dnand_toshiba.c54 nand_read_parameters_toshiba(device_t self, struct nand_chip * const chip) in nand_read_parameters_toshiba()
H A Dnand_samsung.c58 nand_read_parameters_samsung(device_t self, struct nand_chip * const chip) in nand_read_parameters_samsung()
/netbsd-src/sys/arch/mips/sibyte/include/
H A Dsb1250_defs.h127 #define SIBYTE_HDR_FMASK(chip, pass) \ argument
129 #define SIBYTE_HDR_FMASK_ALLREVS(chip) \ argument
150 #define SIBYTE_HDR_FMASK_BEFORE(chip, pass) \ argument
154 #define SIBYTE_HDR_FMASK_AFTER(chip, pass) \ argument
160 #define SIBYTE_HDR_FEATURE_CHIP(chip) \ argument
170 #define SIBYTE_HDR_FEATURE(chip, pass) \ argument
175 #define SIBYTE_HDR_FEATURE_EXACT(chip, pass) \ argument
179 #define SIBYTE_HDR_FEATURE_UP_TO(chip, pass) \ argument
/netbsd-src/sys/dev/nor/
H A Dnor.c144 struct nor_chip * const chip = &sc->sc_chip; in nor_attach() local
202 struct nor_chip * const chip = &sc->sc_chip; in nor_search() local
237 struct nor_chip * const chip = &sc->sc_chip; in nor_detach() local
333 nor_quirks(device_t self, struct nor_chip * const chip) in nor_quirks()
354 nor_scan_media(device_t self, struct nor_chip * const chip) in nor_scan_media()
427 struct nor_chip * const chip = &sc->sc_chip; in nor_default_read_page() local
466 struct nor_chip * const chip = &sc->sc_chip; in nor_default_program_page() local
522 struct nor_chip * const chip = &sc->sc_chip; in nor_flash_erase() local
600 struct nor_chip * const chip = &sc->sc_chip; in nor_flash_write_unaligned() local
728 struct nor_chip * const chip = &sc->sc_chip; in nor_flash_write() local
[all …]
H A Dcfi_0002.c151 struct nor_chip * const chip) in cfi_0002_init()
240 struct nor_chip * const chip = &sc->sc_chip; in cfi_0002_read_page() local
284 struct nor_chip * const chip = &sc->sc_chip; in cfi_0002_program_page() local
/netbsd-src/sys/arch/hpcmips/tx/
H A Dtxcom.c208 struct txcom_chip *chip; in txcom_attach() local
307 txcom_reset(struct txcom_chip *chip) in txcom_reset() argument
327 txcom_enable(struct txcom_chip * chip,bool console) txcom_enable() argument
380 txcom_disable(struct txcom_chip * chip) txcom_disable() argument
405 __txcom_txbufready(struct txcom_chip * chip,int retry) __txcom_txbufready() argument
422 struct txcom_chip *chip = sc->sc_chip; txcom_pulse_mode() local
469 struct txcom_chip *chip = &txcom_chip; txcom_cnputc() local
492 txcom_setmode(struct txcom_chip * chip) txcom_setmode() argument
535 txcom_setbaudrate(struct txcom_chip * chip) txcom_setbaudrate() argument
588 struct txcom_chip *chip = sc->sc_chip; txcom_break() local
597 struct txcom_chip *chip = sc->sc_chip; txcom_modem() local
695 struct txcom_chip *chip = sc->sc_chip; txcom_rxintr() local
744 struct txcom_chip *chip = sc->sc_chip; txcom_txintr() local
783 struct txcom_chip *chip; txcomopen() local
1024 struct txcom_chip *chip; txcomstart() local
1065 struct txcom_chip *chip; txcomparam() local
1152 struct txcom_chip *chip = sc->sc_chip; txcom_dcd_hook() local
1168 struct txcom_chip *chip = sc->sc_chip; txcom_cts_hook() local
1187 txcom_dump(struct txcom_chip * chip) txcom_dump() argument
[all...]
H A Dtx3912video.c133 struct video_chip *chip; in tx3912video_attach() local
209 struct video_chip *chip = sc->sc_chip; in tx3912video_power() local
240 struct video_chip *chip = sc->sc_chip; in tx3912video_hpcfbinit() local
300 struct video_chip *chip = &tx3912video_chip; in tx3912video_init() local
357 tx3912video_framebuffer_alloc(struct video_chip *chip, paddr_t fb_start, in tx3912video_framebuffer_alloc()
395 tx3912video_framebuffer_init(struct video_chip *chip) in tx3912video_framebuffer_init()
436 tx3912video_resolution_init(struct video_chip *chip) in tx3912video_resolution_init()
471 tx3912video_reset(struct video_chip *chip) in tx3912video_reset()
/netbsd-src/sys/arch/hpcmips/vr/
H A Dvrkiu.c102 vrkiu_write(struct vrkiu_chip *chip, int port, unsigned short val) in vrkiu_write()
109 vrkiu_read(struct vrkiu_chip *chip, int port) in vrkiu_read()
185 vrkiu_init(struct vrkiu_chip *chip, bus_space_tag_t iot, in vrkiu_init()
252 eliminate_phantom_keys(struct vrkiu_chip *chip, unsigned short *scandata) in eliminate_phantom_keys()
291 vrkiu_scan(struct vrkiu_chip* chip) in vrkiu_scan()
/netbsd-src/sys/arch/arm/sunxi/
H A Dsunxi_nand.c156 sunxi_nand_rb_state(struct sunxi_nand_softc *sc, struct sunxi_nand_chip *chip) in sunxi_nand_rb_state()
223 struct sunxi_nand_chip *chip) in sunxi_nand_send_address()
249 struct sunxi_nand_chip * const chip = &sc->sc_chip; in sunxi_nand_read_buf_n() local
306 struct sunxi_nand_chip * const chip = &sc->sc_chip; in sunxi_nand_write_buf_n() local
367 struct sunxi_nand_chip * const chip = &sc->sc_chip; in sunxi_nand_select() local
398 struct sunxi_nand_chip * const chip = &sc->sc_chip; in sunxi_nand_command() local
415 struct sunxi_nand_chip * const chip = &sc->sc_chip; in sunxi_nand_address() local
429 struct sunxi_nand_chip * const chip = &sc->sc_chip; in sunxi_nand_busy() local
505 struct sunxi_nand_chip *chip, int phandle) in sunxi_nand_attach_chip()
/netbsd-src/sys/arch/hpcarm/dev/
H A Dwzero3_tp.c175 struct chip { struct
176 void (*init)(void);
177 int (*readpos)(struct wzero3tp_pos *);
178 void (*suspend)(void);
179 void (*resume)(void);
180 } chip; member
/netbsd-src/sys/dev/isa/
H A Dcmsreg.h130 #define CMS_WRITE(sc, chip, reg, val) \ argument
139 #define CMS_READ(sc, chip, reg) ((sc)->sc_shadowregs[((chip)<<5) + (reg)]) argument
H A Dcms.c221 int chip = CHAN_TO_CHIP(vidx); in cms_on() local
276 int chip = CHAN_TO_CHIP(vidx); in cms_off() local
/netbsd-src/external/cddl/osnet/lib/libdtrace/
H A Dsched.d79 inline chipid_t chip = curcpu->cpu_chip; variable
/netbsd-src/sys/arch/mips/alchemy/
H A Dau_icu.c157 struct au_chipdep * const chip = au_chipdep(); in au_intr_init() local
192 struct au_chipdep *chip; in au_intr_establish() local
H A Daubus.c148 struct au_chipdep *chip; in aubus_attach() local
/netbsd-src/sys/dev/ic/
H A Dcyvar.h33 #define cd_read_reg(sc,chip,reg) bus_space_read_1(sc->sc_memt, \ argument
37 #define cd_write_reg(sc,chip,reg,val) bus_space_write_1(sc->sc_memt, \ argument
H A Dhd44780var.h58 uint8_t chip; member
65 uint8_t chip; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
H A Dbios.h21 u8 chip; member
/netbsd-src/sys/dev/eisa/
H A Dif_tlp_eisa.c114 tulip_chip_t chip; /* base Tulip chip type */ member
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dberlin2.dtsi377 chip: chip-control@ea0000 { label
H A Dberlin2cd.dtsi382 chip: chip-control@ea0000 { label
/netbsd-src/sys/external/bsd/drm/dist/shared-core/
H A Dsavage_drv.h110 #define S3_SAVAGE3D_SERIES(chip) ((chip>=S3_SAVAGE3D) && (chip<=S3_SAVAGE_MX)) argument
112 #define S3_SAVAGE4_SERIES(chip) ((chip==S3_SAVAGE4) \ argument
117 #define S3_SAVAGE_MOBILE_SERIES(chip) ((chip==S3_SAVAGE_MX) || (chip==S3_SUPERSAVAGE)) argument
119 #define S3_SAVAGE_SERIES(chip) ((chip>=S3_SAVAGE3D) && (chip<=S3_SAVAGE2000)) argument
121 #define S3_MOBILE_TWISTER_SERIES(chip) ((chip==S3_TWISTER) \ argument

123