Home
last modified time | relevance | path

Searched refs:TRM_S1040_GEN_NVRAM (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/
H A Ddc395x.c3220 outb(send_data, io_port + TRM_S1040_GEN_NVRAM); in trms1040_write_cmd()
3223 io_port + TRM_S1040_GEN_NVRAM); in trms1040_write_cmd()
3233 outb(send_data, io_port + TRM_S1040_GEN_NVRAM); in trms1040_write_cmd()
3236 io_port + TRM_S1040_GEN_NVRAM); in trms1040_write_cmd()
3239 outb(NVR_SELECT, io_port + TRM_S1040_GEN_NVRAM); in trms1040_write_cmd()
3268 outb(send_data, io_port + TRM_S1040_GEN_NVRAM); in trms1040_set_data()
3270 outb((send_data | NVR_CLOCK), io_port + TRM_S1040_GEN_NVRAM); in trms1040_set_data()
3273 outb(NVR_SELECT, io_port + TRM_S1040_GEN_NVRAM); in trms1040_set_data()
3277 outb(0, io_port + TRM_S1040_GEN_NVRAM); in trms1040_set_data()
3280 outb(NVR_SELECT, io_port + TRM_S1040_GEN_NVRAM); in trms1040_set_data()
[all …]
H A Ddc395x.h563 #define TRM_S1040_GEN_NVRAM 0xD6 /* Serial NON-VOLATILE RAM port */ macro