Lines Matching defs:hp
106 #define HDEVNAME(hp) (device_xname((hp)->sc->sc_dev)) argument
109 hread1(struct sdhc_host *hp, bus_size_t reg) in hread1()
118 hread2(struct sdhc_host *hp, bus_size_t reg) in hread2()
126 #define HREAD1(hp, reg) hread1(hp, reg) argument
127 #define HREAD2(hp, reg) hread2(hp, reg) argument
128 #define HREAD4(hp, reg) \ argument
133 hwrite1(struct sdhc_host *hp, bus_size_t o, uint8_t val) in hwrite1()
151 hwrite2(struct sdhc_host *hp, bus_size_t o, uint16_t val) in hwrite2()
169 hwrite4(struct sdhc_host *hp, bus_size_t o, uint32_t val) in hwrite4()
178 #define HWRITE1(hp, reg, val) hwrite1(hp, reg, val) argument
179 #define HWRITE2(hp, reg, val) hwrite2(hp, reg, val) argument
180 #define HWRITE4(hp, reg, val) hwrite4(hp, reg, val) argument
182 #define HCLR1(hp, reg, bits) \ argument
184 #define HCLR2(hp, reg, bits) \ argument
186 #define HCLR4(hp, reg, bits) \ argument
188 #define HSET1(hp, reg, bits) \ argument
190 #define HSET2(hp, reg, bits) \ argument
192 #define HSET4(hp, reg, bits) \ argument
264 const struct sdhc_host * const hp = saa->saa_sch; in sdhc_cfprint() local
287 struct sdhc_host *hp; in sdhc_host_found() local
675 struct sdhc_host *hp; in sdhc_detach() local
724 struct sdhc_host *hp; in sdhc_suspend() local
756 struct sdhc_host *hp; in sdhc_resume() local
790 struct sdhc_host *hp; in sdhc_shutdown() local
807 struct sdhc_host *hp = (struct sdhc_host *)sch; in sdhc_host_reset1() local
865 struct sdhc_host *hp = (struct sdhc_host *)sch; in sdhc_host_reset() local
878 struct sdhc_host *hp = (struct sdhc_host *)sch; in sdhc_host_ocr() local
886 struct sdhc_host *hp = (struct sdhc_host *)sch; in sdhc_host_maxblklen() local
897 struct sdhc_host *hp = (struct sdhc_host *)sch; in sdhc_card_detect() local
917 struct sdhc_host *hp = (struct sdhc_host *)sch; in sdhc_write_protect() local
935 struct sdhc_host *hp = (struct sdhc_host *)sch; in sdhc_bus_power() local
1028 sdhc_clock_divisor(struct sdhc_host *hp, u_int freq, u_int *divp) in sdhc_clock_divisor()
1108 struct sdhc_host *hp = (struct sdhc_host *)sch; in sdhc_bus_clock_ddr() local
1313 struct sdhc_host *hp = (struct sdhc_host *)sch; in sdhc_bus_width() local
1367 struct sdhc_host *hp = (struct sdhc_host *)sch; in sdhc_bus_rod() local
1378 struct sdhc_host *hp = (struct sdhc_host *)sch; in sdhc_card_enable_intr() local
1396 struct sdhc_host *hp = (struct sdhc_host *)sch; in sdhc_card_intr_ack() local
1408 struct sdhc_host *hp = (struct sdhc_host *)sch; in sdhc_signal_voltage() local
1449 sdhc_execute_tuning1(struct sdhc_host *hp, int timing) in sdhc_execute_tuning1()
1545 struct sdhc_host *hp = (struct sdhc_host *)sch; in sdhc_execute_tuning() local
1557 struct sdhc_host *hp = arg; in sdhc_tuning_timer() local
1565 struct sdhc_host *hp = (struct sdhc_host *)sch; in sdhc_hw_reset() local
1573 sdhc_wait_state(struct sdhc_host *hp, uint32_t mask, uint32_t value) in sdhc_wait_state()
1591 struct sdhc_host *hp = (struct sdhc_host *)sch; in sdhc_exec_command() local
1710 sdhc_start_command(struct sdhc_host *hp, struct sdmmc_command *cmd) in sdhc_start_command()
1902 sdhc_transfer_data(struct sdhc_host *hp, struct sdmmc_command *cmd) in sdhc_transfer_data()
1944 sdhc_transfer_data_dma(struct sdhc_host *hp, struct sdmmc_command *cmd) in sdhc_transfer_data_dma()
2007 sdhc_transfer_data_pio(struct sdhc_host *hp, struct sdmmc_command *cmd) in sdhc_transfer_data_pio()
2081 sdhc_read_data_pio(struct sdhc_host *hp, uint8_t *data, u_int datalen) in sdhc_read_data_pio()
2121 sdhc_write_data_pio(struct sdhc_host *hp, uint8_t *data, u_int datalen) in sdhc_write_data_pio()
2161 esdhc_read_data_pio(struct sdhc_host *hp, uint8_t *data, u_int datalen) in esdhc_read_data_pio()
2200 esdhc_write_data_pio(struct sdhc_host *hp, uint8_t *data, u_int datalen) in esdhc_write_data_pio()
2233 sdhc_soft_reset(struct sdhc_host *hp, int mask) in sdhc_soft_reset()
2285 sdhc_wait_intr(struct sdhc_host *hp, int mask, int timo, bool probing) in sdhc_wait_intr()
2373 struct sdhc_host *hp; in sdhc_intr() local
2495 sdhc_host_lock(struct sdhc_host *hp) in sdhc_host_lock()
2501 sdhc_host_read_1(struct sdhc_host *hp, int reg) in sdhc_host_read_1()
2507 sdhc_host_read_2(struct sdhc_host *hp, int reg) in sdhc_host_read_2()
2513 sdhc_host_read_4(struct sdhc_host *hp, int reg) in sdhc_host_read_4()
2519 sdhc_host_write_1(struct sdhc_host *hp, int reg, uint8_t val) in sdhc_host_write_1()
2525 sdhc_host_write_2(struct sdhc_host *hp, int reg, uint16_t val) in sdhc_host_write_2()
2531 sdhc_host_write_4(struct sdhc_host *hp, int reg, uint32_t val) in sdhc_host_write_4()
2538 sdhc_dump_regs(struct sdhc_host *hp) in sdhc_dump_regs()